# 交换

Glide 上的代币交换（基于 Uniswap V2）是一种通过自动流动性池将一种代币交易为另一种代币的简单方法。 Glide 上资产的交易价格与中心化交易所等外部来源之间的偏差为交易者创造了套利机会，并使资产价格能够跟踪整个市场的平均水平。

### 交易费 <a href="#trading-fee" id="trading-fee"></a>

当您在交易所掉期（交易）时，您将支付0.25%的交易费用，其中0.05%返还到流动性池作为对流动性提供者的奖励，0.2%转换为ELA并通过股息池与GLIDE[持有者共享](https://docs.glidefinance.io/chinese/products/pages/-MZnehGveDoUW6t-o7tb#3.-dividend-pool). 这笔费用不会进入国库或开发商基金。

## 如何交换

要求

* 连接钱包（MetaMask、Elastos Essentials 或其他支持自定义网络的钱包
* 一些用于气体的 ELA

脚步

1. 首先通过单击左上角的连接钱包按钮使用您的 MetaMask 钱包连接到亦来云。 MetaMask 会征求您的许可来切换网络。
2. 转到“交换”
3. 通过单击“发件人”令牌选择您要从中交换的令牌，将弹出一个窗口以选择带有您的余额的令牌
4. 如果您要查找的令牌不在我们的默认列表中，您可以通过在搜索框中输入其地址来添加它，然后将出现一个将其添加到列表的选项
5. 选择“发件人”令牌后，以相同的方式选择“收件人”令牌
6. 如果您尚未批准令牌，系统将提示您批准它们。单击“批准”按钮，您的钱包将要求您确认批准。这可能需要几秒钟的时间在网络中进行批准。
7. 一旦“Swap”出现启用，您可以单击“swap”，您的钱包会询问您的许可。&#x20;
8. 当您的交换请求已添加到链的内存池时，您将看到“交易已提交”屏幕。要查看进度，您可以单击“在资源管理器上查看”，或查看钱包中的活动链接

您现在已经在 Glide 上完成了第一次交换！

![交换工具](/files/-MlWeGdDCI12aXTFkn2J)


---

# Agent Instructions: 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:

```
GET https://docs.glidefinance.io/chinese/products/swap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
