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

# Vultisig vault QR

Vault QR code contains root public keys and vault ID. Use for pairing and verification—not a backup. Share safely for view-only access.

The Vault QR encodes the vault's public keys, UID, and name. It is not a backup.

<figure><img src="https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-f2d4dc276dbe31bb47e5f82d737882ef05c004e2%2FVultisigQR-Main%20Vault-828.png?alt=media" alt="" width="188"><figcaption><p>Example Vault QR</p></figcaption></figure>

***

## What's Included

| Data                 | Description               |
| -------------------- | ------------------------- |
| **ECDSA Public Key** | Root key for ECDSA chains |
| **EdDSA Public Key** | Root key for EdDSA chains |
| **Vault UID**        | Unique identifier         |
| **Vault Name**       | Display name              |

***

{% hint style="warning" %}
**The Vault QR is NOT a backup.** It contains only public information and cannot be used to sign transactions or recover funds.
{% endhint %}

***

## How to Export

1. Open the vault home screen
2. Tap the QR icon in the top right corner
3. Save or share the QR code

<figure><img src="https://644481292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfSRUQVZENEfvoqS6R0GO%2Fuploads%2Fgit-blob-d2db9c29727da0d1af8b83f3a801f9d16ea38b27%2FSimulator%20Screenshot%20-%20iPhone%2015%20Pro%20-%202024-10-15%20at%2020.21.18.png?alt=media" alt="" width="188"><figcaption><p>QR export location</p></figcaption></figure>

***

## Use Cases

### View-only access

Share the QR so someone can see public addresses. It cannot sign.

Season 0 used this QR on `airdrop.vultisig.com`. The airdrop is concluded. That host is not a product surface. See the [airdrop record](/vult-token/airdrop.md).

### Verification

Compare Vault QRs across devices to verify they belong to the same vault.

***

## Related

* [Vault Details](/app-guide/vault-management/vault-details.md) - View public keys directly
* [Airdrop (concluded)](/vult-token/airdrop.md)


---

# 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/vault-management/vault-qr.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.
