# Liquidation

### **What are liquidations?**

Liquidations occur to ensure that the entire stablecoin supply remains fully backed by collateral. When a vault's Collateral Ratio falls below the MCR, it will be closed (liquidated).

During liquidation, the debt of the vault is canceled and managed accordingly. While the owner retains the full amount of RUSD borrowed, they will face a loss of its value overall.

#### Redistribution

Debts and collaterals of the under-collateralized vault would be redistributed proportionally across all existing vaults based on their collateral ratio.

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

As shown in the chart, when Vault E’s CR drops below MCR, the debt and its collateral are proportionally redistributed to all the other vaults. This redistribution results in a slight decrease in the CR of the other vaults, but they also have a net gain from it.

### How do I prevent liquidation?

To prevent liquidation, ensure that your Individual Collateral Ratio (ICR) remains well above the Minimum Collateral Ratio. For added safety, aim to maintain your ICR above our recommended Collateral Ratio.

BTC vaults' recommended Collateral Ratio: 175%

CKB vaults' recommended Collateral Ratio: 180%


---

# 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://stablepp.gitbook.io/stable++/liquidation.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.
