# Why Do We Have Liquidations?

The collateral held in the vaults serves as a guarantee of the value of the stablecoins created by users. The system would collapse if the value of the collateral in the vaults were lower than the value of the protocol's stablecoins. This would indicate that the stablecoins on the network are not properly backed by any kind of value. To avoid this scenario, vaults must always have a higher value of collateral than the value of their loans. Vaults use the liquidation penalty to encourage users to maintain good debt-to-collateral ratios.

Why do we do partial liquidations rather than full liquidations?

1. To reduce the amount of collateral that vault owners would lose in liquidation scenarios;
2. To increase capital efficiency for users.

We want to make DeFi as welcoming as possible for everyone, regardless of how well-off or knowledgeable our users are. That's why we've created a safe environment for users to interact with DeFi using this project. We have taken the necessary measures to guarantee the stability of our project. And liquidations are a crucial component of a successful project.


---

# 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.usdv.com/usdv/usdv-explained/liquidations/why-do-we-have-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.
