Skip to content
Saturday, August 29, 2026 · Global Edition
Horison
STRATEGY · ALLOCATION · CRYPTO
Loading market quotes…
BTC · ETH · SOL · XRP · ADA · DOGE · AAPL · MSFT · NVDA · AMZN · GOOGL · TSLA
Market data by TradingView
Home / Crypto

What Self-Custody Means: Keys and Seed Phrases

Self-custody places the private keys, and full responsibility for them, with the holder, whose 12- or 24-word seed phrase becomes the only recovery instrument.

Engraved stainless steel seed phrase backup plate beside a hardware wallet
Steel plates stamped with recovery words survive fire and flood better than paper, one reason security guides favor metal backups.

Self-custody is the practice of holding crypto assets under one's own private keys, with no exchange or custodian between owner and ledger. Recovery rests on a 12- or 24-word seed phrase, standardized in 2013-2014: one holder documented in a 2021 New York Times report was locked out of 7,002 bitcoin after losing his keys.

Horison publishes information, not investment advice, and whether self-custody suits any holder depends on individual circumstances this site cannot know, including technical comfort and contingency planning. Self-custody addresses key risk only. Crypto assets can lose most or all of their value quickly, and keys held perfectly do not change that.

What Are Public and Private Keys?

Every crypto balance is controlled by a key pair. The private key is a large random number used to sign transactions; the public key, derived from it, can be shared openly and used to verify signatures without revealing the signer. Bitcoin and Ethereum use elliptic-curve cryptography for this derivation, and addresses are further-derived shorthand for the public side. The mathematics runs one way: deriving a public key from a private key is instant, and no known method reverses it.

Control, therefore, is the ability to sign. Whoever holds the private key can move the coins from anywhere, on any compatible software, without permission, identity checks, or delay. Whoever loses the key holds nothing recoverable, because there is no account, no password reset, and no customer service attached to the blockchain itself. That asymmetry is the entire design: the system replaces institutions with mathematics, and it replaces institutional recovery with personal responsibility.

What Is a Seed Phrase and Why Does One Phrase Control Everything?

A seed phrase is a human-readable encoding of the random starting point from which a wallet derives every private key it will ever use. The format, standardized in Bitcoin Improvement Proposal 39 in 2013, draws words from a fixed list of 2048, so a 12-word phrase encodes 128 bits of entropy and a 24-word phrase encodes 256. The earlier BIP-32 standard from 2012 defined how one seed deterministically generates a tree of key pairs, which is why one phrase backs up an entire wallet, including future addresses generated years later.

The convenience is also the concentration of risk. A seed phrase restores every derived key, so a single leaked phrase empties every account it governs, and a single destroyed phrase strands every one of them. Twelve words carry enough entropy that guessing is infeasible, but humans defeat that margin through storage mistakes, photographs, cloud notes, and phishing, which is where documented losses actually occur. The engineering is strong; the operational layer around it is where self-custody fails in practice.

How Do Holders Back Up and Protect Keys?

Documented practice treats the seed as an irreplaceable document, closer to a bearer bond than a password. The usual sequence, described across wallet vendors' security guides, looks like this:

  1. Record. Write the words by hand on durable material, in order, exactly as displayed; metal plates stamped with the words survive fire and flood that destroy paper.
  2. Verify. Test the backup by restoring the wallet on a separate device before funding it meaningfully.
  3. Redundancy. Keep copies in separate physical locations, so a single disaster cannot eliminate all of them.
  4. Optional passphrase. A so-called 25th word adds a secret only the holder knows, at the cost of being unrecoverable if forgotten.
  5. Access controls. Never type the phrase into a website, phone camera, keyboard app, or cloud document; legitimate services never request it.

Attack patterns documented by regulators concentrate on exactly these steps. Phishing pages imitating wallet interfaces, clipboard malware that swaps destination addresses, and fake support staff asking for recovery phrases recur in the CFTC's investor-education materials on digital-asset fraud. The common thread is that the attacker needs the holder's cooperation for a moment, once.

What Are Multisignature and MPC Arrangements?

