> For the complete documentation index, see [llms.txt](https://docs.vultisig.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vultisig.com/app-guide/creating-a-vault.md).

# Create a Vultisig Fast or Secure Vault

Create a Vultisig vault. Fast Vault is one device plus VultiServer. Secure Vault is two or more devices you control. No seed phrase.

Think of the vault as a safe that needs a threshold of keys to open. Fast Vault: your device plus VultiServer. Secure Vault: devices you hold.

***

## Vault types

{% hint style="info" %}
iOS, macOS, Android, Windows, Linux, Chrome, and Firefox can create vaults. Downloads: [vultisig.com](https://vultisig.com/).
{% 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>One device + VultiServer (2-of-2). VultiServer co-signs and can never sign alone.</td><td><a href="/app-guide/creating-a-vault/fast-vault.md">Vultisig Fast Vault</a></td></tr><tr><td><strong>Secure Vault</strong></td><td>Two or more devices you control. 2-of-3 is the usual setup.</td><td><a href="/app-guide/creating-a-vault/secure-vault.md">Vultisig Secure Vault</a></td></tr></tbody></table>

<figure><img src="https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-83c4b3e3bbab385fa5dc80052c90431b44579529%2Fimage%20(22).png?alt=media" alt="" width="375"><figcaption></figcaption></figure>

***

## Video Guides

**Creating a Fast Vault:**

[![Fast Vault](https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-1dacaac300d79719b75e11dc25226578aaa3bb60%2FTwitterVideoThumbnail.jpeg?alt=media)](https://x.com/iceman00008/status/1955828412876312653/video/1)

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

[![2-of-2 Vault](https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-1dacaac300d79719b75e11dc25226578aaa3bb60%2FTwitterVideoThumbnail.jpeg?alt=media)](https://x.com/iceman00008/status/1955865336341041197/video/1)

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

[![3-of-4 Vault](https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-1dacaac300d79719b75e11dc25226578aaa3bb60%2FTwitterVideoThumbnail.jpeg?alt=media)](https://x.com/iceman00008/status/1958428338915287477/video/1)

***

## After Creation

{% hint style="danger" %}
**Export a backup before you deposit.**

A lost device with no backup means the funds are gone. See [Backup & Recovery](/getting-started/backup-recovery.md).
{% endhint %}

{% hint style="warning" %}
Never store the backups of a device on the device itself!
{% endhint %}


---

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