> 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/stableswap/how-to-stableswap.md).

# 如何使用 StableSwap

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

## **在 StableSwap 上交易**

在 StableSwap 上交易与使用现有的 PancakeSwap AMM 非常相似。开始之前，它同样需要一个兼容 BNB 智能链的钱包以及用于支付 gas 费的 BNB。请查看我们的[钱包指南](https://docs.pancakeswap.finance/get-started/wallet-guide)了解更多详情。

1 - 前往兑换 (Swap) 页面[此处](https://pancakeswap.finance/swap)

2 - 选择你想要交易的代币对。

3 - 大功告成！接下来的兑换流程与平时一样！如果这是你第一次交易，请查看[此处](/chinese/jiao-yi/pancakeswap-exchange/trade-guide.md)的指南。

**添加和移除流动性**

为 StableSwap 添加和移除流动性同样非常重要，并且与普通的 PancakeSwap AMM 相似。请参阅[此处](https://docs.pancakeswap.finance/products/pancakeswap-exchange/liquidity-guide)的指南以获取更详细的说明。PancakeSwap StableSwap 流动性池将在池名称中显示"Stable LP"。


---

# 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/stableswap/how-to-stableswap.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.
