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

```
GET https://docs.vultisig.com/app-guide/vault-management/vault-qr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
