> For the complete documentation index, see [llms.txt](https://doc.zoofi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.zoofi.io/berachain-eco/liquidity-vault-l-vault/asset-adequacy-ratio.md).

# Asset Adequacy Ratio

Asset Adequacy Ratio (AAR) signifies the capability of the protocol vault to cover the ZUSD debt. It is used to assess the vault's health. Below is the calculation for AAR, taking the iBGT vault as an example.

## Calculation of AAR <a href="#calculation-of-aar" id="calculation-of-aar"></a>

The AAR for iBGT vault is calculated as follows:

$$
AAR\_{iBGT} = \frac{M\_{iBGT} \times P\_{iBGT}}{M\_{ZUSD}} \times 100%
$$

Where:

* $$M\_{iBGT}$$ is the amount of iBGT in the vault.
* $$P\_{iBGT}$$ is the current price of iBGT, obtained from the oracle.
* $$M\_{ZUSD}$$ is the amount of ZUSD minted from the iBGT vault.

## Thresholds of AAR

* **AART**: Target AAR

  Target AAR represents the ideal state of the vault.
* **AARS**: Safety AAR

  When below the Safety AAR, the pool's ability to repay USB debt is at risk.
* **AARU**: Upper AAR

  When above the Upper AAR, the leverage ratio of Margin tokens becomes less attractive.

The thresholds of AAR for each vault can be set individually.

## AAR Rebalancing

Unlike traditional lending protocols, Wand does not enforce liquidations. Instead, it introduces an Adjustment mode, [Price Trigger Yield](/berachain-eco/liquidity-vault-l-vault/price-trigger-yield.md) and a [Discount Offer](/berachain-eco/liquidity-vault-l-vault/discount-offer.md) mechanism to dynamically adjust the AAR. This allows anyone to participate and potentially earn arbitrage profits, ensuring the Vault's health.


---

# 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://doc.zoofi.io/berachain-eco/liquidity-vault-l-vault/asset-adequacy-ratio.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.
