# Concentrated Liquidity

Circuit also supports Concentrated Liquidity. Liquidity providers can allocate their funds to specific price ranges within a pool, allowing for greater capital efficiency and enabling them to earn more fees with less capital.

However, most users do not know how to manage their positions well as prices change rapidly. As a result, we are focusing on using AI to simplify liquidity management for users.

### Difference

Circuit is currently building an [AI-enabled liquidity management module](/protocol/ai-enabled-liquidity-management.md), allowing ordinary users to simply click a few buttons, such as selecting their risk tolerance, to maximize their positions like UniV3 masters.


---

# 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://docs.circuit.money/protocol/amm/concentrated-liquidity.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.