Single-key self-custody concentrates everything in one secret, so stronger setups split control. Multisignature wallets require several independent keys, with a quorum, such as two of three, needed to spend; keys can be distributed across locations or people, so one theft or one loss does not strand the funds. Multi-party computation wallets split one key into shares held by separate devices or parties, with signing done collaboratively and the full key never assembled anywhere. Both patterns appear in individual, family, and institutional setups.

The tradeoff runs toward availability risk. A quorum that is hard for an attacker to assemble is also hard for an owner to assemble under stress, and lost shares or forgotten procedures strand funds as effectively as a lost seed. Complexity itself is a documented failure mode: improvised schemes that their designers cannot reliably re-execute years later defeat the purpose. The choice among single-key, multisignature, and MPC setups is a bet on which failure the holder can best avoid, and it depends on circumstances that vary person to person.

What Does the Documented Loss Record Show?

Loss estimates are large enough to be a defining feature of the asset class. Chainalysis estimated in 2020 that about a fifth of all bitcoin then in existence, roughly 3.7 million coins, sat in wallets whose keys were lost or stranded. Individual cases anchor the statistic: the 2021 New York Times profile described a programmer with 7,002 bitcoin on an encrypted drive with two password attempts remaining, and the British engineer who discarded a drive holding 8,000 bitcoin spent years seeking permission to excavate a landfill before a London court dismissed his claim in January 2025.

The record on the theft side is equally documented, and it does not spare self-custody. Beyond exchange breaches, individuals lose keys to phishing, fake applications, physical theft, and coercion, and estate proceedings routinely reveal backups no heir can find or interpret. None of these cases involve broken cryptography. They involve the human perimeter around the keys, which is the perimeter self-custody makes decisive.

What Responsibility Tradeoffs Come With Self-Custody?

Self-custody is a transfer of operational risk from institutions to the holder, and the documented tradeoffs run in both directions. The table compares the arrangement on the dimensions the loss record shows matter most.

DimensionSelf-custodyCustodial holding
Counterparty riskNone; no platform to failExchange hack, freeze, or insolvency
Recovery pathSeed phrase only; no resetIdentity verification, support channels
Transaction frictionFull control, full responsibilityPlatform approval, limits, hours
InheritanceRequires explicit planningFollows account-claim procedures
Learning burdenSubstantial and ongoingMinimal

Neither column is superior in the abstract; each is a bundle of risks suited to different circumstances, capabilities, and contingencies. What the documented record argues is that the choice deserves the same deliberate planning as the assets themselves, because the failure modes are permanent. And regardless of custody choice, the market risk is unchanged: crypto assets can lose most or all of their value quickly, held in a wallet or on a platform alike.

Tomás Ferreira

Tomás Ferreira came to crypto through payments infrastructure, and still finds the plumbing more interesting than the price.

More about Tomás Ferreira

Frequently Asked Questions

Can someone guess a 12-word seed phrase?
Not feasibly. A BIP-39 12-word phrase encodes 128 bits of entropy, and a 24-word phrase encodes 256, putting brute-force guesses far beyond practical computation. Documented seed losses come from phishing, poor storage, and human error, never from the cryptography being guessed.
What happens if a seed phrase is lost?
The derived keys are unrecoverable, and the funds are effectively destroyed: there is no reset, no support desk, and no blockchain-side recovery. Chainalysis estimated in 2020 that roughly a fifth of bitcoin then existing, about 3.7 million coins, sat in stranded wallets. Verified backups made before funding are the only mitigation.
Is multisignature custody better than a single key?
It trades theft resistance for availability risk. A two-of-three quorum survives one stolen or lost key, but requires the holder to execute a more complex procedure reliably, years later, under stress. Families and institutions use it widely; improvised schemes that owners cannot re-execute are a documented failure mode.
Can heirs recover self-custodied assets?
Only with planning, because no institution knows the wallet exists. Documented estate cases include heirs unable to locate phrases or to access encrypted devices. Common practice recorded in estate-planning guidance includes secured instructions, executors briefed on procedures, or multisignature setups that include a designated recovery key holder.

Sources

  1. Recurring digital-asset fraud patterns: phishing, clipboard malware, fake supportCFTC Learn and Protect investor-education materials