> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/ja/qu-yin/trading-fees.md).

# 取引手数料

各取引での合計手数料は、使用する取引モード、注文を約定する取引所（Lighter または Hyperliquid）、および資産クラスによって異なります。以下の各表には、最終的に支払う手数料が示されています。

各セルには手数料が `maker / taker`の形式で表示されています。maker注文は流動性を追加します（通常、すぐには約定しない指値注文）。taker注文は流動性を取り除きます（成行注文、または発注時に既存の注文とマッチする指値注文）。

{% hint style="info" %}
GOLD など、Hyperliquid 上の一部の TradFi 資産は、以下に示すレートよりも高い手数料がかかります。各資産のリアルタイム取引手数料については、Hyperliquid で確認することをおすすめします。
{% endhint %}

## Autopilot & Strategy Studio

| 取引先         | 資産クラス             | maker / taker   |
| ----------- | ----------------- | --------------- |
| Hyperliquid | 暗号資産              | 0.030% / 0.060% |
| Hyperliquid | TradFi（コモディティ＆株式） | 0.018% / 0.024% |
| Lighter     | すべての資産            | 0.020% / 0.020% |

Lighter は、サポートするすべての資産に対して一律の手数料を適用します。コモディティと株式には、銀、原油、トークン化された米国株式が含まれます。Autopilot は予測市場をサポートしていません。

## Copilot & Manual

| 取引先         | 資産クラス     | maker / taker   |
| ----------- | --------- | --------------- |
| Hyperliquid | 暗号資産      | 0.055% / 0.075% |
| Hyperliquid | コモディティ＆株式 | 0.043% / 0.039% |
| Hyperliquid | 予測市場      | 0.080% / 0.086% |
| Lighter     | すべての資産    | 0.045% / 0.035% |

Lighter は、サポートするすべての資産に対して一律の手数料を適用します。コモディティと株式には、銀、原油、金、トークン化された米国株式が含まれます。予測市場には、Outcomexyz によって提供される Hyperliquid の Outcome 市場上の二者択一契約が含まれます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://minara.ai/docs/minara-handbook/ja/qu-yin/trading-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
