# 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](https://doc.zoofi.io/berachain-eco/liquidity-vault-l-vault/price-trigger-yield "mention") and a [discount-offer](https://doc.zoofi.io/berachain-eco/liquidity-vault-l-vault/discount-offer "mention") mechanism to dynamically adjust the AAR. This allows anyone to participate and potentially earn arbitrage profits, ensuring the Vault's health.


---

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