# Creating a vault

In order to create a vault do the following.

<figure><img src="/files/Kz3Fv7EofNtlV6FcWFRy" alt=""><figcaption><p>creating a vault</p></figcaption></figure>

{% hint style="warning" %}
If you choose to use a Aave kandel, both assets must be listed on AAVE. As well, funds must be set to passive or active in order to make an initial mint. This is not the case with other strategies.
{% endhint %}

The vault will then be saved in a list locally under `.save` folder for future use.


---

# 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.mangrove.exchange/dev/vaults/managing-a-vault-cli/creating-a-vault.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.
