> 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) — это биржа для ончейн-торговли бессрочными контрактами и спотом, работающая на специально созданном блокчейне Layer 1. В Minara ордера, размещенные по кошельку Hyperliquid, направляются в ончейн-ордербук Hyperliquid.

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

Hyperliquid — это блокчейн Layer 1 с самостоятельным урегулированием и нативным ончейн-сопоставлением ордеров. Он использует собственный алгоритм консенсуса HyperBFT (вдохновленный HotStuff) с финализацией за один блок. Ордера, отмены, сделки и ликвидации выполняются ончейн, а не на централизованном бэкенде сопоставления. Средства в кошельке 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.
