LogoLogo
WebsiteAppDocs
  • Getting Started
    • 🤙Overview
      • Intro to Shell
      • White Papers
      • GitHub Repositories
      • Contract Addresses
      • Roadmap
      • Community
      • Ecosystem
    • 🗣️Governance
    • 🤝Integrations
      • Protocol Adapters
      • Shell-Native Primitives
        • Stable Token AMMs
        • Volatile Token AMMs
        • NFT Fractionalizer
        • NFT AMMs
        • LBPs (Liquidity Bootstrapping Pools)
        • Managed Pools
        • Pools for Large Swaps
    • 🛠️Developers
      • What to Build on Shell
      • Aggregating Pools
    • 🛡️Security & Bounties
    • ❓FAQ
  • SHELL DAO
    • 🌺Overview
    • 🏛️Shell DAO Permissions
    • 🐟SHELL Token
      • Airdrop Eligibility & CRAB
      • Sablier Vesting Stream SHELL
    • ☑️veSHELL Staking
    • ⚖️Governance Process
      • Governance Stages
      • Delegating Votes
    • ➰Mutable Protocol Fees
    • 🔓DAO Multisig
    • 🍭Toucan Votes
  • User Guide
    • 🎟️Earn Rewards
      • Shell Points (Concluded)
      • Bro Kwon's Booty
      • Get Quota
      • Multipliers and Boosters
      • Dynamic Multipliers
      • Crafting
    • 🎁Wrap Tokens
    • ⚔️LP in a Pool
    • 🐣Wrap NFTs
    • 🤺LP in an NFT Pool
    • 🔄Swap NFTs with an AMM
    • 🧭Shellscan
    • 🌴All About Toucans
    • 🧑‍🚀Using Arbitrum
    • 🚛Migrate from Shell v2 (Retired)
    • 🚚Migrate from Shell v1 (Retired)
    • 🖼️Art of Shell NFTs
  • How Shell Works
    • 🐚Architecture Overview
    • 🌊The Ocean: Accounting Hub
    • 🔱Proteus: AMM Engine
    • 💸Intents (MEV Harnessing System)
    • 🌚Why Arbitrum
    • 🍧Shell v1 (Retired)
    • 💧ShellDrop DAO (Retired)
  • Shell Lore
    • 👁️Hidden Fortune
Powered by GitBook
On this page
  1. Getting Started
  2. Integrations
  3. Shell-Native Primitives

Managed Pools

How managed pools could be implemented on Shell

PreviousLBPs (Liquidity Bootstrapping Pools)NextPools for Large Swaps

Last updated 9 months ago

There aren't any managed pools on Shell yet. Want to build one? Check out the .

Market-Tracking Curves

One use case for is the creation of market tracking pools. These pools are designed to be updated regularly to align with the trading range of the paired assets.

One method for adjusting the curve is manual control by a delegate, similar to . Take, for instance, if Ether's price increases by 50% in USDC terms. The delegate could then adjust the liquidity concentration to the new price point. With this, the curve only needs to be broad enough to encapsulate the majority of the trading range until the next adjustment, not months of price changes.

This market-tracking can also be programmed to occur automatically, with or without a human in the loop. For example, the pool could be designed to follow the time-weighted average price of a token, similar to , or draw from a source such as an oracle.

🤝
developers page
Arrakis
Maverick
Evolving Proteus