# 費用與資金費率

## 交易費用

費用由 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 日至 3 月 31 日期間，Byreal 不收取任何額外平台費用。** 用戶只需支付 Hyperliquid 的交易費用。

{% hint style="info" %}
未來可能會有變更。任何費用變動都會提前公告。
{% endhint %}

## 資金費率

永續合約使用資金費率機制來使永續合約價格與現貨/指數價格保持一致：

* **正資金費率** — 做多方支付給做空方。當永續合約價格高於現貨價格時發生。
* **負資金費率** — 做空方支付給做多方。當永續合約價格低於現貨價格時發生。

資金費率每小時結算一次。當前費率和預計費率顯示在交易介面中每個市場的旁邊。


---

# 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-tw/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.
