# Liquidation History

**Overview**

This indicator shows the record of all liquidations that have taken place in the Compound v2 protocol over time. Liquidation links are the transaction hash, which can be seen in the Etherscan block explorer. Borrowers are those getting liquidated, while liquidators are seizing their collateral assets.

The indicator is broken down into liquidation, borrower, liquidator, market, debt liquidated collateral seized amount and collateral sized. In addition, it can also be sorted by the liquidation, debt liquidated or collateral seized amount columns.

**How can I use it?**

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

Knowing the detailed liquidation history in a protocol can provide valuable information for having a clear picture of it. A detailed liquidation history can help users and investors understand the overall risk associated with using the protocol. In addition, it also helps ensure transparency in the protocol, as it provides a clear understanding of the performance of the protocol and the risks associated with using it.

Furthermore, it simplifies the searching process for the most recent liquidations of the protocol, which at times can become tedious.

<br>


---

# 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/compound-v2/liquidation-history.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.
