# Open Liquidations

**Overview**

This indicator shows the number of open positions and the corresponding volume pending to be liquidated. This information is useful to gauge the exposure and bad debt that the protocol could face.

**How can I use it?**

<figure><img src="/files/1EgLW1lj97i4UaBVlznV" alt=""><figcaption></figcaption></figure>

Knowing the number of loans that can currently be liquidated on a DeFi protocol can provide useful information for understanding if there are any liquidity issues and the current stability of the protocol.

The number of loans that can currently be liquidated gives an indication of the liquidity in the ecosystem, as it represents that there isn’t any liquidator available to execute the position and gain their corresponding premium. A high number of loans that can be liquidated indicates a high necessity for liquidators, which help ensure that the protocol remains stable and secure.


---

# 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/spark/open-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.
