# Liquidity Pools

- [Adaptive Liquidity Market Maker (ALMM)](https://guide.rhea.finance/x-chain-guides/liquidity-pools/adaptive-liquidity-market-maker-almm.md)
- [Concentrated Liquidity Market Maker (CLMM)](https://guide.rhea.finance/x-chain-guides/liquidity-pools/concentrated-liquidity-market-maker-clmm.md)
- [Classic Pools](https://guide.rhea.finance/x-chain-guides/liquidity-pools/classic-pools.md): "Classic" Liquidity Pools
- [Stable & Rated Pools](https://guide.rhea.finance/x-chain-guides/liquidity-pools/stable-and-rated-pools.md): Stable pools, which can contain two or three tokens, use Curve's StableSwap algorithm. Rated pools are for yield-bearing tokens, and are based on a variation of Curve's StableSwap algorithm.
- [RHEA v2 Pools](https://guide.rhea.finance/x-chain-guides/liquidity-pools/rhea-v2-pools.md): Pooling with RHEA v2's Discretized Concentrated Liquidity AMM


---

# 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://guide.rhea.finance/x-chain-guides/liquidity-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.
