# Blocks Elapsed to Complete Liquidations

**Overview**

This indicator shows the number of blocks it takes for a liquidation to take place, showing the USD amount and percentage of the liquidation paid per block.

The faster liquidations are done, the lower the risk of insolvency for the protocol as it avoids getting exposure to borrowers’ collateral assets.

**How can I use it?**

<figure><img src="/files/VK5qNgQ9aiuEb3t26meQ" alt=""><figcaption></figcaption></figure>

This indicator is useful to analyze the level of asset exposure that the protocol incurs when a liquidation opportunity arises. The more blocks the opportunity is open to liquidations, the greater the chances that collateral assets can go down in price and end up not being enough to repay debts.&#x20;

Furthermore, by analyzing how long a liquidator takes advantage of the opportunity users can gain insight into their reliability. If liquidations are taking longer than a few blocks to be executed it would suggest that these are not profitable for liquidators for reasons such as low liquidity of the underlying asset.


---

# 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://resources.defirisk.intotheblock.com/zerolend/blocks-elapsed-to-complete-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.
