> For the complete documentation index, see [llms.txt](https://docs.yieldyak.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yieldyak.com/for-farmers.md).

# For Yield Farmers

- [Why use Yield Yak?](https://docs.yieldyak.com/for-farmers/pool.md): Earn More Yield, Save Time, and Reduce Variance
- [Optimal Auto-Compounding](https://docs.yieldyak.com/for-farmers/pool/optimal-auto-compounding.md): Yield Yak leverages Yak Swap's smart routing to maximise every single reinvest
- [Single-Asset Leverage Strategies](https://docs.yieldyak.com/for-farmers/pool/single-asset-leverage-strategies.md): Unique pools which loop your deposits multiple times to maximise rewards
- [Returns and Tracking](https://docs.yieldyak.com/for-farmers/returns.md): Yield Yak displays returns from actual and recent performance
- [Compound Interest](https://docs.yieldyak.com/for-farmers/compound-interest.md): Yield Yak turns APR into APY, compounding your returns for more yield
- [The Reinvest Button](https://docs.yieldyak.com/for-farmers/reinvest.md): Reinvests are incentivised so that you never have to worry about compounding yourself.
- [Farming Risks](https://docs.yieldyak.com/for-farmers/risks.md)
- [Pool 2](https://docs.yieldyak.com/for-farmers/risks/pool-2.md)
- [Impermanent Loss](https://docs.yieldyak.com/for-farmers/risks/impermanent-loss.md)
- [Underlying Assets](https://docs.yieldyak.com/for-farmers/risks/underlying.md)
- [Support](https://docs.yieldyak.com/for-farmers/support.md)
- [Stuck Transactions](https://docs.yieldyak.com/for-farmers/support/stuck-transactions.md)
- [Manual Withdrawal](https://docs.yieldyak.com/for-farmers/support/manual-withdrawal.md): How to withdraw from Yield Yak Pools directly


---

# 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://docs.yieldyak.com/for-farmers.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.
