> 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/huan-ying-lai-dao-pancakeswap/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 移除流动性。

不过，Chefs 会逐步将那些选定的 V2 农场的 CAKE 奖励释放迁移到对应的 V3 农场。为了继续赚取 CAKE 奖励，我们建议你尽早完成迁移。

如需获取关于迁移时间表的更多消息和更新，请[在 Twitter 上关注我们的社交渠道或 Telegram 公告。](/chinese/huan-ying-lai-dao-pancakeswap/contact-us/social-accounts.md)

### 我什么时候可以开始迁移？

如果你正在阅读本文，迁移很可能已经开始了。访问 <https://pancakeswap.finance/migration> 了解更多详情。

### 我找不到我正在质押的代币对

一些 V2 农场和流动性会与 V3 并行继续运行。

一些 V2 农场不会在第一天就被迁移。如果你质押的农场没有出现在“Step 1”（第 1 步）中，则它们目前不需要迁移。

如果你的 V2 流动性头寸没有出现在“Step 2”（第 2 步）中，则很可能是因为它们有正在运行的 V2 农场，目前不需要迁移。

你可以手动迁移你的农场质押和流动性。请继续阅读。

### 我可以不使用迁移助手而手动迁移我的农场质押或流动性吗？

可以。

你可以前往“Farms”（农场）页面，查找带有“V2”标签的农场，从 V2 农场取消质押 LP 代币。你可以使用“Staked only”（仅已质押）切换开关筛选你当前正在质押的农场。

你可以前往“Liquidity”（流动性）页面，查找带有“V2”标签的头寸，移除 V2 流动性。你可以使用 V2 标签页只筛选 V2 头寸。

要将你的流动性添加到 V3 并将 LP 头寸质押到 V3，请按照标准的 V3 步骤操作。

如需了解如何在 V3 中添加流动性的详细教程，请阅读[此处](/chinese/zhuan-qu/pancakeswap-pools/liquidity-guide.md)。

如需了解如何在 V3 中进行农场耕作的教程，请阅读[此处](/chinese/zhuan-qu/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/chinese/huan-ying-lai-dao-pancakeswap/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.
