
CryptKeeper
19 blockchains. Non-custodial.
Built for the next generation of Web3.
Features
A complete Web3 toolkit — wallet, trading, gaming, and earnings in one app.
Bitcoin, Ethereum, Solana, and 16 more networks in one wallet.
Earn real Bitcoin playing ZBD-integrated games. Axie, Gods Unchained, and more.
Instant Bitcoin micropayments via Lightning. Your Lightning address, yours forever.
View, buy, and sell NFTs across ETH, Solana, Polygon, and IMX.
Stake ETH with Lido, lend on Aave, and earn yield non-custodially.
Move assets between networks via Li.Fi — lowest fees, best routes.
Ledger support for air-gapped signing. Available on Pro.
Track any wallet. Mirror top portfolios. Real-time alerts on Pro.
Your seed phrase never leaves your device. We own nothing.
Supported Networks
Download
Use the web app now. Desktop and mobile launching soon.
Native desktop app built with Tauri. Lightweight & fast.
Full macOS support including Apple Silicon.
App Store release pending.
Google Play release pending.
Security
CryptKeeper is 100% non-custodial. Your seed phrase is generated locally and never transmitted anywhere.
// key_derivation.rs
fn generate_wallet() {
let mnemonic = Bip39::generate(256);
let seed = mnemonic.to_seed("");
let master = ExtendedKey::derive(seed);
// Keys NEVER leave device
store_encrypted(master, AES256);
// Zero server transmission
assert!(network_calls == 0);
}
Integrations & Partners
Non-custodial. Free. Yours forever.
No account required. Your keys stay on your device.