> 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/get-started-aptos/aptos-faq.md).

# Aptos 常见问题解答

<figure><img src="https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/Aptos-faq-header.png" alt=""><figcaption></figcaption></figure>

本常见问题解答页面回答了 PancakeSwap 社区关于我们 Aptos 部署的一些较常见的问题。

## 综合

### 如何从 BSC（Binance Smart Chain）跨链到 Aptos？

查看[我们的跨链指南](/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/aptos-coin-guide.md)了解各种跨链解决方案。

如果你想跨链 CAKE 代币，请查看我们的 [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/wallet-guide.md)下载并设置你的 Aptos 钱包。

### 兑换代币时显示“Price Impact Too High”（价格影响过高）

这很可能是由于与区块链节点的网络连接不佳所致。请刷新页面，并检查你的网络连接。

如果错误仍然存在，则意味着你尝试兑换的代币对相对于你尝试兑换的数量流动性不足。主要代币的流动性会随着时间推移缓慢而稳定地改善，当我们的 Aptos 农场部署后，流动性问题很可能会得到解决。（敬请期待！）

### 我找不到想要兑换的代币

Aptos Swap 上的默认列表只显示具有充足流动性的知名项目的代币。

如果你想兑换不在默认列表中的其他代币，请使用它们的代币地址导入它们。

### 为什么我不能在 Aptos Swap 上交易 CAKE？

*更新于 2022-12-13*

CAKE 代币现已在 Aptos 上线。查看我们的 [CAKE 跨链指南](/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md)，了解更多关于在 Aptos 与 BNB Smart Chain 之间跨链 CAKE 代币的信息。

### 我需要在 Aptos 上质押 CAKE 才能参与 Aptos IFO 吗？

PancakeSwap IFO 尚未在 Aptos 上部署。（敬请期待！）请继续质押你的 CAKE，并关注更多消息。

## CAKE 跨链

{% hint style="info" %}
本文档已迁移至[此处](/chinese/kua-lian-qiao/faq.md)
{% 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/chinese/huan-ying-lai-dao-pancakeswap/how-to-guides/get-started-aptos/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.
