# 手数料とファンディング

## 取引手数料

手数料はHyperliquidによって設定され、想定元本に基づいて取引ごとに課金されます。

### 標準パーペチュアルマーケット（BTC、ETH、SOLなど）

| **タイプ**    | **基本手数料** |
| ---------- | --------- |
| テイカー（成行注文） | 0.045%    |
| メーカー（指値注文） | 0.015%    |

取引量の多いトレーダーは、HyperliquidのVIPティアを通じてより低い手数料を受けられます：

| **14日間取引量** | **テイカー** | **メーカー** |
| ----------- | -------- | -------- |
| < $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%削減されています：

| **モード**         | **テイカー**      | **メーカー**  |
| --------------- | ------------- | --------- |
| 標準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のファンディングレート上限は1時間あたり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/ja-jp/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.
