# 取引手数料

Minaraでのすべての取引は、Hyperliquidの注文板で執行されます。あなたの総手数料は2つの要素の合計です： **Hyperliquid手数料** 取引所の基盤である取引所によって課される手数料、そして **Minara手数料** プラットフォームによって課される手数料です。手数料は資産クラスと取引モードによって異なります。 **メイカー** 注文は注文板に流動性を追加します — 通常、すぐには約定しない指値注文です。 **テイカー** 注文は流動性を取り除きます — 成行注文、または既存の注文に発注時点で一致する指値注文です。

## 暗号資産

### オートパイロット

|          | Hyperliquid手数料 | Minara手数料 | 合計        |
| -------- | -------------- | --------- | --------- |
| **メイカー** | 0.015%         | 0.015%    | **0.03%** |
| **テイカー** | 0.045%         | 0.015%    | **0.06%** |

### コパイロット（手動取引）

|          | Hyperliquid手数料 | Minara手数料 | 合計         |
| -------- | -------------- | --------- | ---------- |
| **メイカー** | 0.015%         | 0.04%     | **0.065%** |
| **テイカー** | 0.045%         | 0.03%     | **0.075%** |

## コモディティと株式

銀、原油、その他のコモディティ、および株式を含みます。

### オートパイロット

|          | Hyperliquid手数料 | Minara手数料 | 合計         |
| -------- | -------------- | --------- | ---------- |
| **メイカー** | 0.003%         | 0.015%    | **0.018%** |
| **テイカー** | 0.009%         | 0.015%    | **0.024%** |

### コパイロット（手動取引）

|          | Hyperliquid手数料 | Minara手数料 | 合計         |
| -------- | -------------- | --------- | ---------- |
| **メイカー** | 0.003%         | 0.04%     | **0.043%** |
| **テイカー** | 0.009%         | 0.03%     | **0.039%** |

## 予測市場

Outcomexyzによって支えられたHyperliquidのOutcome市場で取引される、二者択一の結果契約を対象とします。

### コパイロット（手動取引）

|          | Hyperliquid手数料 | Minara手数料 | 合計         |
| -------- | -------------- | --------- | ---------- |
| **メイカー** | 0.04%          | 0.04%     | **0.08%**  |
| **テイカー** | 0.056%         | 0.03%     | **0.086%** |


---

# 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://minara.ai/docs/minara-handbook/ja/qu-yin/trading-fees.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.
