> 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/pancakeswapheyoukoso/how-to-guides/v3-v2-migration/faq.md).

# よくある質問 (FAQ)

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

### **マイグレーションの期限はありますか？**

ありません。

v2のファームからはいつでもアンステーキングできます。

v2から流動性を撤退させることもいつでもできます。

ただし、チェフは対象となるv2ファームのCAKEリワード排出量を対応するv3ファームへ段階的に移行する予定です。CAKE報酬を継続して獲得するために、できるだけ早くマイグレーションを完了されることをお勧めします。

マイグレーションのタイムラインに関する最新情報は、[TwitterまたはTelegramのアナウンスチャンネルをフォロー](/japanese/pancakeswapheyoukoso/contact-us/social-accounts.md)してご確認ください。

### マイグレーションはいつ開始できますか？

このページをご覧いただいているということは、マイグレーションはすでに開始されている可能性があります。詳細は<https://pancakeswap.finance/migration>をご覧ください。

### ステーキングしているペアが見つかりません

一部のv2ファームと流動性は、v3と並行して引き続き稼働しています。

一部のv2ファームは初日にマイグレーションされません。ステーキングしているファームが「ステップ1」に表示されない場合、現時点ではマイグレーションは不要です。

v2の流動性ポジションが「ステップ2」に表示されない場合は、v2ファームが稼働中であり、現時点ではマイグレーションが不要なためです。

ファームのステーキングと流動性を手動でマイグレーションすることもできます。引き続きご確認ください。

### マイグレーションヘルパーを使わずに、ファームのステーキングや流動性を手動でマイグレーションできますか？

はい、できます。

「Farms」ページにアクセスし、「V2」タグのついたファームを探すことで、v2ファームからLPトークンをアンステーキングできます。「Staked only」トグルを使用して、現在ステーキングしているファームをフィルタリングできます。

「Liquidity」ページにアクセスし、「V2」タグのついたポジションを探すことで、v2の流動性を撤退させることができます。「V2」タブを使用してv2のポジションのみをフィルタリングできます。

v3への流動性の追加とv3へのLPポジションのステーキングについては、v3の標準的な手順に従ってください。

v3での流動性追加に関する詳細チュートリアルは[こちら](/japanese/gu/pancakeswap-pools/liquidity-guide.md)をご覧ください。

v3でのファーミングに関するチュートリアルは[こちら](/japanese/gu/yield-farming/how-to-use-farms.md)をご覧ください。


---

# 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/pancakeswapheyoukoso/how-to-guides/v3-v2-migration/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.
