> 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/faqs.md).

# よくある質問 (FAQ)

1. **InfinityはPancakeSwap v3とどう違いますか？**\
   Infinityは、プログラマブルなhooks、より多くの[プールタイプ](https://docs.pancakeswap.finance/trade/pancakeswap-infinity/pool-types)（LBAMMやCLAMMなど）、ガス代の節約などの新機能を追加しています。ただし、LBAMMプールでの流動性提供における若干の違いを除き、コアとなるスワップと流動性提供の仕組みはv3と概ね同様です。\ <br>
2. **LBAMMとCLAMMの違いは何ですか？**

   1. **LBAMM（Liquidity Book AMM）：** 異なる価格レベルで流動性を保持する流動性ビンを使用します。LPはビン間で流動性を提供でき、スワップはビン内の単一価格レベルで実行されます。
   2. **CLAMM（Concentrated Liquidity AMM）：** PancakeSwap v3と同様に、ユーザーがカスタムの価格範囲内で流動性を提供できます。

   \
   詳細については[こちら](https://docs.pancakeswap.finance/trade/pancakeswap-infinity/pool-types)をご覧ください。\ <br>
3. **ファーム報酬の受け取り方法と、8時間に1回に制限されている理由は何ですか？**\
   「Harvest」ボタンをクリックすることで、流動性ポジションからファーム報酬を受け取ることができます。Infinityでは、すべてのアクティブなファームポジションをまとめて一括受け取りができるため、ガスコストを節約できます。報酬はガスコストと計算の最適化のために8時間ごとに計算・処理されます。\
   \
   ファーミングの仕組みの詳細については[こちら](https://docs.pancakeswap.finance/trade/pancakeswap-infinity/farms)をご覧ください。\ <br>
4. **InfinityのHooksはどのように機能しますか？**\
   Hooksは、プールに追加機能を付加するカスタマイズ可能なスマートコントラクト拡張機能です。スワップや流動性イベント時に追加のアクションを実行できます。例えば、手数料の調整、割引の提供、その他のロジックの適用などが可能です。<br>

   Hooksはプールの作成時にアタッチされます。多くの場合、**ユーザーは追加の操作を行う必要はありません**。通常通りスワップや流動性提供を行うだけで、そのプールに適用されるhookのロジックを自動的に享受できます。<br>

   👉 **各プールページの「Pool Features」セクションで、アクティブなhookとその詳細を確認できます。**\ <br>
5. **LBAMMプールからポジションを引き出した際に手数料を受け取れなかったのはなぜですか？**\
   LBAMM（Liquidity Book AMM）プールでは、手数料はアクティブな流動性ビンに自動的に追加されます。つまり：

   1. ポジションを引き出す際、獲得した手数料は引き出すトークンの合計額に含まれています。
   2. 従来のAMMとは異なり、「回収可能な手数料」残高は別途存在せず、すべてポジションの価値に組み込まれています。

   \
   引き出し時に追加のトークンが確認できなかった場合の考えられる理由：

   1. ポジション期間中の価格変動により、獲得した手数料よりもインパーマネントロスが大きくなった可能性があります。
   2. 取引が発生しているアクティブなビンに流動性が存在していなかった可能性があります。


---

# 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/faqs.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.
