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

# 강제 청산

청산은 계좌 자산이 포지션을 유지하는 데 필요한 유지 증거금 아래로 떨어질 때 발생합니다. 시스템은 잔액이 음수가 되는 것을 막기 위해 포지션을 청산합니다.

## 청산이 작동하는 방식

각 미체결 포지션에는 **청산 가격** — 증거금이 부족해지는 자산 가격입니다. 이 가격은 포지션 패널의 모든 미체결 포지션에 표시됩니다. 시장이 불리하게 움직이면 증거금 비율이 감소합니다. 유지 증거금 임계값에 도달하면 청산이 발동됩니다.

포지션은 Hyperliquid의 청산 엔진에 의해 일반적으로 청산 가격에서 또는 그 근처에서 청산됩니다. 청산 후 남은 증거금은 계좌로 반환됩니다. 포지션 규모가 이용 가능한 유동성에 비해 크면 슬리피지가 발생할 수 있습니다.

## 자동 디레버리징

극단적인 시장 상황 — 청산 주문을 체결할 유동성이 충분하지 않은 급격한 변동 — 에서는 Hyperliquid의 자동 디레버리징(ADL) 시스템이 활성화될 수 있습니다. ADL은 청산된 포지션을 반대편의 수익 중인 트레이더와 매칭하여, 그들의 포지션을 파산 가격에 청산합니다. 포지션이 ADL 대상으로 선택되면 알림을 받게 되며 포지션이 축소되거나 청산됩니다.

ADL은 드물며 최후의 수단입니다. 추가 수수료는 부과되지 않습니다.

## 청산을 피하는 방법

**손절매 설정하기**: 진입가보다 낮게(롱의 경우) 또는 높게(숏의 경우) 손절 트리거 주문을 설정하세요. 이렇게 하면 청산 가격에 도달하기 전에 포지션이 종료됩니다. 다음을 참조하세요 [주문 유형](/docs/minara-handbook/ko/reference/order-types.md) 손절 트리거 주문의 작동 방식에 대해.

**더 낮은 레버리지를 사용하세요**: 레버리지가 높을수록 청산 가격이 진입가에 더 가까워집니다. 2배 레버리지에서는 자산이 50% 하락해야 청산됩니다. 20배에서는 5%만 하락해도 됩니다.

**증거금 비율을 모니터링하세요**: 포지션 패널에서 포지션별 현재 증거금 비율이 표시됩니다. 변동성이 큰 시기에는 이를 주시하세요.

**Autopilot의 AI 손절매를 사용하세요**: Autopilot을 실행 중일 때 AI 손절매 기능을 활성화하세요. 시장 상황에 따라 손절이 동적으로 조정되며, 포지션이 청산 가격에 가까워지기 전에 종료됩니다.

{% hint style="info" %}
청산된 포지션은 복구할 수 없습니다 — 한 번 발동되면 포지션은 청산됩니다. 최선의 방법은 예방입니다: 레버리지를 낮추고, 감당 가능한 최대 손실 수준에 손절매를 설정하세요.
{% endhint %}


---

# 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/reference/liquidations.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.
