> 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/glossary.md).

# Glossary

**Asynchronous**\
Refers to a non-linear process of calling up liquidity from multiple sources, enabling efficient and flexible execution of financial actions.

**Collateral**\
Assets are pledged as security for a loan or financial obligation, which can be liquidated if the borrower fails to meet repayment terms.

**Cross-Chain**\
Operations involving multiple blockchain networks enable the seamless flow of liquidity and assets across diverse ecosystems.

**Decentralized Finance (DeFi)**\
A blockchain-based financial system that provides trustless and permissionless financial services through smart contracts.

**Liquidation**\
The process of converting collateral into cash or other assets when the value of the collateral falls below a specified threshold required to secure a loan.

**Minimum Viable Product (MVP)**\
The initial version of a product contains only essential features, which are designed to meet the needs of early users and gather feedback for further development.

**Total Value Locked (TVL)**\
A metric representing the total value of assets deposited in a DeFi protocol, reflecting the protocol’s liquidity and user adoption.


---

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