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

# Solanaファーミング よくある質問 (FAQ)

### 1. SOLファーミングはどのように機能しますか？

* V3ファーミングは**キャンペーンベース**であり、ファームは一定期間のみアクティブです。
* キャンペーン期間中：
  * 報酬トークンは**アクティブな流動性ポジション**に**毎秒**配布されます。
  * ファーミングAPRはプールリストページとマイポジションページに表示されます。
* キャンペーン終了後：
  1. **これ以上報酬は**配布されません。
  2. **ファーミングAPRはプールリストページとマイポジションページに表示されなくなります。**
  3. ファームは**非アクティブ**になりますが、作成者が報酬を追加することで再起動できます。

### 2. ファーミング報酬を獲得するためにLP NFTをステーキングする必要がありますか？

* **ステーキングは不要**です。
* アクティブなファームがあるプールで流動性ポジションが\*\*アクティブ（レンジ内）\*\*であれば、自動的に報酬を獲得できます。

### 3. ファームブースターはありますか？

* **いいえ**、V3ファームはいかなるブースト機能も**サポートしていません**。
* 報酬はプール内のアクティブな流動性に占めるシェアのみに基づきます。

### 4. 同じプールに複数のファームを作成できますか？

* **いいえ**、同じトークンペアと手数料ティアに対して**1つのファームのみ**存在できます。

### 5. SOLファームはどのように設定されますか？

#### A. トークン報酬

* ファームごとに最大**3種類の異なる報酬トークン**を設定できます。
* 一度設定すると、報酬トークンの種類は**変更できません**。
* ファーム作成者は：
  * 割り当てられた報酬トークンを**追加補充**できます。
  * キャンペーン終了後に**ファーミング期間を延長**できます。

#### B. キャンペーン期間

* キャンペーンは最短**7日間**、最長**90日間**でなければなりません。

### 6. 作成後にファームを編集できますか？

ファーム作成者は**ファーム作成後**に以下のパラメータを編集できます：

1. 報酬配布レート（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/japanese/gu/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.
