> For the complete documentation index, see [llms.txt](https://wiki.icecreamswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.icecreamswap.com/zh/dex.md).

# 交易平台

- [兑换](https://wiki.icecreamswap.com/zh/dex/swap.md): 以币易币，轻松如意
- [流动性](https://wiki.icecreamswap.com/zh/dex/liquidity.md): 双币组队，共同进退
- [农场](https://wiki.icecreamswap.com/zh/dex/farm.md): 春种秋收，农场不休
- [质押](https://wiki.icecreamswap.com/zh/dex/staking.md): 单币无忧，质押有酬
- [跨链桥](https://wiki.icecreamswap.com/zh/dex/bridge.md): 跨链生态，安全精彩
- [信息](https://wiki.icecreamswap.com/zh/dex/info.md): 数据统计，信息汇集
- [发射台](https://wiki.icecreamswap.com/zh/dex/launchpad.md): 项目发射，争先抢热
- [时间锁](https://wiki.icecreamswap.com/zh/dex/lock.md): 时间之作，信任之锁
- [KYC](https://wiki.icecreamswap.com/zh/dex/kyc.md): 验明正身，重塑信任


---

# 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://wiki.icecreamswap.com/zh/dex.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.
