> 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/zh/jiao-yi/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 钱包通过 Arbitrum（Hyperliquid 的原生桥）接受 USDC 存款。来自其他网络或代币的存款不会记入钱包。

有关分步存款说明，请参见 [存款](/docs/minara-handbook/zh/kai-shi-shi-yong/deposit.md#deposit).

## 转账

从 Hyperliquid 钱包发出的转账会产生 1 美元费用，由 Hyperliquid 扣除。此费用适用于转账到其他 Minara 钱包（包括 Lighter 钱包）以及提取到外部 Arbitrum 地址。

有关转账说明，请参见 [存款](/docs/minara-handbook/zh/kai-shi-shi-yong/deposit.md#transfer-between-lighter-and-hyperliquid).

## 交易

Hyperliquid 钱包支持交易参考中描述的订单类型、保证金模式和风险控制。当 Hyperliquid 钱包处于活动状态时，可用资产列表来自 Hyperliquid 的上架资产，并显示在 Perps 交易页面的资产选择器中。


---

# 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/zh/jiao-yi/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.
