> 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/welcome-to-pancakeswap/how-to-guides/get-started-aptos/aptos-faq.md).

# Aptos FAQ

<figure><img src="/files/yUTuFa7WlCBQLMeYzGr2" alt=""><figcaption></figcaption></figure>

This FAQ page answers some of the more commonly asked questions from the PancakeSwap community about our Aptos Deployment.

## General

### How to bridge from BSC (Binance Smart Chain) to Aptos?

Check out [our bridging guide](/welcome-to-pancakeswap/how-to-guides/get-started-aptos/aptos-coin-guide.md) for various bridging solutions.

If you want to bridge CAKE token, check out our [CAKE bridging guide](/welcome-to-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md).

### Which wallet I can use for Aptos Chain?

Check out [our wallet guide](/welcome-to-pancakeswap/how-to-guides/get-started-aptos/wallet-guide.md) to download and set up your wallet for Aptos.

### Showing "Price Impact Too High" when swapping coins

This is likely due to bad network connections to blockchain nodes. Refresh the page, and check your network connection.

If the error persists, it means the pair of coins you are trying to swap has insufficient liquidity for the amount you are trying to swap. The liquidity for major coins will slowly and steadily be improved over time, and the liquidity issue will likely be solved when our Aptos Farms are deployed. (SOON!)

### I couldn't find the coin I wanted to swap

The default list on Aptos Swap only shows coins from well-known projects with a sufficient amount of liquidity.

If you want to swap other coins that are not on the default list, import them using their coin address.

### Why I can’t trade CAKE on Aptos Swap?

*updated on 2022-12-13*

CAKE token/coin is now live on Aptos. Check out our [CAKE bridging guide](/welcome-to-pancakeswap/how-to-guides/get-started-aptos/cake-bridging-guide.md) to learn more about bridging CAKE tokens between Aptos and BNB Smart Chain.

### Do I need to stake CAKE on Aptos to participate in Aptos IFOs?

PancakeSwap IFO has not yet been deployed on Aptos. (SOON!) Keep staking your CAKE, and stay tuned for more news.

## CAKE Bridging

{% hint style="info" %}
This document has been migrated [here](/bridge/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/welcome-to-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.
