Types of Bitcoin Mnemonic Seeds: A Comprehensive Guide

·

Bitcoin mnemonic seeds (also called recovery phrases) primarily fall into 4 categories:

  1. BIP39
  2. Electrum
  3. Shamir Backup (SLIP39)
  4. LND (AEZEED)

But why do these variations exist? How can you identify them? This guide explores their purposes, differences, and real-world applications.


The Purpose of Mnemonic Seeds

Mnemonic seeds transform complex cryptographic keys (256-bit numbers) into human-readable phrases, enabling secure offline backup. Compared to digital storage, physical backups (paper/metal) are more resistant to remote hacking attempts since they require physical access.


Breakdown of Bitcoin Mnemonic Types

1. BIP39: The Industry Standard

👉 Secure your BIP39 seeds with cold storage

2. Electrum: Legacy vs. Modern Formats

3. SLIP39: Shamir Secret Sharing

4. AEZEED (LND): Lightning Network’s Solution


Comparison Table

FormatEncodingLengthWordlistPassphraseYear Introduced
BIP39One-way12/24 words2048 wordsOptional2013
Electrum (Old)Bidirectional12 words1626 wordsNo2011–2014
Electrum (New)One-way12 wordsBIP39Optional2014
SLIP39Bidirectional20 words1024 wordsOptional2019
AEZEEDBidirectional24 wordsBIP39Optional2018

Critical Considerations

Can’t Restore a Wallet with Just the Mnemonic?

👉 Explore advanced wallet recovery tools


FAQs

Q1: Which mnemonic type is most secure?
A: SLIP39 (for split backups) and AEZEED (for versioning) offer advanced features, but BIP39 remains the most widely tested.

Q2: Can I convert an Electrum legacy seed to BIP39?
A: No—the wordlists and encoding methods differ. Use Electrum’s built-in import for legacy seeds.

Q3: Why does AEZEED use 24 words?
A: Longer phrases accommodate encrypted seed data + version metadata while maintaining entropy.

Q4: Is a passphrase mandatory for SLIP39?
A: Optional, but recommended for multi-account setups (like BIP39).

Q5: How do I identify an unknown mnemonic’s format?
A: Check word count and cross-reference wordlists (e.g., Electrum’s legacy list excludes common BIP39 words like "apple").


Final Notes

This guide covers ~1,200 words. For deeper technical analysis, consult the linked specifications.