Crypto

Seed phrase

Also calledrecovery phrase · mnemonic phrase

A seed phrase is a sequence of words that encodes information used to generate or restore a crypto wallet’s private keys. Under common wallet standards, anyone with the phrase—and any required passphrase—may be able to recreate control of the wallet’s assets.

What Seed phrase means

Many wallets use a 12- or 24-word mnemonic as a human-readable backup for a cryptographic seed. The words are not a password to enter casually; they can reproduce a wallet’s key hierarchy. Compatibility depends on the wallet’s standard, derivation path, network support, and whether an additional passphrase was used.

A seed phrase can be more powerful than access to one private key because it may restore every key derived by a wallet. It is essential for recovery after device loss in self-custody, yet it creates a single point of failure if copied, photographed, entered into phishing software, or destroyed.

A wallet generates a 24-word seed phrase and uses it to derive addresses for several accounts. After the owner’s phone fails, the owner installs compatible wallet software and restores the phrase, recovering those accounts. If the owner had enabled an additional passphrase but does not supply it, the expected accounts may not appear.

Common questions

Is a seed phrase the same as a private key?+

No. A seed phrase is typically a backup encoding used to derive a seed and potentially many private keys. A private key is a specific secret credential used to authorize an address or account.

Can a seed phrase be recovered by the wallet provider?+

In a self-custody design, usually not, unless the user has separately shared it or enrolled in a distinct backup service. A provider cannot safely recover a phrase it never received.

Go to the original material.

01BIP 39 — Mnemonic code for generating deterministic keys02BIP 32 — Hierarchical Deterministic Wallets