> 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/appendix-c-previous-docs/old-docs/farming-with-ptokens.md).

# Farm with your pTokens

Once you have received pTokens from depositing assets in the PickleJars (guide [here](/appendix-c-previous-docs/old-docs/lock-pickles/pickle-jars.md)), then you are ready to stake your pTokens in the Farms for PICKLE rewards.

**Step 1:**

Navigate to <https://app.pickle.finance/farms>

#### Step 2:

Select the Farm you wish to stake in. You should select the Farm with the same “p” token that you already own.

#### Step 3:

Enter your desired stake amount and click “Approve and Stake”

A transaction will pop-up for you to sign to “Approve” this transaction.&#x20;

After the transaction is complete, another transaction will pop up for you to sign to “Stake” the tokens.

#### Step 4:

Congratulations, you have successfully staked your pTokens in a Farm. This means your tokens are earning PICKLEs in addition to yields from the Pickle Jar.


---

# 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/appendix-c-previous-docs/old-docs/farming-with-ptokens.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.
