# Creating a Vault

Vultisig vaults are multi-factor by nature, requiring coordination between multiple signing parties. There are two vault types designed to meet different user needs: from a convenient "hot wallet" option to a highly secure "cold wallet" configuration.

Creating a vault is also called a Key Generation (KeyGen) event. See [TSS Actions](/security-and-technology/tss-actions.md) for technical details.

***

## Vault Types

{% hint style="success" %}
iOS, macOS, Android, Windows, Chrome browser, and Linux are supported. Check the [website](https://vultisig.com/) for the latest platform availability.
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Fast Vault</strong></td><td>Single device + Vultisig server. Quick setup, ideal for daily transactions.</td><td><a href="/pages/FEL7F7Jt93789e56MRtb">/pages/FEL7F7Jt93789e56MRtb</a></td></tr><tr><td><strong>Secure Vault</strong></td><td>Multiple user devices. Maximum security, ideal for long-term storage.</td><td><a href="/pages/uxqdntNl3mTHlg1Ja3al">/pages/uxqdntNl3mTHlg1Ja3al</a></td></tr></tbody></table>

<figure><img src="/files/Shs9f3PzfeOrT1pxzP6R" alt="" width="375"><figcaption></figcaption></figure>

***

## Video Guides

**Creating a Fast Vault:**

[![Fast Vault](/files/T8ARtfgVx4nJ6n5vYjUz)](https://x.com/iceman00008/status/1955828412876312653/video/1)

**Creating a 2-of-2 Secure Vault:**

[![2-of-2 Vault](/files/T8ARtfgVx4nJ6n5vYjUz)](https://x.com/iceman00008/status/1955865336341041197/video/1)

**Creating a 3-of-4 Secure Vault:**

[![3-of-4 Vault](/files/T8ARtfgVx4nJ6n5vYjUz)](https://x.com/iceman00008/status/1958428338915287477/video/1)

***

## After Creation

{% hint style="danger" %}
**Always backup your vault immediately after creation.**

Without proper backups, device loss means permanent loss of access to funds. See [Backup & Recovery](/getting-started/backup-recovery.md).
{% endhint %}


---

# 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.vultisig.com/app-guide/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.
