Last Updated: See Commit Time
Vidulum App is a non-custodial, client-side browser extension. Your privacy is protected by design, not by policy.
We do not collect any data.
- No personal information
- No wallet addresses
- No transaction history
- No usage analytics
- No telemetry
- No cookies
- No tracking
All data is stored locally on your device:
- Encrypted mnemonic - Stored in your browser's local storage, encrypted with your password
- Session data - Temporarily stored in session storage while the wallet is unlocked
- Preferences - Network selections and display settings stored locally
No data is transmitted to any server controlled by Vidulum App.
The wallet interacts with external services to function:
When you use the wallet, it communicates directly with blockchain nodes (RPC/REST endpoints) to:
- Query your balance
- Broadcast transactions
- Fetch validator information
These requests contain your wallet address by necessity. The wallet connects to public infrastructure or endpoints you configure.
The wallet may fetch chain metadata from public registries (such as the Cosmos Chain Registry) to display network information.
- Your mnemonic phrase
- Your private keys
- Your password
- Your transaction history
- Your balance
- Your identity
All cryptographic operations occur locally in your browser. We have no servers that receive, process, or store your data.
The source code is publicly available. You can verify these claims by reviewing the codebase yourself or having it reviewed by a trusted third party.
Any changes to this privacy policy will be reflected in the repository. The "Last Updated" date will be modified accordingly.
For privacy concerns, open an issue in the project repository.