> 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/qu-yin/pancakeswap-infinity/farms.md).

# ファーム

PancakeSwap Infinityのファーミングは、LPトークンをステーキングすることなく流動性報酬を獲得できる、シンプルでガス効率の高い方法です。対象プールに流動性を追加すると、報酬は自動的に蓄積され始めます。

#### ⚙️ 仕組み

システムが報酬を追跡・配布する仕組みの概要をご説明します：<br>

**✅ ステーキング不要**

* ウォレット内でLPポジションを保持するだけです。
* アセットのロックや追加のスマートコントラクトとのやり取りは必要ありません。
* 流動性を追加すると自動的に報酬の蓄積が始まります。

#### 📈 報酬の配布

* レンジ内のポジション（アクティブな流動性を提供しているもの）のみが報酬を受け取ります。
* 報酬は、エポックと呼ばれる各期間中にポジションが獲得した手数料に比例します。

#### ⏳ エポックとは何ですか？

* エポックは固定の時間枠で、現在8時間に設定されています。
* 報酬は各エポック終了後に計算・配布されます。
* エポックは現在UTC 00:00、08:00、16:00にスケジュールされています。

***

#### 🔄 ファーミングと受け取りプロセス

1. **ポジションの追跡：** バックエンドシステムがすべてのファームにわたるLPポジションを監視します。
2. **報酬の計算：** 各エポック終了時に、
   1. システムが流動性と発生した手数料に基づいて報酬を計算します。
   2. 報酬をMerkleツリーに処理し、Merkleルートをスマートコントラクトに送信します。
3. **異議申し立て期間：**
   1. Merkleルートが公開された後、1時間の異議申し立て期間が開始されます。
   2. 異議申し立て期間中：
      1. 新たに計算された報酬は受け取ることができません。
      2. 以前のエポックの報酬は引き続き受け取り可能です。
      3. 自動化された検証ツールおよびコミュニティ運営の検証ツールが公開データの正確性を確認します。不一致が検出された場合、不正な配布を防ぐために異議が申し立てられる場合があります。
4. **報酬の受け取り：**
   1. 異議申し立て期間が終了すると、最新エポックの報酬を受け取ることができます。
   2. すべてのファームの未受け取り報酬を、ガス効率の高い単一のトランザクションでまとめて受け取ることができます。
5. **未受け取り報酬のロールオーバー：**
   1. 受け取っていない報酬は次のエポックに繰り越されます。各更新には以前の報酬が組み込まれるため、獲得した報酬が失われたり期限切れになることはありません。

{% hint style="info" %}
流動性範囲を狭くすることで一般的により高い収益が得られますが、ポジションがレンジ外になって報酬の対象外になる可能性も高くなります。
{% endhint %}

#### 🌱 まとめ

✅ ステーキング不要\
✅ ガス効率の高い受け取り\
✅ 定期的な報酬更新\
✅ 公正かつ透明な異議申し立てプロセス\
✅ 受け取り準備ができるまで報酬が蓄積されます


---

# 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/qu-yin/pancakeswap-infinity/farms.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.
