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

# 中文版

- [ArthSwap介绍](https://docs.arthswap.org/zh/arthswap-jie-shao.md)
- [ArthSwap功能](https://docs.arthswap.org/zh/arthswap-gong-neng.md)
- [代币兑换和挖矿](https://docs.arthswap.org/zh/arthswap-gong-neng/dai-bi-dui-huan-he-wa-kuang.md)
- [IDO发射平台](https://docs.arthswap.org/zh/arthswap-gong-neng/ido-fa-she-ping-tai.md)
- [开始指南](https://docs.arthswap.org/zh/kai-shi-zhi-nan.md)
- [设置你的钱包](https://docs.arthswap.org/zh/kai-shi-zhi-nan/she-zhi-ni-de-qian-bao.md)
- [将你的代币从交易所转移到Astar网络](https://docs.arthswap.org/zh/kai-shi-zhi-nan/jiang-ni-de-dai-bi-cong-jiao-yi-suo-zhuan-yi-dao-astar-wang-luo.md)
- [桥](https://docs.arthswap.org/zh/kai-shi-zhi-nan/qiao.md)
- [代币经济学](https://docs.arthswap.org/zh/dai-bi-jing-ji-xue.md): ArthSwap的代币经济学。我们的代币经济学原则上旨在提高ARSW代币以及ASTR代币的估值，并致力于扩大Astar网络的生态系统。
- [ARSW代币](https://docs.arthswap.org/zh/dai-bi-jing-ji-xue/arsw-dai-bi.md)
- [计算](https://docs.arthswap.org/zh/dai-bi-jing-ji-xue/ji-suan.md)
- [路线图](https://docs.arthswap.org/zh/lu-xian-tu.md)
- [合约](https://docs.arthswap.org/zh/he-yue.md)
- [智能合约](https://docs.arthswap.org/zh/he-yue/zhi-neng-he-yue.md): ArthSwap 是由PancakeSwap克隆的，而PancakeSwap又是基于UniSwp v2. 请阅读Uniswap v2白皮书以获得关于合约逻辑的更深度的信息。
- [代币合约](https://docs.arthswap.org/zh/he-yue/dai-bi-he-yue.md)
- [常见问题](https://docs.arthswap.org/zh/chang-jian-wen-ti.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://docs.arthswap.org/zh.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.
