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

# 清算

清算は、口座資産がポジションを維持するために必要な維持証拠金を下回ったときに発生します。システムは、残高がマイナスになるのを防ぐためにポジションを閉じます。

## 清算の仕組み

各オープンポジションには **清算価格** — 証拠金が不足する資産価格です。この価格は、ポジションパネルの各オープンポジションに表示されます。市場が不利に動くと、証拠金比率は低下します。維持証拠金のしきい値に達すると、清算が発動します。

ポジションは Hyperliquid の清算エンジンによって、通常は清算価格付近で決済されます。決済後に残った証拠金は口座に返還されます。利用可能な流動性に対してポジションサイズが大きい場合、スリッページが発生することがあります。

## 自動デレバレッジング

極端な市場環境—清算注文を約定させるのに十分な流動性がない急激な値動き—では、Hyperliquid の自動デレバレッジング（ADL）システムが作動する場合があります。ADL は、清算されたポジションを反対側で利益の出ているトレーダーとマッチさせ、破産価格で彼らのポジションを決済します。あなたのポジションが ADL の対象に選ばれた場合は通知が届き、ポジションは縮小または決済されます。

ADL はまれで、最後の手段となる仕組みです。追加手数料はかかりません。

## 清算を避ける方法

**ストップロスを設定する**：ロングの場合はエントリー価格より下、ショートの場合は上にストップトリガー注文を置きます。これにより、清算価格に達する前にポジションを終了できます。参照 [注文タイプ](/docs/minara-handbook/ja/can-kao/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:

```
GET https://minara.ai/docs/minara-handbook/ja/can-kao/liquidations.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.
