> For the complete documentation index, see [llms.txt](https://help.keyring.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.keyring.app/zh/keyring-pro/how-to-use/keyring-exchange.md).

# KEYRING交易所

## 交换代币

KEYRING PRO Wallet 允许用户直接在应用中交换代币，提供便捷的体验。操作步骤如下：

1. 打开资产标签。
2. 选择你想要交换的代币。
3. 如果多个账户持有该代币，请选择用于交换的账户。
4. 选择账户后，将弹出一个包含三个选项的菜单。
5. 选择“交换”选项。
6. 输入你想要交换的代币数量。
7. 选择你想要进行交换的链。
8. 选择你想交换的目标代币类型。
9. （可选）设置滑点容忍值（有关滑点容忍值的详细信息，请参考常见问题）。
10. 点击“批准”（Approve）。
11. 点击“执行交换”（Execute exchange）。

等待交易完成后，代币将被成功交换。

<figure><img src="/files/GbQ97Iw7Rf70OvIrtipa" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://help.keyring.app/zh/keyring-pro/how-to-use/keyring-exchange.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.
