# Vaults and Collateral

## What are Vaults?

A Vault in Agilely is where you can deposit collateral to borrow USDA and maintain your loan. Each Vault is associated with an Ethereum address, and you can have one Vault per collateral type.&#x20;

A Vault has two balances: one for the collateral and another for the debt denominated in USDA. You can adjust these balances by adding collateral or repaying debt, which affects your Vault's  Collateral Ratio (CR) and Loan-to-Value (LTV) ratio. You can close your Vaults at any time (excluding the times when system is in Recovery Mode) by fully paying off your debt.&#x20;

## Collateral ratio

The Collateral Ratio (CR)  is used to describe the relationships between the collateral, the borrowed amount, and the value of the collateral.&#x20;

The Collateral Ratio is the proportion of the total value of the Collateral to the total Value of the Borrowed amount. It is expressed as a percentage and indicates the degree to which the collateral backs the borrowed amount.

$$
\displaystyle{C}{R}={\left(\frac{{{C}{V}}}{{{B}{V}}}\right)}⋅{100}
$$

A higher Collateral Ratio means that the borrower has more collateral relative to the borrowed amount, which reduces the risk for the protocol.&#x20;

## Collateral Minimum CR

You can find here the maximum amount of USDA that you can borrow based on your collateral of choice. (We define the MCR by the risk level of collateral)

| Token                           | Minimum CR |
| ------------------------------- | ---------- |
| ETH                             | 110%       |
| wstETH                          | 120%       |
| rETH                            | 120%       |
| sfrxETH                         | 120%       |
| cbETH                           | 120%       |
| wBTC                            | 120%       |
| GLP                             | 130%       |
| GMX                             | 150%       |
| ARB                             | 150%       |
| Liquid Restaking Tokens(Coming) | NaN        |

In addition mint caps are in place to ensure protocol stability.&#x20;


---

# 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://docs.agilely.io/how-agilely-works/vaults-and-collateral.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.
