# LP Tooling & Automation

## Summary

Aperture has a suite of Liquidity Intents or automation features designed to improve the experience of providing liquidity on a concentrated liquidity DEX (PCS V3 or Uni V3). Our initial features include:

1. **Recurring Rebalance (as known as Strategy) based on pricing and pool ratio**
   * e.g. "If ETH rises more than 10% in price, then rebalance my ETH-USDC position back to 50-50 around the new pool/spot price. And do this for future price movement as well."
   * e.g. "If the ratio of ETH in my ETH-USDC position is more than 70%, then rebalance my ETH-USDC position back to 50-50. And do this for future price movement as well."
2. **Automated position rebalance based on pricing, pool ratio, and time**
   * e.g. “If ETH rises to $2,500 then rebalance my ETH-USDC position back to 50-50”
3. **Automated position closure based on pricing, pool ratio, and time**
   * e.g. “If ETH rises to $2,500 then remove all liquidity and return the assets to my wallet”
4. **Auto-compounding of fees**
   * compound fees back into the position at a frequency that is optimized for gas costs

<br>


---

# 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.aperture.finance/docs/liquidity-intents/lp-tooling-and-automation.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.
