> 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/jiao-yi/pancakeswap-x.md).

# PancakeSwap X

PancakeSwap X 通过聚合广泛的第三方流动性并直接构建到广受欢迎的 PancakeSwap dApp 中，为在 PancakeSwap 上交易你喜爱的资产引入了一种全新的方式。它支持交易更多资产、更深的流动性、免 gas 兑换等诸多功能：

* 更优的价格
* 更多可兑换的代币
* 内置 MEV 保护
* 免 gas 兑换

{% hint style="success" %}
**PancakeSwap X 已在 Arbitrum 和 Ethereum 上线，支持加密代币；在 BNB Chain 上，仅支持真实世界资产（RWAs）。**
{% endhint %}

> **想要集成？请在**[**此处**](https://www.notion.so/PCSX-Tech-Integration-Guide-0eb33e93295644e9855ec2c34b58b0c4?source=copy_link)**查看 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/chinese/jiao-yi/pancakeswap-x.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.
