> ## Documentation Index
> Fetch the complete documentation index at: https://docs.n0ir.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Pools

> Active LP vault pools on Aerodrome.

LP vaults are deployed for select Aerodrome Slipstream concentrated liquidity pools on Base. Each vault targets a specific pool with a configured position range.

***

## Active Pools

| Pool             | Tick Spacing | Position Range | Notes                         |
| ---------------- | ------------ | -------------- | ----------------------------- |
| USDC/BRZ         | CL10         | ±1%            | Tight range, stablecoin pair  |
| USDC/AAA         | CL50         | ±2.5%          | Medium range                  |
| USDC/FELIX       | CL200        | ±10%           | Wide range, higher volatility |
| USDC/LMTS        | CL100        | ±5%            | Medium-wide range             |
| KellyClaude/USDC | CL200        | ±10%           | Wide range                    |

***

## How Ranges Work

Each vault maintains a concentrated liquidity position around the current pool price. The **range percentage** determines how far above and below the current price the position extends.

* **Tighter range** (e.g. +/-1%) = higher capital efficiency, more frequent rebalancing
* **Wider range** (e.g. +/-10%) = less rebalancing, lower capital efficiency

When the price moves outside the range, the position stops earning trading fees and gauge rewards. The keeper detects this and rebalances to a new range centered on the current price.

***

## Earnings Sources

Each LP vault earns from two sources:

<CardGroup cols={2}>
  <Card title="Trading Fees" icon="arrows-rotate">
    Earned from swaps that pass through the position's price range. Compounded at 0% fee.
  </Card>

  <Card title="AERO Gauge Emissions" icon="coins">
    Earned by staking the LP NFT in the Aerodrome gauge. Compounded with a 10% performance fee.
  </Card>
</CardGroup>

***

## Adding New Pools

New LP vault pools are evaluated based on:

* **Liquidity depth** and trading volume
* **AERO gauge emission rate**
* **Token volatility** and peg stability (for stablecoin pairs)
* **Smart contract audit status** of the paired token

Pools are deployed by the n0ir team via the vault factory contract and configured with appropriate range and compound thresholds.
