# Liquidations

<figure><img src="/files/4v6dOUAkj2a8W6N15NXb" alt=""><figcaption></figcaption></figure>

### What are liquidations? <a href="#what-are-liquidations" id="what-are-liquidations"></a>

To ensure that the entire stablecoin supply remains fully backed by collateral, Positions which fall under the minimum collateral ratio will be closed (liquidated).  The debt of the Position is canceled and absorbed by the Backstop Pool and its collateral distributed among Backstop Providers. The owner of the Position still keeps the full amount of USDx borrowed but loses value overall; hence, it is critical to always keep your health ratio above the MCR (ideally above CCR.)

### Who can liquidate Positions? <a href="#who-can-liquidate-troves" id="who-can-liquidate-troves"></a>

<figure><img src="/files/Unv0h3uNw775SToSHLiz" alt=""><figcaption></figcaption></figure>

Anybody can liquidate a Position as soon as it drops below the Minimum Collateral Ratio. The initiator receives a gas compensation (200 USDx + 0.5% of the Position's collateral) as reward for this service.

### How am I compensated for liquidating a Position? <a href="#how-am-i-compensated-for-liquidating-a-trove" id="how-am-i-compensated-for-liquidating-a-trove"></a>

The liquidation of Positions is connected with certain gas costs which the initiator has to cover. The cost per Position is reduced by implementing batch liquidations of Positions but with the aim of ensuring that liquidations remain profitable even in times of soaring gas prices the protocol offers a gas compensation given by the following formula:

`gas compensation = 200 USDx + 0.5% of Position's collateral`

The 200 USDx is funded by a Liquidation Reserve while the variable 0.5% part comes from the liquidated collateral, slightly reducing the liquidation gain for Backstop Providers.


---

# Agent Instructions: 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://docs.ouroboros.foundation/ouroboros-products/usdx-stablecoin/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.
