> For the complete documentation index, see [llms.txt](https://docs.drops.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drops.co/lending-pools/nft-lending-pool/liquidations.md).

# Liquidations

## **What is a Liquidation?**

Liquidations on Drops loans ensure that a loan can be repaid under all circumstances via the sale of collateral in a high-risk situation.&#x20;

Liquidation of an asset is initiated when a borrower exceeds their borrowing limit.

The borrowing limit is calculated by taking collateral value and multiplying it by the LTV (Loan to Value) ratio. <br>

When the liquidation of an asset occurs, a percentage of a borrower’s debt is repaid in exchange for collateral.&#x20;

## **How is my NFT Liquidated?**

Once the borrowing limit is exceeded, the borrower's loans can get liquidated by anyone. Liquidations can be done from lending pool's positions page.&#x20;

The liquidator can repay the debt and claim NFT(s) at a discounted rate relative to their oracle valuation.&#x20;

If debt is lower that discounted NFT value, remaining change after debt repayment will be split between borrower and protocol.&#x20;

<figure><img src="/files/WD7YOk2f49UKErfbD8xp" alt=""><figcaption><p>NFT Liquidation mechanism</p></figcaption></figure>

## **How liquidations happen when 2 or more tokens are borrowed?**

During debt repayment process if debt is lower than NFT valuation, change after repayment is converted to dTokens (dUSDC, dETH) and sent to borrower's wallet.\
\
Borrower can redeem dTokens for underlying assets after fully repaying debt of second token.

## **When will my NFT will be Liquidated?**

In order to determine this, we first need to calculate the minimum collateralization ratio (this can be obtained by dividing 100% by the LTV percentage.

For example, assume a BAYC NFT at a 60% LTV gives us a 166.6% minimal collateralization ratio.

**How much does the value of the BAYC NFT need to drop for the loan to get liquidated?**

Let's say we borrowed 50 ETH when the BAYC's value was 100 ETH. To find out the liquidation price of the loan, we need to multiply the borrowed amount by the minimum collateralization ratio.\
\
`50 ETH * 166.6% = 83.3 ETH`

As long as the BAYC price doesn't drop below 83.3 ETH and more funds aren't borrowed, the loan will remain solvent.

## **How do I Avoid being Liquidated?**

You can avoid being liquidated by keeping the value of your collateral much higher than what is required relative to the value of your loan. This is most easily monitored by looking at your loan’s borrowing limit.&#x20;

If your debt is exceeding your borrowing limit at a critical level, you can prevent having your collateral from being liquidated by depositing more collateral. You may also activate a second asset as collateral if it has already been deposited into the protocol. In essence, having more collateral provides a greater safety net.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.drops.co/lending-pools/nft-lending-pool/liquidations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
