A51 Carbon Docs
  • 📄A51 Finance Thesis
    • ⚙️AMM With Liquidity Shaping Intents
    • 🗺️Our Roadmap
    • 🌏Our Ecosystem
  • 🦄A51 Carbon
    • 💎What is A51 Carbon?
    • 🟠Key Features
    • 🏗️Architecture
    • 🎮Key Intents
      • 🤿Pool
      • 💵Fee
      • 📈Market Shifting
      • Price Range
      • 📊LDFs (coming soon)
      • 🟣Auto-Rebalance
      • Auto-Exit
      • 💰Use Idle Liquidity
      • Hedging
      • 🎁Incentivization
    • 🧩Example Auto-Pools
      • wstETH-ETH - Minimum LVR
      • ETH-USDC - JIT Liquidity While Lending on AAVE
  • 👾A51 V3
    • Architecture
    • Intents
      • Auto-Rebalance
        • Market Modes
          • ❓How to Select a Market Mode
        • Auto-Rebalance Types
        • Rebalance Triggers
        • Rebalance Count
      • Fees Intents
      • Single-Asset Deposit
      • Zap In
    • Guides
      • Carbon Glossary
      • How to Define a Market Shifting Intent?
      • How to Create an Auto-Pool?
      • How to Deposit Liquidity
      • How to Manage Your Strategy
  • 🪙$A51 Token
    • $A51 & Its Utility
    • $A51 Token Stats
    • FOO Tokenomics
      • 📰Background
      • 🗳️Become a Voter
      • 🪙What is $oA51?
      • 🪜Voting Mechanism
      • 💰Earn Revenue in $ETH
      • 📈Maximize Your Rewards
    • A51 Bridge
  • 👥A51 Community
    • 🐝Social Links
  • 🦕Brand Assets
    • A51 Logo Variations
Powered by GitBook
On this page
  1. A51 Carbon
  2. Key Intents

Pool

With Uniswap V4's singleton architecture, all the liquidity in the ecosystem will be in one contract with each pool having control over that liquidity. Unlike in the previous versions of Uniswap, an infinite number of pools can be initialized for a token pair with one hook that can house any arbitrary logic.

Each time a new pool is initialized, these parameters need to be provided:

  1. Tokens: Token pair selected for the pool.

  2. Initial price: The starting price of the pool. It should be equal to the current market price.

  3. Tick spacing: Affects how granular the control of the liquidity distribution is. Should be lower for stable pairs and higher for volatile pairs.

  4. Pool name: The name of the pool and its NFT.

  5. Pool symbol: The symbol of the pool's NFT.

  6. Pool description: A description of your pool to help liquidity providers better understand the purpose and mechanism of your pool

  7. Visibility: Should the pool be public so others can also provide liquidity to it? It can be set private if you do not want others to access it.

  8. Management fee: An LP can set a management fee that they charge on all the capital that is managed in the pool. The fee is applied when capital is removed.

  9. Performance fee: An LP can set a performance fee that they charge on all the fees that are generated on the capital.

PreviousKey IntentsNextFee

Last updated 4 months ago

🦄
🎮
🤿