> 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/qu-yin/pancakeswap-x/faqs.md).

# よくある質問 (FAQ)

#### 現在サポートされているネットワークはどれですか？

PancakeSwap XはArbitrumとEthereumで稼働しており、暗号通貨トークンをサポートしています。BNB Chainでは、トークン化された株式、債券、ETFなどの実物資産（RWA）のみサポートしています。

#### PancakeSwap Xはデフォルトで有効ですか？

はい。

#### スワップがPancakeSwap Xを経由しないのはなぜですか？

PancakeSwap Xは「Swap」プロダクトの一部です。Swapインターフェースは自動的に最も最適な流動性ソースを比較し、最良の価格を選択します。そのため、PancakeSwap Xは以下の条件がすべて満たされた場合にのみ使用されます：

* 現在のネットワークがPancakeSwap Xをサポートしている
* 現在の取引ペアがPancakeSwap Xをサポートしている
* PancakeSwap X上の価格が他の流動性ソースよりも優れている

注文がPancakeSwap Xを経由しない場合でも、すでに最良の価格を享受しているため、何も損はありません。

#### PancakeSwap Xでスワップが失敗するのはなぜですか？

PancakeSwap Xを通じた取引では、注文は流動性プロバイダーによってアクティブに充填されます。そのため、急激な市場変動などのまれなケースでは、流動性プロバイダーが注文を時間内に充填できず、注文が失敗することがあります。

この場合は、注文を再送信して再試行してください。エラーが続く場合は、設定からPancakeSwap Xを無効にしてください。

#### PancakeSwap Xの利用に手数料はかかりますか？

現在、PancakeSwap Xは手数料を請求していません。手数料率は将来変更される可能性があります。

#### PancakeSwap Xはどのようにガス手数料なしで機能しますか？

注文はオフチェーンでフィラーのネットワークに送信され、フィラーがオンチェーンでの注文実行のガスコストを負担します。

#### PancakeSwap Xでトランザクションが失敗した場合はどうなりますか？

ご心配なく。資金はウォレットの中で安全に保管されています。


---

# 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/qu-yin/pancakeswap-x/faqs.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.
