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

# Aptos よくある質問 (FAQ)

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

このFAQページでは、PancakeSwapコミュニティからよく寄せられるAptosデプロイメントに関する質問にお答えしています。

## 全般

### BSC（Binance Smart Chain）からAptosへブリッジするには？

各種ブリッジングソリューションについては、[ブリッジングガイド](/japanese/pancakeswapheyoukoso/how-to-guides/get-started-aptos/aptos-coin-guide.md)をご覧ください。

CAKEトークンをブリッジしたい場合は、[CAKEブリッジングガイド](/japanese/pancakeswapheyoukoso/how-to-guides/get-started-aptos/cake-bridging-guide.md)をご覧ください。

### Aptosチェーンで使用できるウォレットは？

AptosのウォレットをダウンロードしてセットアップするためのAptosウォレットガイドについては、[ウォレットガイド](/japanese/pancakeswapheyoukoso/how-to-guides/get-started-aptos/wallet-guide.md)をご覧ください。

### コインをスワップすると「Price Impact Too High」と表示される

これはブロックチェーンノードへのネットワーク接続が不安定なことが原因である可能性があります。ページを更新し、ネットワーク接続をご確認ください。

エラーが解消されない場合は、スワップしようとしているコインのペアに、スワップしようとしている量に対して十分な流動性がないことを意味します。主要コインの流動性は今後徐々に改善される予定であり、Aptos Farmがデプロイされると流動性の問題は解決される見込みです。（近日公開！）

### スワップしたいコインが見つからない

Aptos Swapのデフォルトリストには、十分な流動性を持つ有名プロジェクトのコインのみが表示されます。

デフォルトリストに掲載されていないその他のコインをスワップしたい場合は、コインアドレスを使用してインポートしてください。

### AptosSwapでCAKEを取引できない理由は？

*2022年12月13日更新*

CAKEトークン/コインがAptosで利用可能になりました。AptosとBNB Smart Chain間でCAKEトークンをブリッジする方法については、[CAKEブリッジングガイド](/japanese/pancakeswapheyoukoso/how-to-guides/get-started-aptos/cake-bridging-guide.md)をご覧ください。

### Aptos IFOに参加するためにAptosでCAKEをステーキングする必要がありますか？

PancakeSwap IFOはまだAptosにデプロイされていません。（近日公開！）引き続きCAKEをステーキングして、最新情報をお待ちください。

## CAKE Bridging

{% hint style="info" %}
このドキュメントは[こちら](/japanese/burijji/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/japanese/pancakeswapheyoukoso/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.
