# Recovery Mode

WEN Protocol utilizes an identical way as [Liquity ](https://docs.liquity.org/faq/recovery-mode)to handle extremely downside market conditions.&#x20;

> ***It is clearly prudent to take all precautions**.*

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

Recovery Mode activates when the **Total Collateral Ratio (TCR)** of the system drops below 150%. During Recovery Mode, Troves with a collateral ratio below 150% can be liquidated recursively from lowest CR.&#x20;

Additionally, the system blocks minting transactions that would further decrease the TCR. New `wenUSD` 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 of at least 150%.&#x20;

In general, if an existing Trove's adjustment reduces its collateral ratio, the transaction is only executed if the resulting TCR is above 150%.

### What is the Total Collateral Ratio(TCR)?

Total Collateral Ratio(TCR) is defined as follows:

$$
Tocal\ Collateral\ Ratio=\frac{\sum\_{i}^{users}Value\_{i's\ Collateral}}{\sum\_{i}^{users}Value\_{i's\ DebtAndAnnualFee}}
$$

It is the sum of the collateral of all Troves expressed in USD value, divided by the debt and [annual fee](/how-it-works/annual-fee.md) of all Troves expressed in `wenUSD`, reflecting the **overall health condition** of the system.

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

The aim of Recovery Mode is to motivate users to act quickly to raise the Total Collateral Ratio back above 150%, and to motivate `wenUSD` holders to refill the Stability Pool.&#x20;

Recovery Mode is meant to encourage adding more collateral and repaying debt, and the possibility of it happening actually helps the system avoid reaching that point in the first place.&#x20;

Recovery Mode is not a desirable situation for the system to be in.&#x20;

### **How it works during Recovery Mode?**

Everything will be identical as [Liquity](https://docs.liquity.org/faq/recovery-mode), since [Liquity](https://docs.liquity.org/faq/recovery-mode) sailed smoothly through the market crushes during mid May 2021 and others.&#x20;

{% hint style="info" %}

#### &#x20;*Recovery Mode is only a **theoretic** scenario for the robustness of the system.*

{% endhint %}


---

# 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://docs.wenprotocol.io/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.
