Startseite › Glossar › Seed Phrase
Glossar · Crypto
Seed Phrase
Sequence of 12 or 24 BIP-39 words representing the full cryptographic access to a crypto wallet — irrecoverable if lost, total loss if stolen.
The key to your own wallet
A seed phrase — also called a recovery phrase, mnemonic phrase or backup phrase — is a sequence of typically 12 or 24 words that represents the full cryptographic access to a crypto wallet. All private keys and therefore all associated accounts can be derived deterministically from this word sequence. Whoever holds the seed phrase has full, irreversible access to all the assets it controls — regardless of whether a hardware wallet is lost or damaged, or a software wallet needs to be replaced.
The underlying technical standard is BIP-39 (Bitcoin Improvement Proposal 39), specified in 2013 and today the industry standard for virtually all modern wallets — from MetaMask through Ledger and Trezor to the Bitpanda wallet app. The 2,048 possible words are fixed in the BIP-39 word list.
Mathematical security
A 12-word phrase offers 128 bits of entropy, a 24-word phrase 256 bits. For comparison: even the most powerful supercomputers in the world would need billions of years to brute-force every combination of a 24-word phrase. Mathematically, a seed phrase is effectively unbreakable.
The weakness is never the maths but the custody. A properly generated and securely stored seed phrase cannot be "hacked" — but it can be stolen, photographed, eavesdropped or phished out of the user.
Best practices for storage
Proven storage methods for retail investors:
- Physically on paper, in a secure location (safe, bank deposit box)
- In hardened steel plates (Cryptosteel, Billfodl) for resistance to fire, water and corrosion
- Split via Shamir's Secret Sharing or with a multisig setup (several keys in different locations, reducing single-point-of-failure risk)
Clear don'ts: no digital storage in cloud services, no screenshots, no input into web forms, no sending by email or messenger, never dictate the words to anyone — including supposed support staff.
The ongoing "Crypto Loss Report 2024" by Chainalysis estimates that several million bitcoin (equivalent to more than €100 billion at current prices) are permanently lost — most of it due to lost, forgotten or destroyed seed phrases.
Inheritance and contingency planning
A frequently underestimated angle: if only one person knows how to access the seed phrase and something happens to them, the assets are permanently lost to the heirs — crypto without keys is literally unrecoverable. Professional solutions include:
- A sealed letter held by a notary with hints on where the phrase is stored (not the phrase itself)
- Multisig setups with family members or lawyers as co-signers
- Specialised providers such as Casa Inheritance or Unchained Capital for institutional solutions
For structures such as Privatstiftungen or GmbHs holding crypto assets, a clearly governed key-custody process is essential and should be anchored explicitly in the internal rules.
What investors often ask
If I hold my coins on a CEX, do I need a seed phrase? Correct — on a CEX the exchange custodies the keys. That is convenient, but a platform failure (see FTX 2022) can wipe out the entire position.
What is the difference between a seed phrase and a password? The seed phrase is the actual cryptographic key. A password only protects local access to the wallet app. A forgotten seed phrase is unrecoverable; a forgotten password can be reset with the phrase.