# Solana Farming

## How to Use Farms on PancakeSwap SOL V3

Farming lets you earn additional rewards on top of standard liquidity provider (LP) fees when you provide liquidity to eligible pools. Here's how to get started via: <https://solana.pancakeswap.finance/liquidity-pools/>

{% hint style="warning" %}
**Note:** Images shown in this guide are for illustrative purposes only and may not reflect real-time data or current farming statistics.
{% endhint %}

***

### 1. Filter to View Farms

* On the **Pool List** page, toggle the **“Show Farm only”** filter to display only pools that offer farming rewards.

  <figure><img src="/files/wmuAUUbEODIwkmJvsfB7" alt=""><figcaption></figcaption></figure>

### 2. View APR Breakdown

* **Hover over** or **click** on the APR displayed next to a pool.
* A breakdown will appear showing:

  * LP rewards from trading fees.
  * Additional rewards from farming incentives.
  * An **estimated weekly reward** in tokens for that pool.

  <figure><img src="/files/ZqPNXUy3QyDP54iyGwdo" alt=""><figcaption></figcaption></figure>

### 3. Start Earning Farming Rewards

* Simply **add liquidity** to a pool that has farming enabled.
* Once you hold an **active (in-range)** position:
  * You will start earning farming rewards **automatically when swaps occur**.
  * **No need to stake your LP NFT**—rewards accrue directly to your position.

### 4. Track Your Rewards

* Navigate to the **“My Positions”** page to view your:
  * Active LP positions.
  * Farming rewards accumulated for each position.

<figure><img src="/files/Mbu324E2qlxqZOB3q2em" alt=""><figcaption></figcaption></figure>

### 5. Claiming Your Rewards

* **Click "Harvest"** on a position to harvest both:
  * LP rewards (from trading fees)
  * Farming token rewards (if applicable)
* Use **“Harvest All”** to collect rewards from **all active positions** in a single transaction.

<figure><img src="/files/wRd2hDCSqPOmYzcitG1D" alt=""><figcaption></figcaption></figure>


---

# 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.pancakeswap.finance/earn/yield-farming/solana-farming.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.
