# AI 智能聚合

{% hint style="info" %}
开发者请查阅我们的公开的 AI 智能聚合 [API 接口](https://app.swaggerhub.com/apis-docs/IceCreamSwap/AI-DEX-Aggregator/1.0.0#/aggregator/findRoute)
{% endhint %}

冰淇淋拥有内置的、自主开发的 DEX 聚合器，采用了由 人工智能（AI）驱动的算法和智能路由技术。

DEX 聚合器是一种平台或服务，允许用户通过单一界面访问来自链上多个去中心化交易所的流动性。用户无需手动搜索最佳价格，也不需要在不同的 DEX 上执行交易，就能获得最优惠的价格进行交易。这种流动性的聚合有助于用户获得更好的执行价格和降低滑点，从而提高交易效率。

我们的 DE X聚合器在以下方面比其他类似服务更具优势：

* 通过整合全链的流动性来寻求最佳交易路径，有效地最大化交易效率。
* 为用户提供在交易中进行套利的机会
* 在执行之前严格模拟路由，确保流程顺利且结果符合预期。
* 提供可访问的 API，使项目能够轻松地将 DEX 聚合功能集成到其平台中。


---

# 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://wiki.icecreamswap.com/zh/intro/ai-zhi-neng-ju-he.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.
