Last Updated: May 2026
DenVault adheres to the Chrome Web Store User Data Policy, including the Limited Use requirements.
Specifically:
DenVault is a browser extension that enables users to manage Stacks blockchain wallets, view token balances, and authorize transactions for decentralized applications (dApps).
The following data is stored locally on your device using Chrome's secure storage API:
| Data Type | Storage Location | Encryption |
|---|---|---|
| Mnemonic seed phrase | chrome.storage.local (local only) | AES-256-GCM with PBKDF2 |
| Wallet addresses | chrome.storage.local (local only) | Not encrypted (public data) |
| Network preferences | chrome.storage.local (local only) | Not encrypted |
| Transaction history | Not stored | Fetched on-demand |
Your seed phrase is protected using industry-standard encryption:
The extension communicates only with the following services:
| Service | Purpose | Data Sent |
|---|---|---|
| Hiro Stacks API (api.hiro.so) | Fetch blockchain data | Wallet addresses only (public) |
| Stacks blockchain nodes | Broadcast transactions | Signed transaction data |
| blockstream.info, falling back to mempool.space | Fetch Bitcoin balances, UTXOs and fee estimates | Wallet addresses only (public) |
No personal information is transmitted in these requests.
| Permission | Purpose |
|---|---|
| storage | Store encrypted wallet data locally |
| sidePanel | Provide persistent wallet view option |
| clipboardRead | Paste a recipient address, a token contract identifier or a recovery phrase, only when you press Paste |
The extension declares host permissions for the official Stacks blockchain API endpoints:
The wallet also holds Bitcoin, and reads Bitcoin balances, UTXOs and fee estimates from a public block explorer API. These are CORS requests, so they need no host permission, but the extension does contact them and they are listed here for that reason:
Every one of these requests carries only public blockchain addresses and signed transactions. No personal data, no recovery phrase and no private key is ever sent.
dApp connectivity is handled via content scripts that inject a minimal relay for standard WBIP wallet communication. The content script does NOT access or modify page content.
This extension's single purpose is to enable users to manage Stacks blockchain wallets and interact with decentralized applications. The extension:
You can delete all wallet data at any time:
This permanently removes all stored data from your browser.
This extension is open source. You can review the code at:
GitHub Repository
For privacy concerns or questions:
Email: wolfcito.learn+privacy@gmail.com
We may update this Privacy Policy from time to time. Changes will be posted on this page with an updated "Last Updated" date.