> For the complete documentation index, see [llms.txt](https://docs.darkhole.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.darkhole.io/cn/copy-of-chang-jian-wen-ti/fei-yong-xiang-guan.md).

# 费用相关

### 手续费怎么收取？

手续费为收取的服务费，如果您使用了普通非跨链兑换服务，收取费用比例为：0.1%，如果您使用了跨链兑换服务，则收取的费用比例为：0.2%+跨链桥的提币费用。 gas不包括在内。

### 为什么收到的金额与我提交得到的金额不同？

汇率以提交订单时的实时汇率计算。 在兑换过程中，汇率通常会发生变化。 我们是按照交易时的实时汇率计算的，因此两个数字可能会有少许出入。 交易和gas也会扣除少量费用。


---

# 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.darkhole.io/cn/copy-of-chang-jian-wen-ti/fei-yong-xiang-guan.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.
