# Overview

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.&#x20;

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.&#x20;
* **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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://range-protocol.gitbook.io/range-protocol/amm-vaults/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
