Generate vanity addresses across 6 blockchains with split-key technology. Private keys never leave your device.
Custom address suffixes with split-key technology. Your private keys never leave your device. Server only sees the public key.
Multi-chain mobile wallet. Scan QR from generator, apply vanity tweaks on-device, manage all your keys in one place.
Coming SoonOpen Saltix Wallet and scan the QR from the generator website. Your public key is sent — the private key stays on your phone.
Our Rust engine brute-forces a tweak value. Added to your public key on the elliptic curve, it produces a vanity address.
The wallet combines the tweak with your private key locally. Done — you own the vanity address. Nobody else has the key.
vanity_pubkey = your_pubkey + tweak × G
vanity_privkey = your_privkey + tweak (mod n)
Server never sees your private key. Only the public key is transmitted. Tweak values are combined client-side.
Native support for TON, Bitcoin, Ethereum, TRON, Solana, and Sui. Proper derivation paths and address encoding for each chain.
No analytics, cookies, fingerprinting, or telemetry. We don't collect any data. Period.
Rust backend, React frontend, Swift wallet. Every line is auditable. Verify, don't trust.
View Source