> For the complete documentation index, see [llms.txt](https://lyve-finance.gitbook.io/lyve-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lyve-finance.gitbook.io/lyve-finance/product/system-status.md).

# System Status

**The Dynamics of System Status in Lyve**

The Lyve front-end displays a "System Status" based on the existing Loan-to-Value (LTV) ratios for different collateral types. These statuses are:

* **Normal**: Indicates a healthy LTV for a given collateral type.
* **Caution**: Triggered when the LTV approaches the Maximum System LTV.
* **Recovery Mode**: Activated when the LTV surpasses the Maximum System LTV.

Each collateral type operates independently, so one could be in Recovery Mode while others are not. 🛡️

**Understanding Recovery Mode**

Recovery Mode sets in when the total LTV for a specific collateral type in Lyve exceeds the maximum allowable LTV. During this phase, Troves with LTVs over 71.4% can be liquidated. The primary goal is to encourage users to reduce their LTV and to refill the Stability Pool.&#x20;

**How to Keep Your Trove Safe**

To secure your Trove, maintain an LTV below 71.4% by either adding more collateral or repaying some LYU debt.&#x20;

**Liquidation Dynamics**

Liquidation behavior varies based on several parameters like Individual LTV (ILTV), Maximum LTV (MLTV), and the amount of LYU in the Stability Pool. Here's how it works in different modes and conditions:

* **Normal Mode**: Liquidation can only occur if your LTV exceeds the Maximum LTV.
* **Recovery Mode**: Specific rules come into play based on various factors including ILTV, MLTV, and total LYU in the Stability Pool.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://lyve-finance.gitbook.io/lyve-finance/product/system-status.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.
