# Blocks for System Auction Settlement

**Overview**

This indicator tracks how long it takes for the auctions that rebalance the collateral distribution to settle. When the Reserve protocol needs to trade one asset for another to rebalance the RToken’s collateral, it performs an auction to make this happen.

**How can I use it?**

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfuVIYWEPXzzk_JCJJvBnkAwNoXDrLy0putde0Lf4qWdnzco4K3e3BZwx6YUK7aihOEYIF_RcLIrb946f1IhzsCfI9R-G3RyDNnBHt_uljoJZyh0JI4dx9164b-hKB9rLNDOuGX4mthMNeTRWqUFxQXe_dy?key=viSS6p7Ffp5Mlmpz1hfp4g" alt=""><figcaption></figcaption></figure>

Given the design of Reserve’s auctions, auctions will often not settle in the first several blocks after the auction starts. Therefore, auctions that take many blocks to settle are to be expected. However, if auctions take an irregular amount of time to settle compared to previous auctions, this can signal that users believe the assets being auctioned are overvalued.


---

# 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/reserve/blocks-for-system-auction-settlement.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.
