Guide

What Is a Seed Phrase?

A seed phrase is a set of words designed to make wallet backups easier for people. Common wallets use it to derive private keys for multiple chains and addresses.

Why Can One Set of Words Restore Many Addresses?

Modern wallets typically use a hierarchical deterministic structure. The seed phrase is first converted into a seed, then derivation paths are used to generate private keys for different chains, accounts, and indexes.

For example, a common Ethereum derivation path is m/44'/60'/0'/0/0; Bitcoin, TRON, and Solana also have their own commonly used paths.

What Happens If It Is Exposed?

If someone obtains your seed phrase and knows or guesses the derivation path, they can recover your addresses and private keys. A seed phrase is therefore not a login password, but the root of control over your assets.

Backup Recommendations