# Recovery Mode

Recovery Mode is triggered when a pool’s TCR falls below the CCR, and is designed to ensure that loreUSD always remains over-collateralized by a sufficient amount. Instances of recovery mode are rare, brief, and isolated to the associated collateral pool.

### **TCR < CCR → Recovery Mode Active**

The TCR is the ratio of the total dollar amount in collateral in the protocol at the current price, to its total debt. Each collateral asset has a different TCR, they are siloed and managed separately.

When Recovery Mode is active, any position below the CCR may be liquidated. Liquidations are ordered starting with the position that is least collateralized and ending with the most collateralized. Recovery mode is active until the TCR is above the CCR. Liquidation happens at the MCR and the user keeps the difference.

### **Example:**

A user opens a position with WETH. The TCR of WETH drops to 110% – below the CCR of 120%, so recovery mode turns on. Their collateral ratio at this time is 115% and they are at risk of being liquidated. If they get liquidated, the liquidation will occur at the MCR of 108% and they will be able to claim the difference of (115 – 108) = 7% in collateral.

{% hint style="info" %}
If you have questions, please reach out to the Lore team in our official [Discord](https://discord.com/invite/Fe7Svu5rg3).
{% 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.lore.finance/lore-cdp/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.
