BIP39 Wallet List - Mnemonic Seed Phrase (Updated 2024) (2024)

BIP39 Wallet

Bitcoin Improvement Proposals or BIP's are design features, inputs, ideas, information, or changes for essentially how Bitcoin works (including storage i.e. wallets).

One of these features isBIP39(short for Bitcoin Improvement Proposal: 39). BIP39 is a standard that proposedutilizinga mnemonic phrase -- a group of easy to remember words -- to serve as aback up to recover your wallet and coins in the event your walletbecomes lost or destroyed.This is also known as a seed phrase, recovery phrase, wallet back up, etc.

Your wallet will generatethis phrase for you when you create a new wallet. If you have an existing phrase, you can input it into your wallet to re-generate your wallet.

When starting a new wallet, the instructions will typicallyadvise you to write a 12-24 wordphrase down to serve as a recovery methodin the event your wallet breaks or stops working.

Other Considerations

In addition, you should write down the BIPstandards that your wallet supports when storing your coins. These standards are called derivation paths and are a "map" telling your wallet where to find your coins. They are described inBIP44, BIP49, and BIP84.

You should also write down what coin type you have stored (bitcoin, ethereum, etc.)

This information will help you recover your coins if the wallet you originally used ever becomes obsolete and you must use a different wallet developer's software.

Your12-24phrase can be entered into anyotherwallet using the same structure/format standard (BIP39),derivation path,and coin support to access your coins (by you or anyone else). Be advised, it is possible for your coins to be on more than onewallet at once.

What constitutes a"good wallet" is one that hasclear, easy to access documentation on supported BIP standards, derivation paths, and recoveryprocesses. This allows the user to successfully recover theirfunds on a different walletin the event of discontinued support or obsoletion.

If you're having difficulty recovering your wallet, we recommend referencing Common Mistakes When Recovering a Seed Phrase

BIP39 Wallet List

Below is a list of some popular hardware and software wallets that not only use the BIP39 standard, but provide sufficient documentation in the event of recovery.

Note: We are not explicitly or implicitly endorsing or are endorsed by any of the listed wallets. If you would like your wallet added, removed, or modified, please contact us at [email protected]. Please include a link to your documentation.

Hardware
Wallets
BIP39Recovery SupportDerivation Path
TrezorBIP39 DocumentationSupportDocumentation
LedgerBIP39 DocumentationSupportDocumentation
ColdcardBIP39 DocumentationSupportDocumentation
BitBoxBIP39 DocumentationSupportDocumentation
SeedSignerBIP39 DocumentationSupportDocumentation

Software
Wallets
BIP39Recovery SupportDerivation Path
ExodusBIP39 DocumentationSupportDocumentation
MyceliumBIP39 DocumentationSupportDocumentation
SamouraiBIP39 DocumentationSupportDocumentation
CoinomiBIP39 DocumentationSupportDocumentation
BlueWalletBIP39 DocumentationSupportDocumentation
WasabiBIP39 DocumentationSupportDocumentation
PhoenixBIP39 DocumentationSupportDocumentation
TrustBIP39 DocumentationSupportDocumentation
MetamaskBIP39 DocumentationSupportDocumentation
Blockstream Green (SingleSig)BIP39 DocumentationSupportDocumentation

BIP39:Mnemonic code for generating deterministic keys

Bitcoin Improvement Proposals (BIP). BIPs are documentation forfeatures, ideas, information, changes, improvements, etc. for how Bitcoin works.

Each of these BIPs are designated by a number.

BIP39 orBitcoin Improvement Proposal: 39is one of the many design ideas that was approved by an economic majority of the Bitcoin communityand became a standard for many popular wallets.

Again, BIP39 is the use of a mnemonic phrase -- a group of easy to remember words -- to serve as aback up to recover your wallet and coins in the event your walletbecomes compromised, lost, or destroyed.

The BIP39 documentationdescribes the specific steps a wallet musttake (i.e. algorithm) to generate this mnemonic phrase. This includes specific requirements, structure, practices, words, etc.

