# 合约手续费说明

在合约交易成交过程中，**NewCoin 平台**将按照订单成交情况收取一定比例的交易手续费。

手续费仅在订单实际成交时产生，并从账户余额中扣除，不影响开仓所需的初始保证金。

***

#### 手续费率标准

* **Maker（挂单）**：0.04%
* **Taker（吃单）**：0.08%

***

#### 手续费计算规则

合约手续费基于\*\*实际仓位价值（名义价值）\*\*计算，与使用的杠杆倍数无关。

**计算公式：**

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

***

#### 示例说明

假设您进行一笔合约交易：

* 交易仓位价值：100,000 USDT
* 杠杆倍数：10x
* 实际占用保证金：10,000 USDT

尽管使用了杠杆，手续费仍按**仓位价值**计算：

> 手续费 = 100,000 × 0.0008 = **80 USDT**

***

#### 关键说明

* 手续费与杠杆无关，仅与仓位名义价值相关
* 仅在成交时收取，未成交订单不产生费用
* 手续费直接从账户余额中扣除

***

感谢您对 **NewCoin** 的支持与信任！


---

# 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://newcoin-doc.gitbook.io/newcoin/he-yue-jiao-yi/he-yue-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.
