> 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/solana-farming-faq.md).

# Solana 农场挖矿常见问题解答

### 1. SOL 农场挖矿如何运作？

* V3 农场挖矿是**基于活动的**，这意味着农场仅在设定的期限内处于活跃状态。
* 在活动期间：
  * 奖励代币**每秒**分发给**活跃的流动性头寸**。
  * 农场挖矿 APR 将显示在资金池列表页面和我的头寸页面上
* 活动结束后：
  1. 将**不再分发奖励**。
  2. 资金池列表页面和我的头寸页面上**将不再显示农场挖矿 APR**
  3. 农场变为**非活跃**状态，但创建者可以通过添加更多奖励来重新启动它。

### 2. 我需要质押我的 LP NFT 才能赚取农场挖矿奖励吗？

* **无需质押**。
* 只要你的流动性头寸在拥有活跃农场的资金池中处于\*\*活跃（在区间内）\*\*状态，你就会自动赚取奖励。

### 3. 是否有任何农场增强器？

* **没有**，V3 农场**不**支持任何增强机制。
* 奖励完全基于你在资金池中活跃流动性的份额。

### 4. 同一个资金池可以创建多个农场吗？

* **不能**，每个代币对和手续费等级只能存在**一个农场**。

### 5. SOL 农场如何配置？

#### A. 代币奖励

* 每个农场最多可分配 **3 种不同的奖励代币**。
* 一旦设定，奖励代币类型**无法更改**。
* 农场创建者可以：
  * **充值**已分配的奖励代币。
  * 在活动结束后**延长农场挖矿时长**。

#### B. 活动时长

* 活动必须持续最短 **7 天**、最长 **90 天**。

### 6. 农场创建后可以编辑吗？

农场创建者可以在**农场创建后**编辑以下参数：

1. 奖励分发速率（每秒）
2. 活动结束日期
3. 添加奖励代币和相应的奖励数量（仅当初始分配少于 3 种代币时）


---

# 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/solana-farming-faq.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.