In addition to its specific structure, itmustutilize a specific list of words when generating your mnemonic phrase. That is known as theBIP39 wordlist.

BIP39 Word List

The words in your mnemonic phrase aren't just any random words. They are pulled from a specific list of 2048 words known as the BIP39 wordlist.Upon start up, wallets that utilize the BIP39 standard will provide you a 12-24 word phrase randomly chosen from the standard BIP39 wordlist.

In this list, the first 4 letters are unique to each word.

To clarify “unique”, we mean literally the first 4 letters (not the first 4 different letters). For example the word “apple”, “appl” does not come up anywhere else in the BIP39 wordlist.

For words thatonly have 3 letters, there is no 4th letter. For example with the word “add”, there are no more letters afterwards and thus must be the word "add". The word “addict” is in the BIP39 wordlist but you would have used“addi” for “addict”.

In other words, there are no two wordsin this list with the same first 4 characters.

That means if you have the first 4 letters, you know the rest of the word by looking for those first 4 letters in the BIP39 wordlist. Some wallets will even fill in the rest of the word once the first 4 letters are entered.

BIP39 Wallet Recovery

Remember, your coins are not stored on your wallet device.They're stored on the blockchain (i.e. a universal network) and can be accessed byutilizing your seedphrase.Your wallet stores the "access" to those coins, not the coins themselves.

If you are recovering an existing wallet, the wallet's software will ask you if you have an existing phrase or have the option toimport one.You'll enter in your existing mnemonic seed phrase and voilà, your coins are recovered...right?

Well actually, it's not that simple (but it should be!). Let's go into background as to why that is.

BIP39 is Not Enough to Recover Your Coins

Unfortunately, a wallet that supports BIP39 mnemonic phrases does not mean it can recover your coins. It is only one part of therequirement.

BIP39 is like the ability to “read” and understand the seed phrase. But, your wallet also needs to understand how to “find” your coins using that 12-24 word phrase and “know” the coin your trying to find.

You must know about acompatible wallet when importing an existing seed phrase:

  • If it supports the structure in which theseed phrase was originally created (i.e. seed format, e.g. BIP39)
  • The derivation paths it supports (i.e. the ability to find your coins)
  • The coins it supports (e.g. bitcoin, ethereum, etc.)

To understand what we mean by this, let’s first dive into what a "wallet" actually is.

Hierarchical Deterministic Wallets

Yourwallet is essentially a whole bunch of numbers (that can “store” coins) linkedtogether starting from a single random number.

That random number can be transformed (with math) into another number. That number can be transformed into multiple other numbers (and so on and so forth)

Eventually you get to a set of numbers at end of those transformations. These number can be associated with coins (by sending coins to these numbers). That's right, these numbers are your addresses.

You can think of a wallet as a tree (like an actual one in ground)

Your seed phrase is the secret recipeto create very specific seed for very specific tree.

BIP 39 is the "language" that recipe is in (so it can be read).

Coming from the seed,there's a trunk. From that trunk, there are branches. Each branch has aname(branch 1, branch 2, branch 3, etc).

Those branches also have branches (branch 1-1, branch 1-2, etc.) and those branch's branches also have branches (and so on).

And at the very end of all those branches, there are leaves.Your coins can be"stored" on those leaves(your addresses).

It can get pretty confusing right? Right.

Derivation Paths

You need somesort of "map" on to traverse through the branches and findthose leaves(and thus, your coins). This "map" is known as a derivation path.

Derivation pathstell your wallet how to findyour coins guiding it through the tree andare described in Bitcoin Improvement Proposals (BIP).

The most common derivation paths are described inBIP44, BIP49, and BIP84.

Aderivation pathhas a specific notation where each level is designated by a "/" beginningwith m:

m / Purpose' / Coin Type' / Account' / Change / Address

Purpose, coin type, account, change, and address are represented by numbers and are explained here.

Your wallet must support the same derivation path that you've been using (i.e."have the map") to store your coins.

Whether a wallet supports a certain derivation path should be well documented orreferencedon their website.

