# Liquidations

A liquidation is a process that is triggered when a borrower's [health factor](broken://pages/yVSNUTDwW36j2nzlv4I5) goes below 1 due to their collateral value not properly covering their loan/debt value. This might happen when the collateral decreases in value or the borrowed debt increases in value against each other.

* **As a lender,** liquidation works essentially like a protection mechanism. The [liquidation threshold](broken://pages/AbL9rNpckRYbpOb3UMBD) protects lenders from extreme price drops, which could cause under-collateralization followed by liquidation.&#x20;
* **As a borrower,** if your collateral value falls closer to your debt value or is unable to support your debt value, after the [Borrower Grace Period](#borrower-grace-period) the protocol will allow someone else to repay your debt in exchange for the collateralized NFT.&#x20;

In a liquidation event, the borrower permanently loses ownership of their NFT. To avoid liquidation, you can raise your health factor by depositing more collateral assets or [repaying](broken://pages/pS4Ff7eXTBQy0mea70VB#repay-the-loan) part of your loan. Due to the impact of LTV, repayments increase your health factor more than deposits.

{% hint style="warning" %}
Depositing more collateral is a feature under development.
{% endhint %}


---

# 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.unlockd.finance/unlockd-v1/protocol-mechanics/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.
