# 手续费与资金费率

## 交易手续费

手续费由 Hyperliquid 设定，按名义价值逐笔收取。

### 标准永续合约市场（BTC、ETH、SOL 等）

| 类型         | 基础费率   |
| ---------- | ------ |
| Taker（市价单） | 0.045% |
| Maker（限价单） | 0.015% |

交易量较大的交易者可通过 Hyperliquid 的 VIP 等级获得更低费率：

| 14 天交易量  | Taker  | Maker  |
| -------- | ------ | ------ |
| < $5M    | 0.045% | 0.015% |
| >= $5M   | 0.040% | 0.012% |
| >= $25M  | 0.035% | 0.008% |
| >= $100M | 0.030% | 0.004% |
| >= $500M | 0.028% | 0%     |

### HIP-3 市场（xyz:、flx:、vntl: 等）

HIP-3 部署的市场有不同的费用结构。许多市场目前启用了 Growth Mode，费用降低 90%：

| 模式              | Taker         | Maker     |
| --------------- | ------------- | --------- |
| 标准 HIP-3        | 0.048%–0.090% | 0%–0.030% |
| Growth Mode（当前） | 0.005%–0.009% | 0%–0.003% |

{% hint style="info" %}
Growth Mode 是临时性的，可能由部署者停用。请在交易界面查看每个市场的当前费率。
{% endhint %}

## Byreal 平台费用

**自 2026 年 3 月 10 日至 2026 年 3 月 31 日，Byreal 不收取任何额外平台费用。** 用户仅支付 Hyperliquid 的交易手续费。

{% hint style="info" %}
这可能在未来发生变化。任何费用变更将提前公告。
{% endhint %}

## 资金费率

永续合约使用资金机制使永续合约价格与现货/指数价格保持一致：

* **正资金费率** — 多头向空头支付（永续合约价格 > 现货价格）
* **负资金费率** — 空头向多头支付（永续合约价格 < 现货价格）
* 资金费每 1 小时交换一次
* Hyperliquid 的资金费率上限为每小时 4%（显著高于中心化交易所）
* 在每个市场页面和您的仓位详情中显示

{% hint style="warning" %}
在极端市场条件下，资金费率可能成为一项重大成本。请监控您的资金费用支付，特别是长期持有的仓位。
{% endhint %}

## 转账费用

有关 Relay 桥接费用的详情，请参阅「转账与桥接 → 转账费用」。


---

# 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.byreal.io/zh-my/perps/fees-and-funding.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.
