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

# 参考

- [定义及术语](https://orca-so.gitbook.io/orca-docs-zh/can-kao/ding-yi-ji-shu-yu.md)
- [漩涡池常见问题解答](https://orca-so.gitbook.io/orca-docs-zh/can-kao/xuan-wo-chi-chang-jian-wen-ti-jie-da.md)
- [全范围存入池](https://orca-so.gitbook.io/orca-docs-zh/can-kao/quan-fan-wei-cun-ru-chi.md)
- [Orca品牌资产](https://orca-so.gitbook.io/orca-docs-zh/can-kao/orca-pin-pai-zi-chan.md): Orca品牌的一致性是非常重要的!
- [池子网络费用](https://orca-so.gitbook.io/orca-docs-zh/can-kao/chi-zi-wang-luo-fei-yong.md)
- [交易费用](https://orca-so.gitbook.io/orca-docs-zh/can-kao/jiao-yi-fei-yong.md): 下表显示了taker(交易者)支付的费用，以及这些费用如何在Maker(流动性提供者)、Orca财务和气候基金之间共享。
- [钱包](https://orca-so.gitbook.io/orca-docs-zh/can-kao/qian-bao.md)
- [NFT头像](https://orca-so.gitbook.io/orca-docs-zh/can-kao/nft-tou-xiang.md)
- [其他FAQs](https://orca-so.gitbook.io/orca-docs-zh/can-kao/qi-ta-faqs.md)
- [价格比较工具](https://orca-so.gitbook.io/orca-docs-zh/can-kao/jia-ge-bi-jiao-gong-ju.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://orca-so.gitbook.io/orca-docs-zh/can-kao.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.
