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

# Hyperliquid

[Hyperliquid](https://app.hyperliquid.xyz/trade) 목적으로 설계된 Layer 1에서 운영되는 온체인 무기한 선물 및 현물 거래소입니다. Minara에서는 Hyperliquid 지갑을 대상으로 제출된 주문이 Hyperliquid의 온체인 오더북으로 라우팅됩니다.

## 신뢰 모델

Hyperliquid는 네이티브 온체인 주문 매칭을 지원하는 자체 정산형 Layer 1 블록체인입니다. 이 블록체인은 HotStuff에서 영감을 받은 HyperBFT라는 맞춤형 합의 알고리즘과 단일 블록 최종성을 사용합니다. 주문, 취소, 거래, 청산은 중앙화된 매칭 백엔드가 아니라 온체인에서 실행됩니다. Hyperliquid 지갑의 자금은 Minara가 아니라 Hyperliquid 체인에 보관됩니다.

Hyperliquid는 또한 HyperEVM도 제공하는데, 이는 자체 거래 기본 기능과 상호작용할 수 있는 범용 스마트 계약 환경입니다.

## 입금

Hyperliquid 지갑은 Arbitrum(Hyperliquid의 기본 브리지)을 통해 USDC 입금을 받습니다. 다른 네트워크나 토큰에서의 입금은 지갑에 반영되지 않습니다.

단계별 입금 안내는 다음을 참조하세요 [입금](broken://pages/c2f6c30a5d59b555efdb55250d731f059dec74a8#deposit).

## 전송

Hyperliquid 지갑에서의 출금 전송에는 Hyperliquid가 차감하는 1달러 수수료가 부과됩니다. 이는 다른 Minara 지갑(Lighter 지갑 포함)으로의 전송과 외부 Arbitrum 주소로의 출금에 적용됩니다.

전송 안내는 다음을 참조하세요 [입금](broken://pages/c2f6c30a5d59b555efdb55250d731f059dec74a8#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/ko/trade/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.
