> 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/zhuan-qu/yield-farming/farming-on-aptos/faq.md).

# 常见问题解答

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

### **我如何将资产跨链转移到 Aptos 并提供流动性？**

请查看[获取 Aptos 币](/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/aptos-coin-guide.md)的指南。

### 我如何将赚取的 CAKE 跨链转回 BNB Smart Chain？

请查看 [CAKE 跨链桥接指南](/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md)。

如果你想跨链转移其他资产，请查看[获取 Aptos 币](/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/aptos-coin-guide.md)的指南。你会发现各种跨链桥接解决方案对许多热门资产都支持双向操作。

### **会有更多交易对吗？**

会的，但我们将分步部署，以确保优先保障用户资金的安全和 CAKE 的通胀控制。请在社区聊天中告诉我们，你认为应该向 Aptos 上的 PancakeSwap 添加什么。

如果你是在 Aptos 上构建项目、希望激励你代币的流动性，查看[这个](broken://pages/VB58XNVaU1vlrJ3RcHif)指南并与我们联系！

### 为什么没有“启用”按钮？

在 Aptos 上，币无需为消费而启用/批准。因此无需在农场上启用合约消费。只需点击“存入”按钮即可开始农场挖矿。

### 我能在 Aptos 上原生赚取 CAKE 吗？

可以，与跨链农场挖矿不同，你将在 Aptos 上原生赚取 CAKE 奖励。

随着我们的多链扩展和在 Aptos 上的部署，CAKE 现在是一种同时存在于 BNB Smart Chain 和 Aptos 上的多链代币。

Aptos 上的 CAKE 等同于 BNB Smart Chain 上的 CAKE，并且始终可以在两条链之间以 1:1 的比例进行跨链转移。

请注意，只有一种 CAKE。不同链之间不存在不同版本的 CAKE。并且根据我们的 v2 代币经济学简书，CAKE 在所有区块链上的总供应量将被限制在 750M。

要将你的 CAKE 跨链转移到 BNB Smart Chain，查看 [CAKE 跨链桥接指南](/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.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/zhuan-qu/yield-farming/farming-on-aptos/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.
