# AI-enabled liquidity management

Imagine that one day you no longer need to monitor your UniV3 position, worrying that the price might fall outside your market-making range and your liquidity won't earn any profit. Instead, an AI agent adjusts your market-making range in real time based on price and liquidity conditions, maximizing your market-making profits.

This is the purpose of the Circuit Position Agent (CPA). We aim for every ordinary user to maximize their LP capital efficiency with just a few clicks.


---

# 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/ai-enabled-liquidity-management.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.
