> 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).

# Vault QR

The Vault QR is a QR code containing the vault's public information for safe sharing and verification.

<figure><img src="/files/9EaXLtwJsmKkM1OTU17l" 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="/files/Mdpri4QWFtX1pI5RLQQS" alt="" width="188"><figcaption><p>QR export location</p></figcaption></figure>

***

## Use Cases

### Airdrop Registration

The Vault QR can be imported into the [Vultisig Airdrop page](https://airdrop.vultisig.com/) to register for the [$VULT airdrop](/vult-token/airdrop.md).

### View-Only Access

Share the QR to allow others to view your vault's public addresses without granting signing access.

### 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](/vult-token/airdrop.md) - VULT token distribution


---

# 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.
