> 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/ru/torgovlya/trading-fees.md).

# Торговые комиссии

Ваша общая комиссия по каждой сделке зависит от используемого режима торговли, площадки, которая исполняет ордер (Lighter или Hyperliquid), и класса активов. В каждой таблице ниже показана итоговая комиссия, которую вы платите.

В каждой ячейке комиссия указана как `мейкер / тейкер`. Ордер-мейкер добавляет ликвидность (обычно это лимитный ордер, который не исполняется сразу). Ордер-тейкер забирает ликвидность (рыночный ордер или лимитный ордер, который при размещении сопоставляется со стоящим в стакане ордером).

{% hint style="info" %}
По некоторым активам TradFi на Hyperliquid, таким как GOLD, комиссии выше, чем указанные ниже ставки. Для получения актуальной торговой комиссии по каждому активу рекомендуем уточнять информацию у Hyperliquid.
{% endhint %}

## Автопилот и Strategy Studio

| Площадка    | Класс активов                    | мейкер / тейкер |
| ----------- | -------------------------------- | --------------- |
| Hyperliquid | Крипто                           | 0.030% / 0.060% |
| Hyperliquid | TradFi (сырьевые товары и акции) | 0.018% / 0.024% |
| Lighter     | Все активы                       | 0.020% / 0.020% |

Lighter взимает единую фиксированную комиссию для всех поддерживаемых активов. К сырьевым товарам и акциям относятся серебро, нефть, золото и токенизированные акции США. Autopilot не поддерживает рынки прогнозов.

## Copilot и ручной режим

| Площадка    | Класс активов           | мейкер / тейкер |
| ----------- | ----------------------- | --------------- |
| Hyperliquid | Крипто                  | 0.055% / 0.075% |
| Hyperliquid | Сырьевые товары и акции | 0.043% / 0.039% |
| Hyperliquid | Рынки прогнозов         | 0.080% / 0.086% |
| Lighter     | Все активы              | 0.045% / 0.035% |

Lighter взимает единую фиксированную комиссию для всех поддерживаемых активов. К сырьевым товарам и акциям относятся серебро, нефть, золото и токенизированные акции США. Рынки прогнозов охватывают контракты с бинарным исходом на рынке Outcome в Hyperliquid, работающем на базе 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/ru/torgovlya/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.
