# Liquidation History

**Overview**

This indicator shows the record of all liquidations that have taken place for the crvUSD stablecoin market 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. Collateral seized represents the quantity of collateral tokens that are backing the debt and were liquidated, while stablecoin seized denotes the number of crvUSD tokens, also serving as debt collateral, that were also liquidated.

The indicator is broken down into liquidation, borrower, liquidator, market, debt liquidated, collateral seized and stablecoin seized. 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="https://lh7-us.googleusercontent.com/Hz-G82rlXDrlt4F2frN_uff6PZeNLWfksJJBerRqnQENSQTDq6f0KkHX4B1vdRwb87BzBpcFWG3NY63CFjIn6lFXOiBgZuS4sK6-SfXIrC8tyF9tFXYBZ48aTXFTdMYZbZFGBIXUIMcybH6wCcevKV0" alt=""><figcaption></figcaption></figure>

Knowing the detailed liquidation history in a protocol can provide valuable information. 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.


---

# 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/crvusd/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.
