# How do Liquidations work in Liquity V1?

To ensure that the entire stablecoin supply remains fully backed by collateral, Troves that fall under the minimum collateral ratio of `110%` will be closed (liquidated).

The debt of the Trove is canceled and absorbed by the Stability Pool and its collateral distributed among Stability Providers.

The owner of the Trove still keeps the full amount of LUSD borrowed but loses `~10%` value overall hence it is critical to always keep the ratio above `110%`, ideally above `150%`.

***

## Related Articles:

* [Liquity V1](https://help.defisaver.com/protocols/liquity-v1)
* [Dashboard & Use-case](https://help.defisaver.com/protocols/liquity-v1/dashboard-and-use-case)
* [What is a Trove?](https://help.defisaver.com/protocols/liquity-v1/what-is-a-trove)
* [How to stay protected from redemption risk in Liquity V1?](https://help.defisaver.com/protocols/liquity-v1/how-to-stay-protected-from-redemption-risk-in-liquity-v1)
* [Liquity V1 Redemptions](https://help.defisaver.com/protocols/liquity-v1/liquity-v1-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://help.defisaver.com/protocols/liquity-v1/how-do-liquidations-work-in-liquity-v1.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.
