> 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/secure-vault.md).

# Vultisig Secure Vault

Vultisig Secure Vault: seedless crypto wallet across your own devices, no server co-signer. 2-of-2 up to m-of-n. For larger holdings.

## Overview

Every share sits on a device you hold. No VultiServer. You need at least two devices. Add more if you want a fallback when one is gone.

<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" %}
Shared control: each person holds a device share. Same pattern for a DAO or a two-person treasury.
{% 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) | Higher threshold |
| **2-of-2** | 2       | 2       | No             | Not recommended  |

{% hint style="info" %}
**Split backups across platforms:**

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" %}
**Export a backup from every device before you deposit.**

A lost device with no backup means the funds are gone. [Backup & Recovery](/getting-started/backup-recovery.md)
{% 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/secure-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.
