Glossary entry
BIP-39 Word List
walletsThe fixed 2048-word list recovery phrases are drawn from. Its checksum catches typing errors, and language lists are not interchangeable.
Definition
The recovery phrase most wallets produce is not free text: each word is drawn from a fixed list of 2048 words defined by the BIP-39 standard. The words were chosen so that the first four letters identify each one uniquely, which is why some devices ask only for the opening letters and why a slightly misspelt word can often still be resolved. The phrase also carries a checksum, so a single altered word will usually fail validation rather than silently open a different wallet — a safeguard against typing mistakes, not against a phrase someone substituted. Word lists exist for several languages, and a phrase generated from one list will not restore in a wallet expecting another, which is a common cause of a correct-looking phrase failing. The list itself is public and holds no secret; what is secret is which words you have and in what order.
Next