# Liquidations in Normal Mode

**Liquidations in Normal Mode (TCR >= 150%)**

| Scenario                                               | Liquidation Action                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>MCR > ICR; SP < shuttle debt</p><p><br><br><br></p> | <p>All the Stability Pool’s $USC is offset with an equal amount of debt from the shuttles that were flagged for liquidation. A fraction of the collateral (equal to the ratio of its offset debt to its entire debt) is shared between Stability Pool depositors and the liquidator.<br><br>All remaining collateral and debt that was not liquidated (minus the $USC20 liquidation reserve) is redistributed to active shuttles (i.e. debt is socialised).</p> |
| MCR > ICR; SP >= shuttle debt                          | All debt from the shuttles that were flagged for liquidation is offset by $USC in the Stability Pool. The liquidated shuttles’ collateral is shared between Stability Pool depositors and the liquidator.                                                                                                                                                                                                                                                       |
| MCR > ICR; SP = 0                                      | All collateral and debt (minus the $USC20 liquidation reserve) is redistributed to active shuttles (i.e. debt is socialised).                                                                                                                                                                                                                                                                                                                                   |
| MCR =< ICR                                             | Nothing done                                                                                                                                                                                                                                                                                                                                                                                                                                                    |

Where:

ICR = Individual Collateral Ratio for CDCETH shuttles

MCR = Minimum Collateral Ratio for CDCETH shuttles

TCR = Total Collateral Ratio for CDCETH shuttles

SP = Stability Pool


---

# 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/recovery-mode/liquidations-in-normal-mode.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.
