# Privacy

**Last Updated**: January 2025

This privacy policy describes how Vultisig ("we", "us", "our") collects, uses, and protects information when you use our applications and services.

***

## Our Commitment

Vultisig is designed with privacy as a core principle:

* **No account required**: Use Vultisig without registration
* **No KYC**: No identity verification required
* **Local-first**: Vault data stored on your devices
* **Open source**: Verify our privacy claims in the code

***

## Information We Collect

### Information We Do NOT Collect

* Private keys or vault shares
* Wallet addresses (unless voluntarily registered for airdrop)
* Transaction history
* Personal identification information
* Location data

### Information We May Collect

**Analytics Data** (optional, can be disabled):

* App version and platform
* Feature usage patterns (anonymized)
* Crash reports and error logs

**Relay Server Data** (when used for device communication):

* Temporary session data for transaction signing
* Automatically deleted after signing completion

**Airdrop Registration** (voluntary):

* Wallet addresses you choose to register
* Publicly visible on-chain balance data

***

## How We Use Information

Collected information is used to:

* Improve app performance and stability
* Fix bugs and errors
* Develop new features
* Facilitate device-to-device communication during signing

We do NOT:

* Sell user data
* Share data with third parties for marketing
* Track individual user behavior
* Create user profiles

***

## Data Storage

### On Your Device

* Vault shares
* Transaction history
* App settings
* Backup files

### On Our Servers

* Anonymized analytics (if enabled)
* Temporary relay session data
* Airdrop registration data (if registered)

***

## Third-Party Services

Vultisig integrates with third-party blockchain services:

* **Block explorers**: For balance and transaction data
* **Price feeds**: For USD valuations
* **DEX protocols**: For swap functionality (THORChain, Maya)

These services have their own privacy policies. Vultisig does not control data you share directly with blockchains.

***

## Your Rights

You can:

* **Disable analytics**: In app settings
* **Delete local data**: Uninstall the app
* **Request data deletion**: Contact <privacy@vultisig.com>
* **Export your data**: Via vault backup feature

***

## Data Security

We implement security measures including:

* Encryption in transit (TLS)
* Encryption at rest for server data
* Regular security audits
* Access controls and monitoring

***

## Children's Privacy

Vultisig is not intended for users under 18. We do not knowingly collect information from minors.

***

## Changes to This Policy

We may update this policy periodically. Significant changes will be communicated through the app or our official channels.

***

## Contact

For privacy-related inquiries:

* **Email**: <privacy@vultisig.com>
* **Discord**: [discord.vultisig.com](https://discord.vultisig.com)

***

## Related

* [Terms of Use](/help-and-legal/terms.md)
* [Security](/help-and-legal/security.md)


---

# 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/help-and-legal/privacy.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.
