# 费用

OmniBridge的费用结构包含两部分：桥接费和目标链Gas费，这种费用结构确保资产转移的快速可靠；

* 桥接费：按转账金额的百分比收取，我们对所有用户将会收取0.3%的桥接费
* 目标链Gas费：用于目标链，我们将代币发送到用户地址所消耗的Gas费；

例如：假如用户想要在源链Ethereum上用1个ETH兑换目标链Bitcoin上的BTC时，桥接费是：\
1 ETH \* 0.003 = 0.003 ETH\
跨链系统将会使用0.997去兑换目标链的BTC，假如实际兑换得到0.1BTC，目标链GAS是 0.001 BTC，那么用户将会收到的BTC数量是：\
0.1 BTC - 0.001 BTC = 0.099 BTC


---

# 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://docs.cn.omnibridge.pro/architecture/fee.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.
