One seed phrase. Six chains. Zero servers. A browser extension wallet built for sovereignty — ETH, BTC, SOL, DOT, Liberland, and full Monero ring-signature support.
Every cryptographic operation happens locally. Your keys are never transmitted, never stored in plain text, never visible outside the background service worker.
600K
PBKDF2-SHA256 iterations
Your password is never stored. It's stretched through 600,000 rounds of PBKDF2-SHA256 to derive the AES-256-GCM encryption key — making brute force computationally infeasible even with modern hardware.
🔐
AES-256-GCM Vault
The encrypted vault lives in chrome.storage.local. Decrypted key material exists only in the MV3 background service worker's memory — never in the popup, never in content scripts, never on disk in plaintext.
⚡
Audited Cryptography
Built exclusively on the noble/scure family — @noble/curves, @scure/bip32, @scure/bip39. Independently audited, zero Node.js shim dependencies.
🛡️
Key Isolation
The popup UI never receives private keys. It sends a signing request to the background worker, which returns only the signature. Content scripts have zero access to key material — by design, not policy.
🔒
Monero Spend Key
Your spend key never leaves the extension under any circumstances. The view key is used only for output scanning — it detects incoming transactions but cannot sign or spend.
🌐
EIP-6963 Multi-Wallet
Implements the EIP-6963 multi-wallet discovery standard, coexisting safely alongside MetaMask without overwriting window.ethereum — a common attack vector in older wallets.
How It Works
Up in 60 seconds.
No account. No email. No KYC. Install, generate, done.
01
Install the Extension
Add LiberVault to Chrome, Brave, or Edge from the Chrome Web Store. Open from the toolbar — no signup, no email required.
→
02
Generate Your Seed
A 12-word BIP-39 mnemonic is generated on-device with cryptographically secure entropy. Write it down. Store it offline. It's the only recovery method.
→
03
Own Every Chain
Your seed instantly derives wallets for all 6 supported chains. Send, receive, and check balances across ETH, BTC, SOL, DOT, LLD, and XMR from one interface.
Roadmap
Built in public.
Open source from day one. Every commit is public. Every decision is documented.
✓
Phase 1 — Complete
Wallet Core
BIP-39 seed generation & import · AES-256-GCM encryption · HD derivation for all 6 chains · Lock / unlock · Address display
✓
Phase 2 — Complete
Full Send / Receive
Live balance fetching · Fee estimation · Confirmation flow · QR code receive · BIP-143 SegWit · Substrate transferAllowDeath · Monero RingCT via WASM
GPL v3 licensed. Every line of code is auditable. No hidden servers, no telemetry, no VC pressure to monetize your data. Fork it, audit it, contribute to it.