Term

Mnemonic

A sequence of words used to generate and recover a private key, typically 12 or 24 words long.

Type:
security
wallet
1
basic

A Mnemonic, in the context of cryptocurrencies, is a sequence of words used to generate and recover a private key. It's typically a series of 12, 24, or more words taken from a predefined list. This human-readable format is based on BIP39 (Bitcoin Improvement Proposal 39), which standardized how wallet software converts random numbers into memorable word sequences. These words represent entropy (randomness) that is used to derive your private keys mathematically.

Example 1.1

"A typical mnemonic might look like this: 'river apple ladder north resemble sugar cube cricket pen duck green society brave'. From this phrase, multiple cryptocurrency addresses can be derived, including Bitcoin and Bitcoin Cash addresses."

2
security

Mnemonics are a critical component of wallet security. They should be backed up and protected as they are essentially your private key in another form. Losing or exposing your mnemonic can lead to the loss of your funds. Many security experts recommend storing mnemonics on paper or metal backups stored in secure locations rather than digitally, where they could be vulnerable to hacking.

Example 2.1

"It's crucial to keep your mnemonic safe and private. If someone else obtains your mnemonic, they can access and potentially steal your cryptocurrency. Users often divide their mnemonic into parts and store them in different physical locations to maximize security."

3
recovery

Mnemonics are used to recover your wallet if you lose access to your device or forget your password. By entering your mnemonic, you can regenerate your private key and regain access to your funds. This recovery process works across different wallet software that follows the same standards, providing flexibility and redundancy. The same mnemonic can be used to recover funds on both Bitcoin and Bitcoin Cash networks, though different derivation paths might be used.

Example 3.1

"If you lose your phone that has your Bitcoin wallet, you can recover your wallet on a new device using your mnemonic. This works regardless of whether you're using a hardware wallet, a mobile app, or a desktop client, as long as they follow the BIP39 standard."

4
creation

When creating a new wallet, a mnemonic is usually generated for you. It's important to write it down and store it in a secure location. The generation process uses cryptographically secure random number generators to ensure unpredictability. Some wallets also allow users to add an additional passphrase (sometimes called a "25th word") that provides extra security, as both the mnemonic and passphrase are needed to access funds.

Example 4.1

"When you first set up your crypto wallet, you'll be given a mnemonic. Make sure to write it down and store it safely. Modern wallets for both Bitcoin and Bitcoin Cash will typically test your memory of the phrase before allowing you to start using the wallet, ensuring you've properly recorded your backup."

All terms and definitions may update as the Cryptionary improves.