# CLMM Overview

**Cetus CLMM (Concentrated Liquidity Market Maker)** is an advanced AMM design that allows liquidity to be concentrated into specific price ranges rather than uniformly along the entire price curve. Traditional AMMs often leave most liquidity idle, particularly for assets with predictable prices like stablecoins. CLMM solves this by enabling LPs to allocate capital precisely where trading activity occurs, maximizing fee generation and capital efficiency.

LPs can create multiple positions in the same pool with independent price ranges, simulating custom liquidity curves to match market trends. Swaps interact dynamically with these positions, providing tighter execution and optimized slippage.

Cetus CLMM is inspired by the classic Uniswap V3 model and fully developed in Move on Sui, optimized for Sui’s native blockchain capabilities and unique architecture.


---

# 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://cetus-1.gitbook.io/cetus-docs/clmm/clmm-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.
