Skip to content

Self-Custody: What Holding Your Own Keys Actually Means

The difference between an exchange balance and a wallet balance, what a seed phrase is, how people lose funds in both directions, and how to store one sensibly.

Last reviewed 2026-09-14

What you own on an exchange

A database entry. The exchange holds the coins; you hold a claim against a company. That claim is worth exactly as much as the company’s solvency and honesty — which is why Mt. Gox, QuadrigaCX, Celsius and FTX all ended with users holding claims instead of coins.

A wallet is different. The keys are on your device, the funds are on the chain, and nobody can freeze, lend out or lose them on your behalf. The flip side is that nobody can help you if you lose them yourself.

The seed phrase

Twelve or twenty-four words that deterministically generate every private key in the wallet. Not a password — a compact form of the keys themselves.

This means:

  • Anyone with the words has the funds. Immediately, irreversibly, from anywhere.
  • Losing the words loses the funds, regardless of what device you still have.
  • The same words restore the wallet in any compatible software, which is what makes them a backup.

Storing it

Do

  • Write it on paper or stamp it into metal. Metal survives fire and water; paper does not.
  • Keep at least two copies in physically separate places.
  • Test the recovery once, with a small amount, before trusting it with a large one.

Do not

  • Photograph it. Phone backups sync to cloud accounts that get breached.
  • Store it in a password manager, a notes app, or an email to yourself.
  • Type it into any website, ever, for any reason.
  • Split it into halves stored separately without understanding the maths — partial phrases dramatically weaken security rather than improving it.

The failure modes, in both directions

Custodial. Exchange insolvency, withdrawal freezes, account closures, regulatory seizure. You do nothing wrong and lose the funds anyway.

Self-custody. Lost phrase, damaged sole backup, a signed malicious approval, a phishing site, malware swapping the clipboard, or the owner dying without anyone knowing the phrase exists.

Neither is universally safer. The relevant question is which failure you are better placed to prevent.

A workable arrangement

  • Long-term holdings in self-custody, ideally on a hardware wallet, with a metal backup.
  • Actively traded funds on a reputable exchange, because withdrawing for every trade is impractical.
  • A separate hot wallet for anything that connects to websites, holding only what you would shrug at losing.
  • A plan for inheritance. Write down where the backup is — not the words — somewhere a trusted person will find it.

The test

Reset the wallet and restore it from the phrase, with a small balance, before you rely on it. A backup you have never tested is not a backup. This single step prevents the most common and most avoidable way people lose everything.

Related tools

← All guides