> 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/ja/qu-yin/liquidity/hyperliquid.md).

# Hyperliquid

[Hyperliquid](https://app.hyperliquid.xyz/trade) は、専用設計のLayer 1上で稼働する、オンチェーンのパーペチュアルおよびスポット取引所です。Minaraでは、Hyperliquidウォレットに対して出された注文は、Hyperliquidのオンチェーン注文帳にルーティングされます。

## 信頼モデル

Hyperliquidは、ネイティブのオンチェーン注文マッチングを備えたセルフ・セトルメント型のLayer 1ブロックチェーンです。1ブロック最終性を持つ、HyperBFT（HotStuffに着想を得た）と呼ばれる独自のコンセンサスアルゴリズムを使用しています。注文、キャンセル、取引、清算は、中央集権的なマッチングバックエンドではなく、オンチェーンで実行されます。Hyperliquidウォレット内の資金は、MinaraではなくHyperliquidチェーン上で保管されます。

Hyperliquidは、ネイティブの取引プリミティブと連携できる汎用スマートコントラクト環境であるHyperEVMも提供しています。

## 入金

Hyperliquidウォレットは、Arbitrum（Hyperliquidのネイティブブリッジ）経由でのUSDC入金を受け付けます。他のネットワークやトークンからの入金はウォレットに反映されません。

入金手順のステップごとの案内は、次を参照してください [入金](/docs/minara-handbook/ja/hajimeru/deposit.md#deposit).

## 送金

Hyperliquidウォレットからの送金には、Hyperliquidにより差し引かれる1ドルの手数料がかかります。これは、別のMinaraウォレット（Lighterウォレットを含む）への送金および外部のArbitrumアドレスへの出金の両方に適用されます。

送金手順については、次を参照してください [入金](/docs/minara-handbook/ja/hajimeru/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/ja/qu-yin/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.
