Sovereign Keys cannot recover lost keys or eliminate risks arising from exposed output, compromised devices or software, backups, printing, transferred data, removable media, later reconnection, or user error.
A Bitcoin SV wallet is one address paired with one private key. Generated entirely in your browser.
Printable wallets. Print, then store offline like cash. Anyone with the private key controls the coins.
Pre-generate many addresses (e.g. to receive payments). Keep the private keys secret and offline.
Format: index,address,private_key_(WIF)
Derive a key from a passphrase (SHA-256). Weak passphrases are guessable and get used to take the associated funds — use a long, unique one that appears nowhere else.
Recovery-phrase wallet. The seed phrase restores every derived key in compatible wallets.
Default path uses BSV coin type 236 (SLIP-44). Change the last number to derive address 0,1,2…
Two ways to get an address starting with letters you choose.
Each extra character multiplies the work by ~58. Keep prefixes to 1–4 characters here.
Step 1: generate your key pair and give the public key to a vanity pool / vanitygen -X. Step 2: paste the partial private key the pool returns to reconstruct the final key. This workflow is designed so that your first private key is not sent to the pool.
Shamir Secret Sharing: split a private key into n shares where any m reconstruct it. Store shares separately for backup/inheritance.
Paste m shares (one per line) to reconstruct.
Decode any private key: WIF, hex (64), mini key, BIP38 (needs passphrase), or 99-digit dice/base-6.
Dice: roll one die 99 times, record 1-5 as-is and 6 as 0, paste the 99 digits here.