# Vault Management Guide

To mint TINU, you need to deposit collateral into a vault. Vaults are available for different collateral types.

## Opening a Vault and Minting TINU

1. First, choose the type of collateral you would like to use to mint TINU.
   * The available collaterals are ETH and some ERC20 tokens.
2. Choose an amount of collateral to be deposited into the vault.
3. Choose an amount of TINU to mint.
4. Track the collateralization ratio and liquidation price to avoid liquidations. A vault liquidation has a hefty penalty fee and should be avoided.

## Avoiding Liquidation (Vault Management)

1. Keeping track of the collateralization ratio and preventing your collateral from going under the liquidation price is essential.
2. You can deposit more collateral into your vault and return some or all of the minted TINU at any time.

## Decrease and Close a Vault

To decrease and close a vault, you must return the minted TINU and withdraw your collateral.


---

# 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.unitindex.org/theunit/unit-etf/vault-management-guide.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.
