> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/chinese/zhuan-qu/yield-farming/solana-farming.md).

# Solana 农场挖矿

## 如何在 PancakeSwap SOL V3 上使用农场

当你向符合条件的资金池提供流动性时，农场挖矿让你在标准流动性提供者（LP）手续费之上赚取额外奖励。以下是如何通过以下链接开始：<https://solana.pancakeswap.finance/liquidity-pools/>

{% hint style="warning" %}
**注意：** 本指南中显示的图片仅用于说明目的，可能不反映实时数据或当前的农场挖矿统计信息。
{% endhint %}

***

### 1. 筛选以查看农场

* 在**资金池列表**页面，切换\*\*“仅显示农场”\*\*筛选器，以仅显示提供农场挖矿奖励的资金池。

  <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%281%29.png" alt=""><figcaption></figcaption></figure>

### 2. 查看 APR 明细

* 在资金池旁显示的 APR 上**悬停**或**点击**。
* 将出现一个明细，显示：

  * 来自交易手续费的 LP 奖励。
  * 来自农场挖矿激励的额外奖励。
  * 该资金池的**估算每周奖励**（以代币计）。

  <figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%281%29%20%284%29.png" alt=""><figcaption></figcaption></figure>

### 3. 开始赚取农场挖矿奖励

* 只需向已启用农场挖矿的资金池**添加流动性**。
* 一旦你持有一个\*\*活跃（在区间内）\*\*的头寸：
  * 当兑换发生时，你将**自动开始赚取**农场挖矿奖励。
  * **无需质押你的 LP NFT** —— 奖励会直接累积到你的头寸。

### 4. 跟踪你的奖励

* 导航至\*\*“我的头寸”\*\*页面以查看你的：
  * 活跃 LP 头寸。
  * 每个头寸累积的农场挖矿奖励。

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28415%29.png" alt=""><figcaption></figcaption></figure>

### 5. 领取你的奖励

* 在某个头寸上\*\*点击“收获”\*\*以同时收获：
  * LP 奖励（来自交易手续费）
  * 农场挖矿代币奖励（如适用）
* 使用\*\*“全部收获”**在单笔交易中收取来自**所有活跃头寸\*\*的奖励。

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28416%29.png" alt=""><figcaption></figcaption></figure>


---

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