> For the complete documentation index, see [llms.txt](https://docs.agilely.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilely.io/guide/v0.3-user-guide/mint/open-a-vault.md).

# Open a vault

1. Go to <https://agilely.io/mint/> and connect your wallet.&#x20;

<figure><img src="/files/KbUEArdX9oJCkWQ15Myo" alt="" width="563"><figcaption><p>Agilely Mint Page</p></figcaption></figure>

2. Once you've chosen a vault, you'll be taken to the Vault page. To open your vault, simply click on "Mint". On this page, you'll encounter two sections where you can enter numbers. The first section is labeled "Deposit" and the second one is "Borrow" In these sections, you have the flexibility to determine how much collateral you'd like to provide and how much you wish to borrow. You can adjust these values by editing the corresponding fields.&#x20;

<figure><img src="/files/0sWpLmFbb2lPxNpdPa9O" alt="" width="362"><figcaption><p>Open a vault</p></figcaption></figure>

3. Once you're satisfied with your selections and have reviewed all the relevant stats related to your vault, you can scroll down and hit the "Mint" button to confirm your transaction. it is recommended to maintain a collateral ratio above MCR + 10%.

<figure><img src="/files/vpUFsZOKRH0ezm8J0K7h" alt="" width="334"><figcaption><p>Confirm the transaction</p></figcaption></figure>

4. After successfully creating the vault, you'll be presented with a summary of your newly established vault. It shows the collateral Ratio, liquidation price and ADI of your vault.

<figure><img src="/files/2r9eQLmuIlfCUgK4HPba" alt="" width="375"><figcaption><p>Vault Summary</p></figcaption></figure>

Congratulations! You've successfully created your first vault and minted some USDA.


---

# 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://docs.agilely.io/guide/v0.3-user-guide/mint/open-a-vault.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.
