# 交易

***

## 兑换价格

***

兑换价格完全由池子深度和下单的数量决定。

随着交易的进行，交易对的价格是同步变化的。这里会有一个问题是，当引擎处理到你的订单的时候，可能价格已经不是下单的时候那个价格了，偏差较大的话，就会以一个与预期很不符的价格成交。为了避免这种情况，MixSwap 具有交易滑点判断的机制，而且支持自定义配置。下单的时候，会同时提交一个最小买入量，如果买到的币不到这个数量，则取消订单并退款。

目前默认的滑点设置为 **0.5%**。

## Route

***

MixSwap 最重要的功能就是 Route，正是因为 Route 的存在，才会帮助你在不同的交易所中找到最优路径，兑换到更多的币。

## 部分退币

***

MixSwap 采用聚合交易的模式，如果其中的一个 Route 超过了滑点设置，会出现部分退币的情况。如果要避免部分退币，可以提高滑点设置，但是要明白可能会因为深度问题兑换到较少的币。

## 打赏

***

当 MixSwap 帮你多兑换币种后，在 MixSwap 的消息通知里面，会有打赏按钮。如果您认可我们的产品，欢迎打赏支持我们优化迭代产品。

打赏分为公开打赏和匿名打赏，如果您选择匿名打赏，在打赏列表不会展示您的昵称。


---

# 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://support.mixswap.exchange/zh/trading.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.
