# Minimum Collateral Ratio (MCR)

The Minimum Collateral Ratio (MCR) is the lowest collateralization ratio a Trove must maintain to avoid liquidation. This ensures that each Trove has enough collateral to cover for the debt.

* ETH collateral requires a collateral ratio of at least 110%
* wstETH and rETH collateral require a collateral ratio of at least 120%&#x20;

The Critical Collateral Ratio (CCR) is a threshold that mirrors the total market collateralization. When the Total Collateral Ratio (TCR) drops below the CCR, new borrows are halted, and collateral withdrawals are limited unless accompanied by debt repayments (to maintain the protocol’s health).

* The CCR for ETH is set to 150%
* The CCR for wstETH and rETH are set to 160%

The Shutdown Collateral Ratio (SCR) is a threshold that, if met, triggers a market shutdown to protect the protocol during extreme scenarios (such as a price collapse or oracle failure). Borrowing is halted, and emergency redemptions are enabled to clear the debt as soon as possible.&#x20;

* The SCR for ETH is set to 110%
* The SCR for wstETH and rETH is set to 120%&#x20;

***

## Related Articles:

* [Liquity V2](https://help.defisaver.com/protocols/liquity-v2)
* [Borrowing Rates and Redemptions](https://help.defisaver.com/protocols/liquity-v2/borrowing-rates-and-redemptions)


---

# 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://help.defisaver.com/protocols/liquity-v2/minimum-collateral-ratio-mcr.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.
