# Farming Tasty Avocados

In the previous section, you learned how to add liquidity to a Swappi liquidity pool. Adding liquidity to an LP allows you to earn passive income by getting a fee from each trade conducted on that trading pair. But you can still earn more on Swappi.

In this section, you'll use another feature from Swappi called farming. Farming allows you to stake your LP tokens in exchange for a reward in the form of Swappi's token, PPI.

Let's learn how to stake our LP tokens and farm some tasty avocados 🥑.

## Prerequisites

* Your wallet connected to Conflux eSpace and Swappi.
* A LP token.
* CFX to pay for gas transaction costs.

## Farming PPI on Swappi

1. In Swappi, go to **Farming**.
2. In the Farming panel, you'll see a list of farms, or liquidity pools where you can stake your LP tokens. In the CFX-ETH farm, click **Details**.
3. Now, click **Enable** to start the process of farming.
4. In MetaMask, click **Confirm** to give MetaMask permission to access your CFX-ETH LP token.
5. Once the transaction is approved, click **Stake LP**.
6. In the Stake LP dialog, enter the amount of CFX-ETH LP tokens that you want to stake, then click **Confirm**.
7. In MetaMask, click **Confirm** to confirm the transaction.

You have just farmed your CFX-ETH LP tokens! Over time, this staked tokens will yield to you PPI tokens. Sweet!

Swappi now displays the amount of LP tokens that you just staked.\
\[insert image here]

It also reflect the amount of PPI that you have earned.\
**Note**: If you just started staking, the amount of PPI will likely be 0. Don't worry, it'll grow over time depending on the amount of LP tokens that you staked. To learn more about farming on Swappi, see the Farming section.\
\[insert image here]

Once you accrue some PPI, you can claim them. See [*Collecting Your Farming Rewards*](/swappi/products/yield-farming/collecting-your-farming-rewards.md) to learn how.

You're now earning more with Swappi. But you can earn even more by boosting the amount of PPI that you receive from your farmed tokens, so follow along!

In the next section, we'll learn how to increase our boost our PPI rewards on Swappi.

## See Also

* [Yield Farming](/swappi/products/yield-farming.md) section on Swappi, for a whole guide on finding farms, adding/removing your LP tokens to/from a farm, collecting your PPI rewards, as well as some other useful information about farming.
* [Conflux Liquidity Incentive Program for Swappi announcement](https://forum.conflux.fun/t/liquidity-incentive-program-for-swappi/14783/), which contains details about how Conflux is supporting liquidity for Swappi.


---

# Agent Instructions: 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:

```
GET https://docs.swappi.io/swappi/getting-started/farming-tasty-avocados.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
