# Pools

ION Finance offers two primary pools: Stable pools and Volatile pools.

#### Stable Pools

Stable pools cater to the exchange of tokens with consistent price percentages. When liquidity providers supply assets to a stable pool, the pool’s liquidity deepens. This efficient utilization benefits liquidity providers and allows traders to exchange tokens with minimal slippage.

In a stable pool, theoretically, N assets can be paired together. For now, ION supports a maximum of 3 token pairs in one stable pool. To create more pairs, you can combine LP tokens from one pool with other stablecoins.

**Example:** A pair of stablecoins like USDC, USDT, and DAI, all pegged around 1$, are perfect for the stable pool.

#### Volatile Pools

Volatile pools cater to the exchange of two assets with different prices. A pair in a volatile pool consists of two different tokens.


---

# 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://ion-finance.gitbook.io/ion-finance/concepts/pools.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.
