You can request deletion of your Veilo Wallet account and all associated server-side data at any time. This page explains what data we hold, what gets deleted, and how to submit your request.
Encrypted UTXO notes (transaction outputs) indexed by your wallet public key. These are stored on our relayer server to enable private transaction history reconstruction. The contents are fully encrypted and only you can decrypt them.
Anonymised crash logs, diagnostic data, and device identifiers collected via Sentry. This data is used solely to improve app stability and is never linked to your wallet address.
Your encrypted private key, wallet password, and any cached transaction data live only on your device. We never have access to this data. To delete it, use the Reset Wallet option in the app settings, or uninstall the app.
Email us directly at any time — no app access required.
Include your wallet public key and a signed ownership proof. To generate one, use the in-app flow above. If that is not possible, contact us and we will arrange an alternative verification method.
manager@veilo.networkSubject: Account Deletion Request
Body must include your wallet public key, an ISO timestamp, and a base58-encoded ed25519 signature of veilo:delete-account:<pubkey>:<timestamp>.
Because Veilo is self-custodial, we never hold a password or email address for your account. Instead, we verify you own the wallet before processing any deletion request using a cryptographic signature.
Canonical message
The app constructs a deterministic string:
veilo:delete-account:<base58-pubkey>:<ISO-8601-timestamp>Local signing
The message is signed with your Solana wallet's ed25519 private key — entirely on-device. Your private key is never transmitted.
Email contains the proof
The pre-filled email includes your public key, the timestamp, and the base58-encoded signature. We verify ed25519.verify(signature, message, pubkey) before processing the request. Requests with an invalid or missing signature are rejected.
All encrypted UTXO notes on the Veilo relayer server associated with your wallet public key.
Your wallet public key index entry from our relayer database.
Local wallet data (private key, password, cache) — use "Reset Wallet" in app settings or uninstall the app.
On-chain Solana transactions are permanent and publicly visible on the blockchain. This is inherent to all blockchains and outside our control.
Questions about data deletion? manager@veilo.network