> 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/liquidity.md).

# Ликвидность

Minara направляет перпетуалы в два ончейн-ордербука: Lighter и Hyperliquid. Каждый кошелёк для перпетуалов, который вы создаёте, привязан к одной из двух бирж. Переключение кошельков в торговом интерфейсе меняет площадку, на которой будет исполнен ваш следующий ордер.

## Lighter и Hyperliquid в Minara

<table><thead><tr><th></th><th width="249">Lighter</th><th>Hyperliquid</th></tr></thead><tbody><tr><td>Архитектура</td><td>Уровень 2 с нулевым разглашением</td><td>Уровень 1 с саморасчётом (консенсус HyperBFT)</td></tr><tr><td>Расчёт</td><td>Ончейн через zk-доказательства</td><td>Ончейн, финализация за один блок</td></tr><tr><td>Депозитный актив</td><td>USDC через Arbitrum</td><td>USDC через Arbitrum</td></tr><tr><td>Категории активов в Minara</td><td>Перпетуалы</td><td>Перпетуалы</td></tr><tr><td>Перевод между биржами</td><td>Поддерживается (USDC, USDH, где доступно)</td><td>Поддерживается (USDC, USDH, где доступно)</td></tr><tr><td>Перевод внутри биржи</td><td>$3 удерживается Lighter за каждый перевод (с одного кошелька Lighter на другой)</td><td>$1 удерживается Hyperliquid для новых кошельков (при первом инициированном переводе). За последующие переводы с того же кошелька комиссия не взимается.</td></tr><tr><td>Комиссия за вывод</td><td>$3 удерживается Lighter за каждый исходящий перевод (вывод)</td><td>$1 удерживается Hyperliquid за каждый исходящий перевод (вывод)</td></tr><tr><td>Модель ключа кошелька</td><td>Модель аккаунта, основанная на StarkEx</td><td>Нативная EVM-модель аккаунта</td></tr></tbody></table>

Типы ордеров, плечо, фандинг и ликвидации регулируются собственными правилами каждой биржи. См. [Типы ордеров](/docs/minara-handbook/ru/spravochnik/order-types.md), [Маржа и плечо](/docs/minara-handbook/ru/spravochnik/margin-and-leverage.md), и [Ликвидации](/docs/minara-handbook/ru/spravochnik/liquidations.md).

## Выбор площадки

Большинству пользователей не нужно делать явный выбор. По умолчанию у вашего аккаунта есть по одному кошельку на каждой бирже, и торговый интерфейс позволяет переключаться между ними в один клик. Если у вас есть средства на одной стороне и вы хотите использовать другую, переведите их между ними. См. [Пополнение](/docs/minara-handbook/ru/nachat/deposit.md#transfer-between-lighter-and-hyperliquid).

Подробности по каждой площадке см. [Lighter](/docs/minara-handbook/ru/torgovlya/liquidity/lighter.md) и [Hyperliquid](/docs/minara-handbook/ru/torgovlya/liquidity/hyperliquid.md).

## Где каждая площадка отображается в Minara

Copilot, Autopilot и Strategy Studio работают как с кошельками Lighter, так и с кошельками Hyperliquid. Используемая биржа определяется тем, какой кошелёк выбран, когда вы начинаете сессию, запускаете бэктест или развёртываете стратегию.


---

# 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/liquidity.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.
