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

# FAQ

### Why are there multiple APRs?

In DerpDEX, you can provide your liquidity to earn the trading fees of the pool, and you can get additional rewards from our farming pool.&#x20;

There is benefit of using DerpDEX pools, that providing extra incentive to LPs, while it is able to offset the risk of impairment loss and earn higher % rewards.

Therefore, there is combination of APRs with Base APR (trading fees) and Farm APR (Yield Farming incentive) in DerpDEX.

### What happens if my liquidity position goes out of range while staking in the Farm?

In DerpDEX farming pools, we are moving the user position to our farming pools that allowing fully utilised by the pool. It encouraged the liquidity providers can enjoy the trading fees and farming rewards all the time while staking into the pool.&#x20;

### How many position I can stake in one single farm?&#x20;

As much as possible. There is no maximum limit of the positions you can stake in a farming pool.

### How often should I harvest my rewards?

How often you harvest your rewards is up to you, but it does help to remember that there is an small incentive (***1% of the rewards***) to encourage users to harvest.&#x20;

### Fees of using farming pools?

DerpDEX team will take **1% cut of the trading fees** when users unstake their positions. Also, remember that we have **1% additional rewards** for harvesting. Whoever is harvesting can get extra 1% of the harvesting rewards of the pool.&#x20;


---

# 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://derpdex.gitbook.io/home/products/yield-farming/faq.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.
