# 合约交易手续费说明

在合约成交过程中，YUBIT将会收取一定的手续费。 手续费只有在合约订单成交时产生，从账户余额中扣除手续费，不会影响订单的起始保证金。

手续费率如下：

* (挂单)Maker：0.04%
* (吃单)Taker：0.08%

举例：

> 假设您进行了一笔合约交易，交易金额为100,000 USDT，并使用了10倍杠杆。那么您的实际投入金额是10,000 USDT，但合约手续费是根据您实际仓位的价值来计算的，而与杠杆本身无关。
>
> 根据合约手续费万分之八的标准，手续费计算如下：
>
> • 手续费 = 仓位价值 × 手续费率
>
> • 手续费 = 100,000 USDT × 0.0008 = 80 USDT
>
> 所以，尽管您使用了杠杆，手续费仍然是根据您实际的仓位价值（100,000 USDT）来计算的，最终支付的手续费是80 USDT。

手续费的计算方式为：

**手续费 = 仓位价值 \* 手续费率 = 下单数量 \* 标的价格 \* 手续费率**

感谢您对 YUBIT 的支持与信任！


---

# 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://yubit.gitbook.io/yubit/cn/he-yue-jiao-yi/he-yue-jiao-yi-shou-xu-fei-shuo-ming.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.
