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

# ロスカット

強制清算は、口座の有効証拠金がポジションを維持するために必要な維持証拠金を下回ったときに発生します。システムは、残高がマイナスになるのを防ぐためにポジションをクローズします。

## 強制清算の仕組み

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

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

## 自動デレバレッジ

極端な市場状況では—清算注文を埋めるのに十分な流動性がない急激な値動きがある場合—Hyperliquid の自動デレバレッジ（ADL）システムが作動することがあります。ADL は、清算されたポジションを反対側の含み益のあるトレーダーとマッチさせ、破産価格でそのポジションをクローズします。あなたのポジションが ADL の対象に選ばれた場合は通知が届き、ポジションは縮小またはクローズされます。

ADL はまれで、最終手段の仕組みです。追加手数料は発生しません。

## 強制清算を避ける方法

**ストップロスを設定する**: エントリー価格より下（ロング）または上（ショート）にストップトリガー注文を置きます。これにより、強制清算価格に達する前にポジションを決済できます。詳細は [注文タイプ](/docs/minara-handbook/ja/rifarensu/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/ja/rifarensu/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.
