# Redemptions and Liquidations

**Liquidations: What You Need to Know**

Liquidations occur when a Trove's loan-to-value (LTV) ratio exceeds the maximum allowed by the Lyve Protocol. In such cases, the Trove is automatically closed. The outstanding debt is nullified and absorbed by the system, while the collateral is distributed among Stability Providers. The borrower retains all borrowed LYU and is not required to repay it.

**Who Can Initiate Liquidations?**\
Anyone can initiate the liquidation of a Trove that exceeds the maximum LTV. The initiator receives gas compensation (200 LYU) and an additional 0.5% of the Trove's collateral as a reward.

**Redemptions: An Overview**

Redemptions are a separate mechanism within the Lyve Protocol that allows LYU holders to redeem their tokens for a specified amount of collateral. Redemptions involve fees paid to both the protocol and the borrower.

**Is a Redemption the Same as Repaying My Debt?**\
No, redemptions are not the same as repaying your debt. To repay your debt, all you need to do is adjust your Trove's balances.

**How to Avoid Being Redeemed Against**\
To minimize the risk of having your Trove redeemed against, maintain a low LTV ratio relative to other Troves. The riskiest Troves (i.e., those with the lowest collateral) are prioritized during 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://lyve-finance.gitbook.io/lyve-finance/product/redemptions-and-liquidations.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.