If another wallet does not support a derivation path that your original wallet supported, that doesn't mean your coins are lost. It simply means you're unable to access them (because it doesn't know how to find them!).

See a more in-depth explanation of derivation paths here: What is a Derivation Path

Coin Support

You might have noticed that not allwallets support all coins.

Your wallet must not only know how to find your coins but also support the coin you're trying to find.

Coin types are the cryptocurrencies (e.g. bitcoin, ethereum, etc.)

Coin supportshould be well documented orreferencedon the wallet developer's website. Again, if a wallet does support a specific coin, it doesn't mean they are lost. You'll need to find another wallet that does in order to access them again.

Additional Standards

There are other standards such as:

  • Lighting Network Daemon (AEZeed):If you're using the Lightning Network Daemon wallet, it uses a different seed scheme known asAEZeed.
  • Electrum:If you're using the Electrum Wallet, it also uses a unique seed scheme.
  • Satoshi Labs Improvement Proposal (SLIP 39):If you're using Trezor's parent company, Satoshi Labs, unique seed standard of Shamir Secret Shares, SLIP 39.

For these unique standards, they can only be recovered on wallets that support that standard. If your wallet does not "understand" how your seed phrase created, it will not understand how to recover it either.

BIP39 Wallet List - Mnemonic Seed Phrase (Updated 2024) (2024)
Top Articles
Get Fit in 8 Weeks: The Couch to 5k Program
Official UPC Database Facts - US Barcode Authority GS1 UPC
Kevin Cox Picks
Pieology Nutrition Calculator Mobile
Faint Citrine Lost Ark
Mackenzie Rosman Leaked
What happened to Lori Petty? What is she doing today? Wiki
Jeremy Corbell Twitter
How Far Is Chattanooga From Here
Evita Role Wsj Crossword Clue
My.doculivery.com/Crowncork
Jessica Renee Johnson Update 2023
Lima Crime Stoppers
Used Wood Cook Stoves For Sale Craigslist
3472542504
Ts Lillydoll
N2O4 Lewis Structure & Characteristics (13 Complete Facts)
Razor Edge Gotti Pitbull Price
Pekin Soccer Tournament
U Break It Near Me
Ms Rabbit 305
Account Suspended
X-Chromosom: Aufbau und Funktion
Understanding Genetics
12 Top-Rated Things to Do in Muskegon, MI
Best Nail Salons Open Near Me
Pearson Correlation Coefficient
Cpt 90677 Reimbursem*nt 2023
Https E22 Ultipro Com Login Aspx
Marquette Gas Prices
Bay Area Craigslist Cars For Sale By Owner
Regina Perrow
Lovindabooty
27 Modern Dining Room Ideas You'll Want to Try ASAP
4 Methods to Fix “Vortex Mods Cannot Be Deployed” Issue - MiniTool Partition Wizard
Arlington Museum of Art to show shining, shimmering, splendid costumes from Disney Archives
Worthington Industries Red Jacket
Persona 4 Golden Taotie Fusion Calculator
Mega Millions Lottery - Winning Numbers & Results
Tra.mypatients Folio
Unity Webgl Player Drift Hunters
Tds Wifi Outage
Case Funeral Home Obituaries
craigslist | michigan
Craigslist en Santa Cruz, California: Tu Guía Definitiva para Comprar, Vender e Intercambiar - First Republic Craigslist
6576771660
Cabarrus County School Calendar 2024
Kjccc Sports
Espn Top 300 Non Ppr
Meee Ruh
Publix Store 840
Latest Posts
Article information

Author: Nathanael Baumbach

Last Updated:

Views: 6071

Rating: 4.4 / 5 (75 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Nathanael Baumbach

Birthday: 1998-12-02

Address: Apt. 829 751 Glover View, West Orlando, IN 22436

Phone: +901025288581

Job: Internal IT Coordinator

Hobby: Gunsmithing, Motor sports, Flying, Skiing, Hooping, Lego building, Ice skating

Introduction: My name is Nathanael Baumbach, I am a fantastic, nice, victorious, brave, healthy, cute, glorious person who loves writing and wants to share my knowledge and understanding with you.