Dovanų kortelės nuo 1 € 😱 Naujos išpardavimo akcijos, ribotas kiekis! Žiūrėti išpardavimą
← Gift Card Hub
Crypto

What is a Seed Phrase? A Beginner's Guide to Wallet Recovery

AurikaAug 6, 20269 min read

What is a Seed Phrase

Summary: A seed phrase is the list of 12 or 24 ordinary words your crypto wallet generates when you first set it up, and it is the only thing that can restore access if the device is lost. Anyone who reads those words controls the funds, and no support team can recover them on your behalf. This guide covers how a seed phrase works, how it differs from a private key, where to keep it, and the backup mistakes that cost people their balances.

What is a Seed Phrase?

A seed phrase is a human-readable backup of a crypto wallet. When you create a self-custody wallet, it generates a random secret and shows it to you as an ordered list of common words, usually 12 or 24 of them. Those words are the wallet. Enter them into any compatible wallet app and it rebuilds the same accounts, addresses and balances on any device, with no need for the original phone or hardware. That is why the phrase is treated as the most sensitive thing a crypto holder owns: it is not a password protecting the funds, it is the funds.

How Does a Seed Phrase Work?

The words are not stored on a server anywhere. They encode a large random number, and the wallet runs that number through a standard derivation process to produce a master key, from which every account and address is calculated in a fixed, repeatable order. Word order matters as much as the words themselves: the same twelve words in a different sequence produce an entirely different wallet. Because the derivation is standardised, a phrase created in one wallet app can usually be restored in another, which is what stops you being locked into a single vendor.

How is a Seed Phrase Created?

You do not choose the words, and you should not try to. The wallet draws a large random number from a cryptographically secure generator, splits it into chunks, and maps each chunk to a position in the 2048-word list. A short checksum is appended, which is how a wallet can tell you the twelfth word is wrong without knowing anything else about your phrase. Picking words yourself, or reusing a phrase you found published somewhere, produces something an attacker can guess or has already recorded.

What Does a Seed Phrase Look Like?

A numbered list of 12 or 24 lowercase English words in a fixed order, with no punctuation and no capital letters. Nothing about the words themselves is meaningful; they are plain nouns and verbs chosen because they are easy to transcribe. A real one is not printed here on purpose: any valid combination of BIP-39 words is a working wallet, and phrases published in articles or screenshots get emptied within seconds by bots that watch for them. For a sense of the shape, picture words like pantry, waffle and trousers, none of which appear in the BIP-39 list at all, so that sequence could never restore anything.

Should You Use 12 or 24 Words?

Twelve words carry 128 bits of randomness and 24 carry 256. Both are far beyond anything that can be brute-forced with current or foreseeable computing, so for almost everyone the choice is practical rather than mathematical. Twelve words are quicker to write down and less error-prone to copy; 24 give a wider margin if you want one. Most software wallets default to 12 and many hardware wallets offer 24. Either way, whether your copy is accurate and stored offline matters far more than its length.

Seed Phrase vs Private Key

A private key controls one account. A seed phrase generates a whole tree of them. Restoring from a private key brings back a single address and its balance; restoring from a seed phrase brings back every address the wallet has derived, including accounts you added later for different coins. So the phrase is both the more dangerous secret to expose and the more valuable one to back up. If a wallet shows you both, protect the phrase first.

Why It is Also Called a Mnemonic Phrase

Mnemonic phrase, recovery phrase and seed phrase all describe the same thing, and which term you meet depends on the wallet. The words are drawn from a fixed list of 2048 defined in the BIP-39 standard, which is why they look so plain and why no phrase contains an unusual spelling. Drawing from a known list makes a phrase far easier to write down and read back correctly than a long string of hexadecimal, and it lets wallet software flag a mistyped word straight away.

Where to Store a Seed Phrase

The goal is a copy that survives fire, flood and a dead hard drive while never touching an internet-connected device. Writing it on paper and keeping that paper somewhere genuinely secure covers most people. For larger amounts, a stamped metal backup plate resists water and heat in a way paper does not, and hardware wallet makers such as Ledger sell both the devices and the recovery sheets built for this.

  • Write it by hand. A phrase that has never existed as a file cannot be found by malware.
  • Keep at least two copies in separate physical locations, so one fire or flood is not the end of it.
  • Store it where you would keep a passport or a deed, not in a drawer alongside the wallet device itself.
  • Never photograph it, email it to yourself, paste it into a notes app or put it in cloud storage. Those are the routes wallets are most often drained through.
  • Do not test a backup by typing it into a website. Restore it into a reputable wallet app, or on the hardware device itself.

Seed Phrase Backup Mistakes to Avoid

Most losses are not sophisticated. They come from a short list of repeated errors, and from social engineering that talks people into handing the phrase over. Our guide to crypto scams covers the wider tactics in more detail.

  • Splitting the phrase across locations without a tested scheme. People forget which fragment went where, and a partial phrase is worthless.
  • Recording only some of the words, or recording them without the order.
  • Keeping the only copy in the same place as the device, so one burglary takes both.
  • Assuming the app can reissue it. It cannot. The phrase is shown once, at setup, and never again.

Nobody Legitimate Will Ever Ask For Your Seed Phrase

This is the single rule that prevents most seed phrase losses, and it has no exceptions. There is exactly one situation in which you ever type those words: restoring your own wallet into a wallet app you went and installed yourself. Every other request, however plausible the source looks, is an attempt to empty the wallet. The common pretexts are worth recognising on sight.

  • A support agent who direct messages you shortly after you post about a wallet problem in public. Real support does not arrive unprompted in your inbox.
  • A site asking you to "validate", "sync" or "reconnect" your wallet by entering the phrase. No genuine service needs it to check anything.
  • An airdrop or giveaway form that wants the phrase to "verify your holdings". Holdings are verifiable from a public address alone.
  • Anyone offering to unstick a pending transaction, recover lost funds or migrate you to a "new" version of a wallet on your behalf.
  • A wallet app that asks you to import an existing phrase during setup of something unrelated, such as a game or a browser extension.

Can You Recover a Wallet Without the Seed Phrase?

Sometimes, in specific circumstances. If the wallet app is still installed and you can unlock it, you can usually view the phrase again in the security settings and write it down properly. If your crypto sits on an exchange rather than in a self-custody wallet, the exchange holds the keys and its own account recovery process applies instead, which is the trade-off custodial services offer. But for a self-custody wallet with no phrase and no working device, there is no route back, and no support team, court order or paid service can create one.

What Happens If You Lose Your Seed Phrase

If you still have access to the wallet, the fix is to create a new wallet, write the new phrase down properly, and move the funds across. That is the only clean remedy, because a phrase cannot be changed. If both the phrase and access to the device are gone, the funds are unreachable and no service can restore them; anyone offering paid recovery is running a second scam on top of the first. This trade-off is the substance of self-custody, and it is worth understanding before choosing between a hot wallet and a cold one.

Your Seed Phrase is the Wallet

Everything about handling a seed phrase follows from one fact: the words are the funds, not a password guarding them. Write them by hand, keep two copies in separate secure places, never let them touch an internet-connected device, and never give them to anyone who asks, however official the request looks. If you are setting up a first self-custody wallet and need something to put in it, browse crypto vouchers and move the balance into the wallet you have just backed up.

Related articles