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

# Hyperliquid

[Hyperliquid](https://app.hyperliquid.xyz/trade) — это биржа бессрочных контрактов и спота в сети, работающая на специально созданном блокчейне первого уровня. В Minara ордера, размещенные через кошелек Hyperliquid, направляются в on-chain книгу ордеров Hyperliquid.

## Модель доверия

Hyperliquid — это блокчейн первого уровня с собственным расчетом и нативным сопоставлением ордеров непосредственно в сети. Он использует собственный алгоритм консенсуса под названием HyperBFT (вдохновленный HotStuff) с финальностью за один блок. Ордера, отмены, сделки и ликвидации исполняются в сети, а не на централизованном backend для сопоставления. Средства в кошельке Hyperliquid хранятся в сети Hyperliquid, а не у Minara.

Hyperliquid также предоставляет HyperEVM — универсальную среду для смарт-контрактов, которая может взаимодействовать с его нативными торговыми примитивами.

## Депозит

Кошельки Hyperliquid принимают депозиты USDC через Arbitrum (родной мост Hyperliquid). Депозиты из других сетей или в других токенах на кошелек не зачисляются.

Пошаговые инструкции по внесению депозита см. [Депозит](/docs/minara-handbook/ru/nachat/deposit.md#deposit).

## Переводы

За исходящие переводы с кошелька Hyperliquid взимается комиссия $1, удерживаемая Hyperliquid. Это относится к переводам на другой кошелек Minara (включая кошелек Lighter) и к выводам на внешний адрес Arbitrum.

Инструкции по переводу см. [Депозит](/docs/minara-handbook/ru/nachat/deposit.md#transfer-between-lighter-and-hyperliquid).

## Торговля

Кошельки Hyperliquid поддерживают типы ордеров, режимы маржи и средства управления рисками, описанные в справочнике по торговле. Список доступных активов берется из листингов Hyperliquid и отображается в селекторе активов на странице торговли Perps, когда активен кошелек 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/hyperliquid.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.
