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

# 流動性

Minara は無期限先物取引を 2 つのオンチェーン注文板、Lighter と Hyperliquid にルーティングします。作成した各 perps ウォレットは、2 つの取引所のいずれかに紐づきます。取引画面でウォレットを切り替えると、次の注文がどの取引所で約定するかが切り替わります。

## Minara における Lighter と Hyperliquid の比較

<table><thead><tr><th></th><th width="249">Lighter</th><th>Hyperliquid</th></tr></thead><tbody><tr><td>アーキテクチャ</td><td>ゼロ知識 Layer 2</td><td>自己決済型 Layer 1（HyperBFT コンセンサス）</td></tr><tr><td>決済</td><td>zk 証明によるオンチェーン</td><td>オンチェーン、1ブロック確定</td></tr><tr><td>入金資産</td><td>Arbitrum 経由の USDC</td><td>Arbitrum 経由の USDC</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>Lighter では送金ごとに $3 が差し引かれます（ある Lighter ウォレットから別の Lighter ウォレットへ）。</td><td>Hyperliquid では新規ウォレットに対して $1 が差し引かれます（最初に開始された送金）。同じウォレットのその後の送金には手数料はかかりません。</td></tr><tr><td>出金手数料</td><td>Lighter では送金元への送金（出金）ごとに $3 が差し引かれます。</td><td>Hyperliquid では送金元への送金（出金）ごとに $1 が差し引かれます。</td></tr><tr><td>ウォレット鍵モデル</td><td>StarkEx 由来のアカウントモデル</td><td>EVM ネイティブのアカウントモデル</td></tr></tbody></table>

注文タイプ、レバレッジ、資金調達、清算は各取引所独自のルールに従います。See [注文タイプ](/docs/minara-handbook/ja/rifarensu/order-types.md), [証拠金とレバレッジ](/docs/minara-handbook/ja/rifarensu/margin-and-leverage.md)、および [清算](/docs/minara-handbook/ja/rifarensu/liquidations.md).

## 取引所の選択

ほとんどのユーザーは明示的に選択する必要はありません。デフォルトでは、あなたのアカウントには各取引所に 1 つずつウォレットがあり、取引画面ではワンクリックでそれらを切り替えられます。片方に資金があり、もう一方を使いたい場合は、両者間で送金してください。See [入金](/docs/minara-handbook/ja/hajimeru/deposit.md#transfer-between-lighter-and-hyperliquid).

各取引所の詳細については、See [Lighter](/docs/minara-handbook/ja/qu-yin/liquidity/lighter.md) および [Hyperliquid](/docs/minara-handbook/ja/qu-yin/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/ja/qu-yin/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.
