> 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/zh/jiao-yi/trading-fees.md).

# 交易费用

您在每笔交易中的总费用取决于您使用的交易模式、成交订单的平台（Lighter 或 Hyperliquid）以及资产类别。下表显示您最终支付的费用。

每个单元格显示的费用为 `挂单方 / 吃单方`。挂单订单会增加流动性（通常是不会立即成交的限价单）。吃单订单会减少流动性（市价单，或在提交时与已挂出的订单匹配的限价单）。

{% hint style="info" %}
Hyperliquid 上的一些 TradFi 资产，例如 GOLD，费用高于下方所示费率。对于每种资产的实时交易费用，我们建议您向 Hyperliquid 查询。
{% endhint %}

## 自动驾驶与策略工作室

| 成交场所        | 资产类别            | 挂单方 / 吃单方       |
| ----------- | --------------- | --------------- |
| Hyperliquid | 加密货币            | 0.030% / 0.060% |
| Hyperliquid | TradFi（大宗商品与股票） | 0.018% / 0.024% |
| Lighter     | 所有资产            | 0.020% / 0.020% |

Lighter 对其支持的每种资产统一收取固定费率。大宗商品和股票包括白银、原油和代币化的美国股票。Autopilot 不支持预测市场。

## 副驾驶与手动

| 成交场所        | 资产类别    | 挂单方 / 吃单方       |
| ----------- | ------- | --------------- |
| Hyperliquid | 加密货币    | 0.055% / 0.075% |
| Hyperliquid | 大宗商品与股票 | 0.043% / 0.039% |
| Hyperliquid | 预测市场    | 0.080% / 0.086% |
| Lighter     | 所有资产    | 0.045% / 0.035% |

Lighter 对其支持的每种资产统一收取固定费率。大宗商品和股票包括白银、原油、黄金和代币化的美国股票。预测市场涵盖 Hyperliquid 的 Outcome 市场上的二元结果合约，由 Outcomexyz 提供支持。


---

# 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/zh/jiao-yi/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.
