> For the complete documentation index, see [llms.txt](https://canza.gitbook.io/asynchronous-liquidation-auction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://canza.gitbook.io/asynchronous-liquidation-auction/background.md).

# Background

The concept of ALA was conceived by Canza Finance after recognizing a major gap in the accessibility and efficiency of collateral liquidation for retail investors and institutions. In the traditional DeFi landscape, liquidations are often dominated by bots that benefit from swift execution, leading to network congestion and limited access for smaller investors. Canza Finance sought to create a system that would democratize liquidation participation, offering a fair and transparent approach. With the ALA mechanism, Canza Finance aims to facilitate a more robust and resilient ecosystem that can cater to global market needs while addressing the unique challenges faced by emerging market players.

Liquidation is essential for maintaining the stability and solvency of DeFi platforms. It allows protocols to convert under-collateralized assets into liquid funds. Traditionally, this process is governed by a first-come-first-serve model, which can result in inefficient liquidations and increased volatility. ALA shifts to an asynchronous model, introducing a sequential auction mechanism that processes bids based on pre-set percentage increments. This allows broader participation and better control over liquidation events.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://canza.gitbook.io/asynchronous-liquidation-auction/background.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
