BIP39 Mnemonic Generator
Generate Mnemonic
About BIP39 Mnemonics
BIP39 is a standard for generating mnemonic phrases (also known as recovery phrases or seed phrases) that represent a random number used to derive a deterministic wallet, typically for cryptocurrencies. The mnemonic consists of a sequence of ordinary words from a predefined list.
- Security: The strength of the mnemonic depends on the number of words, which corresponds to the entropy (randomness) of the initial seed.
- Wordlist: BIP39 defines a specific wordlist of 2048 words. Each word represents 11 bits of entropy.
- Checksum: A checksum is added to the initial entropy to ensure the mnemonic is valid, helping to detect typos.
This tool generates mnemonics according to the BIP39 standard. All generation is performed in your browser.Important: Treat your generated mnemonics with extreme care. Anyone with access to your mnemonic can access your funds.