> For the complete documentation index, see [llms.txt](https://sparklexai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparklexai.gitbook.io/docs/products/farming-vaults.md).

# Farming Vaults

Farming Vaults bring pro-level LP management to everyone. When you start farming, SparkleX deploys a *personal* on-chain vault that belongs to you alone. Only your wallet can withdraw; SparkleX cannot move or pool these funds.

\
Each vault is paired with its own AI Copilot that manages concentrated-liquidity positions on DEXs such as Uniswap v3, PancakeSwap v4, and Trader Joe v2. The Copilot watches price, volatility, depth, and fee curves to keep your liquidity where trades are happening — because fees only flow while you’re in range. It also harvests rewards and puts them straight back to work.<br>

#### **What the AI Copilot Does**

* **Range Selection.** It analyzes historical volatility, on-chain depth, and market events to choose optimal price bands and fee tiers—so you earn more, more often.
* **Rebalance**. If price drifts or your range becomes inefficient, the Copilot rebalances your position in one batched transaction—claiming fees, repositioning liquidity, and redeploying assets with minimal gas.
* **Auto-Compounding.** Fees and incentive tokens are swapped back into the correct ratios and reinvested—growing both your principal and your fee base.

#### **Why Farm with SparkleX**

Staying in range is the difference between high fees and no fees — and doing it manually across chains is nearly impossible. SparkleX watches constantly and adjusts as often as needed, sharing gas costs and surfacing clear metrics in your dashboard: in-range uptime, fees earned, rewards compounded, and current band. When you’re done, one click exits back to your original tokens. No unstaking puzzles. No half-finished LP unwinds.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sparklexai.gitbook.io/docs/products/farming-vaults.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
