# Secure Vault

## Overview

Secure Vault offers the highest level of security—the "cold wallet" equivalent in Vultisig. These vaults consist solely of user-controlled devices with no third-party involvement.

A minimum of two devices is required; three or more is recommended for redundancy. Additional devices increase the signing threshold and enhance security.

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

{% hint style="info" %}
Secure Vaults are ideal for shared wallets among multiple users and DAOs.
{% endhint %}

***

## Threshold Configurations

Secure Vaults use an `m`-of-`n` threshold where `m` is at least 67% of `n`. Common configurations:

| Setup      | Devices | Signing | Redundancy     | Recommendation   |
| ---------- | ------- | ------- | -------------- | ---------------- |
| **2-of-3** | 3       | 2       | Yes (1 device) | **Recommended**  |
| **3-of-4** | 4       | 3       | Yes (1 device) | Maximum security |
| **2-of-2** | 2       | 2       | No             | Not recommended  |

{% hint style="info" %}
**Best practice for maximum redundancy:**

1. Use 3 different platforms (Mac, iOS, Android)
2. Encrypt vault shares with 3 different passwords
3. Store shares in 3 different cloud providers (Google, iCloud, Dropbox)
4. Use unique email addresses with 2FA for each cloud account

This setup allows recovery from anywhere in the world with just email access and passwords—no hardware wallets or seed phrases required.
{% endhint %}

***

## Creation Steps

**Requirements:**

* One initiating device
* One or more pairing devices

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

### On the Initiating Device

1. Select **Secure Vault** option

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

2. Choose a vault name
3. A QR code will appear for pairing devices

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

### On Pairing Devices

4. Select **Scan QR code** and scan the initiating device's QR

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

### Complete Setup

5. When all devices are connected, tap **Next** on the initiating device
6. Wait for keygen to complete on all devices

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

***

## Network Options

| Mode         | Description                | Use Case                               |
| ------------ | -------------------------- | -------------------------------------- |
| **Internet** | Uses Vultisig relay server | Devices on different networks          |
| **Local**    | Uses local WiFi (mDNS)     | Same network, may not work on all WiFi |

<figure><img src="https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-2969134a4ce596ca291e80e5b5f6972569aae7a8%2FLocal%20Mode.png?alt=media" alt="" width="281"><figcaption></figcaption></figure>

***

## After Creation

{% hint style="warning" %}
**Immediately backup every device** after vault creation. Without backups, device loss can mean permanent fund loss.

See [Backup & Recovery](https://docs.vultisig.com/getting-started/getting-started/backup-recovery) for detailed instructions.
{% endhint %}
