> 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/ko/trade/liquidity.md).

# 유동성

Minara는 무기한 거래를 두 개의 온체인 오더북인 Lighter와 Hyperliquid로 라우팅합니다. 생성한 각 무기한 선물 지갑은 두 거래소 중 하나에 연결됩니다. 거래 인터페이스에서 지갑을 전환하면 다음 주문이 어느 거래소에서 실행될지 바뀝니다.

## Minara에서의 Lighter 대 Hyperliquid

<table><thead><tr><th></th><th width="249">Lighter</th><th>Hyperliquid</th></tr></thead><tbody><tr><td>아키텍처</td><td>영지식 레이어 2</td><td>자체 결제 레이어 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>

주문 유형, 레버리지, 펀딩, 청산은 각 거래소의 자체 규칙을 따릅니다. 참조 [주문 유형](/docs/minara-handbook/ko/reference/order-types.md), [증거금 및 레버리지](/docs/minara-handbook/ko/reference/margin-and-leverage.md), 그리고 [청산](/docs/minara-handbook/ko/reference/liquidations.md).

## 거래소 선택

대부분의 사용자는 명시적으로 선택할 필요가 없습니다. 기본적으로 계정에는 각 거래소에 하나씩 지갑이 있으며, 거래 인터페이스에서 한 번의 클릭으로 둘 사이를 전환할 수 있습니다. 한쪽에 자금이 있고 다른 쪽을 사용하고 싶다면, 서로 전송하면 됩니다. 참조 [입금](broken://pages/c2f6c30a5d59b555efdb55250d731f059dec74a8#transfer-between-lighter-and-hyperliquid).

각 거래소에 대한 자세한 내용은 참조 [Lighter](/docs/minara-handbook/ko/trade/liquidity/lighter.md) 및 [Hyperliquid](/docs/minara-handbook/ko/trade/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:

```
GET https://minara.ai/docs/minara-handbook/ko/trade/liquidity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
