# 算法

## 聚合交易

***

MixSwap 采用类似 1inch 聚合交易的模式，对接多个交易所的深度，目标是帮助用户兑换更多的币，省更多的钱。

了解 1inch，可以阅读帮助 [文档](https://docs.1inch.exchange/api/)。


---

# 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/algorithm.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.
