Overview

Automated Liquidity Management Vaults on top of concentrated liquidity AMMs

Our AMM vaults provide infrastructure for market makers and trading partners to run a wide array of strategies on top of concentrated liquidity AMMs.

There are currently 10 concentrated-liquidity AMMs supported:

  1. Uniswap

  2. Pancakeswap

  3. Quickswap

  4. iZUMI

  5. Camelot

  6. SushiSwap

  7. Swapsicle

  8. Agni

  9. Retro

  10. FusionX

We're continuously partnering with leading AMMs and recommend visiting https://app.rangeprotocol.com/ for the most up-to-date list.

Beyond this, Range Protocol operates as follows:

  • Factory Contract Deployment: A Factory Manager deploys a factory contract. A factory contract is a special type of smart contract designed to create other smart contracts.

  • Vault Creation: The Factory Manager sets up a vault for a Uniswap V3 pair, specifying the tokens and fees involved.

  • Minting Process: Minting begins after the vault strategist updates the tick range for liquidity provision, changing the pool status to 'inThePosition'.

  • Liquidity Provision: Users provide liquidity by minting fungible vault shares.

  • Exiting the Vault: Users can exit by burning their vault shares, receiving their share of the liquidity back, including any collected fees.

  • Handling Volatility: In volatile conditions, the vault strategist can move liquidity out of the current tick range, changing the vault status to 'out of the position', but minting continues based on the pool's token ratio.

  • Swapping and Adding Liquidity: The vault strategist can swap between token0 and token1 and add liquidity to new tick ranges.

  • Fees: A portion of the fees collected from the Uniswap V3 pool is given to the vault strategist. There's also a managing fee for redeeming users.

  • Fee Limits and Updates: The vault strategist has the authority to update these fees which have an upper cap

  • Pausing and Unpausing: The vault strategist can pause or unpause the minting and burning functions of the vault contract as an emergency procedure

Last updated