> 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-exchange/trade-guide.md).

# 如何交易

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/how-to-trade-on-pancakeswap-header.png)

与大多数交易所相比，在 PancakeSwap 上交易非常简单。你不会被图表或专业术语所淹没，交易路由和计算都由 PancakeSwap Smart Router 为你处理。

**准备开始交易**

在交易之前，你需要一个兼容 BNB Chain 或 Ethereum 的钱包。你可以在[此处](https://docs.pancakeswap.finance/get-started/wallet-guide)了解如何获取钱包。你还需要拥有一些 BEP-20 或 ERC-20 代币用于交易。你可以在[此处](https://docs.pancakeswap.finance/get-started/bep20-guide)了解如何获取这些代币。

或者，你可以在[此处](https://docs.pancakeswap.finance/get-started-aptos/wallet-guide)了解如何获取兼容 Aptos 的钱包，并在[此处](https://docs.pancakeswap.finance/get-started-aptos/aptos-coin-guide)了解如何获取一些 Aptos 代币用于兑换。

## 在 PancakeSwap Exchange 上交易

1 - 前往交易页面[此处](https://pancakeswap.finance/swap)。

2 - 通过点击 Connect **Wallet** 解锁你的钱包（你也可以在右上角点击 **Connect**）。如果你还未将钱包连接到 PancakeSwap，你可以在[此处](https://docs.pancakeswap.finance/get-started/connection-guide)查看指南。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28200%29.png)

3 - 从上方部分的下拉菜单中选择你想要交易的代币。无论你选择哪种代币，你都需要确保你的钱包中有足够数量的该代币用于交易。你的余额显示在代币下拉菜单上方。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%2850%29.png)

4 - 如上所述，在下方部分选择你想要兑换成的代币。

5 - 接下来，可以在上方部分输入金额，以输入你想要兑换的代币数量（花费金额）。或者，在下方部分输入金额，以输入你想要兑换成的代币数量（接收金额）。

无论你在哪个部分输入金额，另一部分的金额都会被自动估算。

6 - 检查所有详情，然后点击 **Swap** 按钮。

如果你是第一次交易某种代币，你可能需要先点击 "Enable XXX（你的代币）" 进行授权。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28272%29.png)

7 - 将出现一个包含更多详情的窗口。检查详情是否正确。当你准备就绪后，点击 **Confirm Swap** 按钮。你的钱包将要求你确认该操作。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%2827%29.png)

8 - 完成！你可以通过点击上方显示的链接，在区块链浏览器上查看你的交易。

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/image%20%28209%29.png)

## **什么是 Smart Router V3，以及如何使用它？**

PancakeSwap Smart Router 是一种路由算法，它连接 V3、V2、StableSwap（BNB Chain）以及 AMM 和 Market Maker（BNB Chain 和 Ethereum），以始终提供流动性和定价。默认情况下，它会跨多个池执行交易，为交易者找到最优价格。

Smart Router 现在是 PancakeSwap Exchange V3 的默认路由。但是，用户可以根据自己的需求自定义它。

要了解更多关于如何自定义交易路由的信息，[请点击此处](/chinese/jiao-yi/pancakeswap-exchange/fees-and-routes.md)。

有关 StableSwap 的更多信息，[请点击此处](broken://pages/nNPogTZMxocdyFIBYbkE)；有关 Market Maker 集成，[请点击此处](/chinese/jiao-yi/pancakeswap-exchange/market-maker-integration.md)。

## FAQ

{% hint style="info" %}
本部分已迁移至[此处](/chinese/jiao-yi/trading-faq/swap-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/chinese/jiao-yi/pancakeswap-exchange/trade-guide.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.
