# Liquidation and Auction

When the borrower fails to repay the loan within the specified period, the NFT mortgaged by the borrower will be liquidated and an NFT auction will be initiated.

This is a public dynamic automatic markdown auction system.

The auction starts at a starting price, which is 150% of the total accumulated debt.

When the price is between 150% and 130%, the price will be reduced every four hours by 5% of the total accumulated debt.

When the price is between 130% and 100%, the price will be reduced every two hours by 5% of the total accumulated debt.

When the price is between 100% and 70%, the price will be reduced every one hour by 5% of the total accumulated debt.

When the price drops to between 100% and 70%, the treasury may also purchase it. When it reaches 70%, the treasury will directly purchase it if funds are sufficient.

The system follows the principle of "first come, first served.


---

# 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://arkslabs.gitbook.io/arks/how-arks-works/liquidation-and-auction.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.
