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

# Introduction

* Pickle Farms offer extra PICKLE tokens as rewards for staking Pickle Jar tokens.
* PICKLE rewards come from emissions.
* Each week, each farm is allocated a percentage of emissions, based on a vote.
* How much return you get depends on the vote for your farm, what percentage of the farm you control, the PICKLE price, and more.&#x20;

Pickle Farms are an additional option for yield farmers looking to maximize their yield with PICKLE token rewards from our farms. To be eligible to gain these PICKLE rewards, a user can deposit a pJar token, which they received in return for depositing into a Pickle Jar, into a matching farm.  The one exception to this is the **Pickle Power** pool, which requires staking **Uniswap PICKLE/ETH LP** tokens instead of pJar tokens.&#x20;

While every single smart contract contains some element of risk, the risks for staking a pJar token into a farm is near-zero. For most users, the largest concern should be the gas costs of depositing the pJar token into the farm, and the same for removing. While some users may wish to stay agile with fewer transactions required to get into and out of investments, other users may recognize the limited downside risks and the value of the free PICKLE rewards being provided.\
&#x20;\
The Pickle Finance Farms are located here:[ https://app.pickle.finance/farms](https://app.pickle.finance/farms)


---

# 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.pickle.finance/introduction.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.
