# Recovery Mode

### What is Recovery Mode?&#x20;

{% hint style="info" %}
Recovery Mode kicks in when the Total Collateral Ratio of the system falls below `150%`.
{% endhint %}

During Recovery Mode, Troves with a collateral ratio **below 150%** can be liquidated.&#x20;

Moreover, the system blocks borrower transactions that would further decrease the Total Collateral Ratio. New BaseFee may only be issued by adjusting existing Troves in a way that improves their collateral ratio, or by opening a new Trove with a collateral ratio`>=150%`. In general, if an existing Trove's adjustment reduces its collateral ratio, the transaction is only executed if the resulting TCR is above `150%`.&#x20;

### What is the Total Collateral Ratio?

The Total Collateral Ratio or TCR is the ratio of the Dollar value of the entire system collateral at the current ETH:USD price, to the entire system debt. In other words, it's the sum of the collateral of all Troves expressed in USD, divided by the debt of all Troves expressed in BaseFee.

### What is the purpose of Recovery Mode?&#x20;

The goal of Recovery Mode is to incentivize borrowers to behave in ways that promptly raise the Total Collateral Ratio back above 150%, and to incentivize BaseFee holders to replenish the Stability Pool.

Economically, Recovery Mode is designed to encourage collateral top-ups and debt repayments, and also itself acts as a self-negating deterrent: the possibility of it occurring actually guides the system away from ever reaching it. Recovery Mode is not a desirable state for the system.&#x20;

### **How can I make my Trove safe in Recovery Mode?**

By increasing your collateral ratio to `150%` or greater, your Trove will be protected from liquidation. This can be done by adding collateral, repaying debt, or both.

### Can I be liquidated if my collateral ratio is below `150%` in Recovery Mode?&#x20;

Yes, you can be liquidated below `150%` in Recovery Mode if your Trove’s collateral ratio is below that level. In order to avoid liquidation regardless of system mode, a user should keep their collateral ratio above `150%`


---

# 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://hedgehog-protocol.gitbook.io/main/how-it-works/recovery-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.
