# Liquidations

To keep the entire $USC supply fully backed, any shuttle that falls [**below the Minimum Collateral Ratio (MCR)**](https://doc.orby.network/overview/supported-collateral/collateral-risk-parameters) will be **fully liquidated**.

**How Liquidation Works:**

1. A shuttle is flagged for liquidation when its collateral ratio drops below the MCR.
2. A liquidator detects the flagged shuttle and starts the liquidation process.
3. The shuttle’s debt is erased using $USC from the Stability Pool (this $USC is then burned).
4. The shuttle’s collateral is distributed as follows:
   * 0.5% + the 20 $USC liquidation reserve go to the liquidator.
   * 99.5% goes to Stability Pool depositors.
5. The shuttle is closed, and the owner keeps their remaining borrowed $USC.

## Commonly asked questions

<details>

<summary>How does a liquidation impact me?</summary>

If you get liquidated, you will lose all of your collateral. However, you can keep the borrowed $USC

</details>

<details>

<summary>What can I do to avoid getting liquidated?</summary>

While it is impossible to completely avoid getting liquidated, it is recommended that you maintain your shuttle's collateral ratio above 180%

</details>


---

# 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://doc.orby.network/overview/liquidations-and-the-stability-pool/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.
