> 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/ko/trade/trading-fees.md).

# 거래 수수료

각 거래에서 지불하는 총 수수료는 사용하는 거래 모드, 주문이 체결되는 거래소(Lighter 또는 Hyperliquid), 그리고 자산 클래스에 따라 달라집니다. 아래 각 표에는 최종적으로 지불하는 수수료가 표시되어 있습니다.

각 셀은 수수료를 `메이커 / 테이커`로 표시합니다. 메이커 주문은 유동성을 추가합니다(보통 즉시 체결되지 않는 지정가 주문). 테이커 주문은 유동성을 제거합니다(시장가 주문 또는 진입 시 대기 중인 주문과 체결되는 지정가 주문).

{% hint style="info" %}
GOLD와 같은 Hyperliquid의 일부 TradFi 자산은 아래에 표시된 요율보다 더 높은 수수료가 부과됩니다. 각 자산의 실시간 거래 수수료는 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는 지원하는 모든 자산에 동일한 단일 요율을 적용합니다. 원자재 및 주식에는 은, 원유, 금, 토큰화된 미국 주식이 포함됩니다. 예측 시장은 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:

```
GET https://minara.ai/docs/minara-handbook/ko/trade/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.
