# Is there a standard (hard) liquidation in CurveUSD?

The short answer is, yes.

There is a "hard" liquidation in CurveUSD protocol that is set to a point when the Health of the position goes to 0%.&#x20;

Despite the fact that after getting soft liquidated the position would have $crvUSD as both collateral and debt asset (crvUSD/crvUSD), hard liquidation can happen after - or even during the soft liquidation process.

There are two main reasons for hitting the hard liquidation point:&#x20;

* Borrowing fees - increasing the debt over time&#x20;
* Losses during the soft liquidation process due to price swings

***

## Related Articles:

* [CurveUSD](https://help.defisaver.com/protocols/curveusd)
* [Dashboard & Use-case](https://help.defisaver.com/protocols/curveusd/dashboard-and-use-case)


---

# 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/curveusd/is-there-a-standard-hard-liquidation-in-curveusd.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.
