₿ Self-Custody Masterclass

COLDSTORAGE

The exchange holds your coins. Your hardware wallet holds your future. There is no middle ground — you either control your Bitcoin or someone else does.

~$3.6B Lost to Exchange Hacks
2048 BIP39 Word List
2¹²⁸ 12-Word Entropy
Your Sovereignty
Read
Chapter 01

Not Your Keys, Not Your Coins

In November 2022, FTX — the second-largest cryptocurrency exchange in the world, valued at $32 billion — collapsed overnight. Over a million customers discovered that their coins were gone. Not stolen. Not hacked. Simply never theirs to begin with. FTX had been using customer funds as collateral for risky trades. When confidence evaporated, the house of cards fell in days.

Mt. Gox. QuadrigaCX. Celsius. Voyager. BlockFi. The list of exchanges and lending platforms that have lost customer funds is long, and it keeps growing. Each time, the story is the same: users believed they owned Bitcoin. What they actually owned was a number on a screen — a database entry that said they had Bitcoin — while the actual private keys sat on a server they had no control over.

Bitcoin is a bearer instrument. Whoever controls the private key controls the coins. There is no recourse. There is no chargeback. There is no FDIC insurance. The ledger does not care about your screenshot. If you do not hold your private keys, you do not hold Bitcoin. You hold a promise — and promises are breakable.

"Not your keys, not your coins."

— Andreas Antonopoulos, Bitcoin educator

This is not a warning to scare you away from Bitcoin. It is the most important feature Bitcoin has. Self-custody is not a risk — it is the point. Bitcoin gives you the ability to be your own bank for the first time in human history. This guide teaches you how to do that safely.

Every bank in history has asked you to trust them with your money. Bitcoin asks you to trust math — and math doesn't have a board of directors.
Chapter 02

The Custody Spectrum

Not all wallets are created equal. The word "wallet" is used for everything from a Coinbase account to an air-gapped signing device in a safe. Understanding the spectrum of custody — from completely trusting others to completely trusting yourself — is the foundation of a good security strategy.

← Most Secure Most Convenient →
Multisig Vault
Multiple hardware devices required to sign. Used by institutions and serious long-term holders. Eliminates single points of failure.
Fort Knox
Hardware Wallet
Physical device that stores keys offline. Signs transactions without ever exposing your private key to the internet.
Recommended
Software Wallet
App on your phone or computer. You hold the keys but the device is connected to the internet — a hot wallet.
Acceptable
Exchange Account
Custodial. The exchange holds your keys. You own a number in a database. FTX was an exchange. Celsius was an exchange.
Not Your Keys

The right approach for most people is to use an exchange temporarily to purchase Bitcoin, then immediately withdraw to a hardware wallet you control. Use the exchange like a cash machine — get in, get out, don't leave anything behind.

Chapter 03

Private Keys & Public Addresses

At the core of Bitcoin is a simple but profound mathematical relationship. A private key is a randomly generated 256-bit number — essentially a number between 1 and 2²⁵⁶, which is larger than the number of atoms in the observable universe. From this private key, your wallet derives a public key through elliptic curve cryptography. From the public key, it derives your Bitcoin address — the identifier you share with the world.

// The Key Hierarchy
Private Key
E9873D79C6D87DC0FB6A5778633389F4453213303DA61F20BD67FC233AA33262
A random 256-bit number. Controls spending. Never share this. Never type it online. This is the crown jewel.
Public Key
02E9873D79C6D87DC0FB6A5778633389F4453213303DA61F20BD67FC233AA33262
Mathematically derived from private key using SECP256K1 elliptic curve. Can be shared. Cannot be reversed to reveal private key.
BTC Address
bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh
Hash of the public key. This is what you share when someone wants to send you Bitcoin. A new address can be generated for every transaction.

The relationship is one-way. Given a private key, you can always compute the public key and address. Given an address — or even the public key — it is computationally impossible to reverse-engineer the private key. This asymmetry is what makes Bitcoin ownership possible without a trusted third party.

Your wallet is not a place where Bitcoin is stored. Bitcoin lives on the blockchain. Your wallet is a keychain — it holds the private keys that prove you have the right to move the coins recorded at your address.

Private Key

Your spending password. The master secret. Anyone who has it controls your Bitcoin. Store offline, store in multiple secure locations, never share.

Public Key

Derived from your private key. Used to verify your signatures. Cannot be used to steal coins. Can be shared freely.

Bitcoin Address

The hash of your public key. Your public "account number." Share this when receiving payment. Generate a new one for each transaction for privacy.

Signature

Created by combining your private key with transaction data. Proves you authorized the spend without revealing your private key. Math, not trust.

Chapter 04

The Seed Phrase — Your Master Key

Managing a raw 256-bit private key — a 64-character hexadecimal string — would be a nightmare. Lose one character and your Bitcoin is gone forever. This is why the industry adopted BIP39: the Bitcoin Improvement Proposal that encodes private keys as a human-readable sequence of common English words called a seed phrase or mnemonic.

When you set up a hardware wallet for the first time, it generates a random seed — a number so large it could never be guessed — and converts it into either 12 or 24 simple words drawn from a standardized list of 2,048 words. Every wallet, address, and private key you'll ever use is derived from this single seed. Lose the device, just restore from your words. Get a new device, same words, same Bitcoin.

2,048 Words in the BIP39 wordlist — each chosen to be short, common, and unambiguous from the others

Here is what a 24-word seed phrase looks like — except this is an example for illustration only. Never store your real seed phrase digitally, never take a photo of it, never type it into any website:

01army
02van
03defense
04carry
05jealous
06true
07garbage
08claim
09echo
10media
11make
12crunch
13filter
14liberty
15impact
16oppose
17diesel
18permit
19thrive
20morning
21patient
22above
23burger
24indoor

These 24 words encode 256 bits of entropy — a number so vast that even if every computer ever built searched randomly for your seed, they would not find it before the sun burns out. The order matters. Every word matters. Every space matters. This list of words is your Bitcoin.

Seed Type Words Entropy Security Notes
12-Word 12 128-bit ✓ Sufficient Used by most consumer wallets. Astronomically secure.
24-Word 24 256-bit ✓ Maximum Double the entropy. Preferred by Coldcard, Trezor. Belt-and-suspenders security.
+ Passphrase 24 + custom 256-bit+ ✓ Elite The "25th word." Infinite additional wallets. See Chapter 05.
Chapter 05

The 25th Word — The Passphrase

BIP39 includes an optional feature that most people never use — and most advanced Bitcoiners consider essential. It is called the passphrase, or informally, the 25th word. It is not a word at all. It can be any string of any characters at any length: a word, a phrase, a sentence, a random string of symbols. It is added to your 24-word seed before your wallet derives your keys.

The result is profound. A different passphrase — even a single character different — produces a completely different wallet with completely different addresses and completely different Bitcoin. The 24-word seed without the passphrase opens a wallet. The same 24-word seed with your passphrase opens a different, hidden wallet.

01army
02van
03defense
04carry
......
23burger
24indoor
25MySecret!

This creates a powerful security architecture. Imagine someone finds your 24-word backup. Without the passphrase, they can access that wallet — so put a small decoy amount there. Your real stack, protected by the passphrase they don't have, is mathematically invisible to them. Even under duress, you can reveal the 24 words knowing your real Bitcoin is safe.

The passphrase adds a secret that exists nowhere on Earth except in your memory. There is no recovery. Forget it and the Bitcoin is gone. Write it separately from your seed.
⚠️
Critical Warning
If you forget your passphrase, no one can help you. Not Ledger, not Trezor, not the Bitcoin network. The Bitcoin is permanently inaccessible. Store the passphrase separately from your seed phrase, in a location you will never forget.
Best Practice
Keep a small amount (say, 1-5% of holdings) on the base wallet — the one without passphrase. This is your "duress wallet." If coerced to reveal your seed, hand it over. Your real stack remains hidden.
Chapter 06

Hardware Wallets — The Gold Standard

A hardware wallet is a small dedicated device — purpose-built to generate and store your private keys in a secure, isolated environment. It never connects to the internet. It signs transactions internally and only transmits the signed transaction — never the key itself. Even if your computer is fully infected with malware, your Bitcoin is safe because the key never leaves the device.

When you sign a transaction on a hardware wallet, the process looks like this: your computer prepares the unsigned transaction, sends it to the device, the device displays the details on its own screen (address, amount), you verify them with your own eyes and confirm with a physical button, the device signs internally, and returns the signed transaction to your computer. The private key never touched the internet at any point.

Coldcard
MK4 / Q — Bitcoin Only
The choice of advanced Bitcoiners. Bitcoin-only firmware. Air-gap capable via MicroSD card. Duress PIN. Brick PIN. Open source. Manufactured in Canada.
Advanced
Trezor
Model T / Safe 5
Pioneer of hardware wallets, founded 2014. Open source hardware and firmware. Touchscreen. Color display. Good choice for beginners and intermediate users.
Beginner Friendly
Ledger
Nano X / Flex
Most popular hardware wallet globally. Bluetooth connectivity. Wide coin support. Note: 2020 data breach exposed customer emails. Firmware is closed-source.
Jade
Blockstream Jade Plus
Open source. Air-gap capable. Low cost. Camera for QR code signing. Made by Blockstream — one of the most respected Bitcoin infrastructure companies. Excellent value.
Best Value
Buy your hardware wallet only from the manufacturer's official website. Never from third parties on Amazon or eBay. A tampered device is the most sophisticated attack vector in Bitcoin theft.
Chapter 07

Multisig — The Vault

A standard single-signature wallet requires one private key to spend funds. Multisig — short for multi-signature — requires multiple keys. A 2-of-3 multisig, for example, creates a wallet that requires any 2 signatures out of 3 possible keys. You might keep one key at home, one in a bank vault, and one with a trusted family member. Any two of the three can move the Bitcoin. None of them alone can steal it.

// 2-of-3 Multisig — Spend requires any 2 of 3 keys
🔑
Key 1
Home
🔑
Key 2
Vault
🔑
Key 3
Family
Key 1 + Key 2 = ✓ Transaction Authorized
Bitcoin Released — No Trust Required

Multisig eliminates the single point of failure that haunts single-signature wallets. Lose one key? You still have two. One location burns down? You still have keys elsewhere. One device is compromised? The thief still can't move your coins without a second signature.

Popular multisig setups include 2-of-3 for individuals (resilience without complexity), 3-of-5 for high net worth individuals and families, and 2-of-3 or 3-of-5 for company treasuries with geographically distributed key holders.

Setup Can Lose Need to Spend Best For
1-of-1 (Standard) 0 keys 1 key Everyday use, small amounts
2-of-3 Multisig 1 key Any 2 keys Personal long-term storage
3-of-5 Multisig 2 keys Any 3 keys Large holdings, family vaults
2-of-2 Multisig 0 keys Both keys Two-person authorization (business)

Tools like Sparrow Wallet, Specter Desktop, and Unchained Capital make multisig accessible to individuals without a technical background. If you're serious about long-term self-custody, multisig is the destination.

Chapter 08

Backup — The Vault Is Only as Strong as Its Copy

A hardware wallet is not a backup. The hardware wallet can be lost, destroyed, stolen, or discontinued. Your backup is your seed phrase — and the security of your Bitcoin ultimately depends on how well you protect those words. Paper is a start. But paper burns, paper floods, paper fades.

The industry has converged on metal backups as the standard for serious self-custody. Several companies sell stainless steel plates or titanium capsules designed to hold seed words. Some use stamps, some use tiles, some use engraving. All of them survive fire (steel melts at 1,400°C, house fires peak around 600°C), water, corrosion, and physical damage that would destroy a paper backup in seconds.

Cryptosteel

Stainless steel letter tiles that slide into a capsule. Fire resistant, waterproof. Can fit a 24-word seed in multiple configurations. Battle-tested product.

Blockplate

Simple stainless steel plate with a punch tool. Letters are stamped permanently into steel. Minimalist, inexpensive, no special tools needed beyond the punch.

Billfodl

Similar to Cryptosteel. Letter tiles in a stainless steel enclosure. Includes extra letters. Tamper evident seal. Widely used in the self-custody community.

DIY

A metal letter stamp set from a hardware store and a stainless steel sheet works just as well. The method matters less than the material — use metal, not paper.

The Non-Negotiable Rules of Backup
  • Never store your seed phrase digitally — no photos, no notes apps, no cloud, no email, no password manager
  • Never type your seed phrase into any website, ever, for any reason — this is always a scam
  • Store your backup in at least two separate physical locations — your home and a second secure location
  • If using a passphrase, store it separately from your seed — they should never be in the same place
  • Test your backup before you put significant Bitcoin in the wallet — restore from seed, verify same addresses
  • Make sure someone you trust knows where the backups are in the event of your death
  • Never take a photo of your seed phrase — iCloud, Google Photos, and device backups are not secure
Chapter 09

Threat Model — Know What You're Defending Against

Good security is not about being paranoid — it is about being accurate. Different people face different threats, and your security setup should match your actual threat model, not someone else's. A person with $500 in Bitcoin needs a different approach than someone with generational wealth on-chain.

🌐
Remote Hackers
The most common threat for most people. Malware, phishing, fake wallet apps, clipboard hijacking (malware that replaces Bitcoin addresses you copy). Defense: hardware wallet. Never sign anything on an internet-connected device alone.
🏠
Physical Theft
Someone finds your hardware wallet, or your seed phrase backup. Defense: PIN on hardware wallet. Passphrase to hide real holdings. Metal backup in a secure location. Consider a small decoy wallet on the base seed.
🔥
Disaster
Fire, flood, or natural disaster destroys your home and everything in it. Defense: geographically distributed backups. Metal seed storage. If two locations are destroyed simultaneously, you have bigger problems than Bitcoin.
⚙️
Hardware Failure
The device breaks, is lost, or is discontinued. Defense: your seed phrase backup is all you need. A hardware wallet is just a key generator — it is replaceable. Your seed phrase is not.
👤
You
The most common cause of Bitcoin loss is user error. Forgetting a passphrase. Losing a backup. Sending to the wrong address. Defense: test everything, document everything, store backups in multiple locations, and act slowly and deliberately.
~20% Estimated percentage of all Bitcoin that is permanently lost — forgotten keys, dead owners, early miners who discarded drives. These coins are gone forever. This is why your backup is everything.
Chapter 10

Your Sovereign Stack — The Action Plan

Theory without action is just knowledge on a shelf. Here is a practical sequence for moving from exchange custody to true self-sovereignty. This is not a checklist — it is a journey. Take each step deliberately, test before you trust, and never rush when moving irreversible money.

1
Choose a Hardware Wallet
For most people: Trezor (beginner) or Jade (value). For advanced users: Coldcard. Buy direct from the manufacturer only. Never buy used or from third-party sellers.
2
Initialize and Write Down Your Seed
Set up the device. Write your 24 words clearly on paper first, then stamp them into metal. Verify every word. Then verify the backup by checking wallet addresses match.
3
Test Before You Trust
Send a small test amount — $20 worth. Confirm it arrives. Then restore from seed phrase on the same or a new device and confirm the same address appears. Now you know your backup works.
4
Set Up a Passphrase (Optional but Recommended)
Choose a strong, memorable passphrase. Write it separately from your seed. Store the passphrase in a different location. Put a small decoy amount on the base wallet.
5
Distribute Your Backups
Put one metal backup at home. Put a second in a fireproof safe deposit box, or a trusted family member's home. Store passphrase separately. Two locations minimum.
6
Withdraw from Exchanges
Move your Bitcoin to your hardware wallet. Verify the receiving address on the device screen before sending. Start with a small amount. Then move the rest. Leave nothing on the exchange.
7
Plan for Inheritance
Your Bitcoin must survive you. Leave sealed instructions for trusted heirs — what software to use, what hardware wallet, where the seed backups are, and how to access them. Bitcoin without a plan is Bitcoin lost.
₿ The Final Question

WHO HOLDS YOUR KEYS?

If your answer is an exchange, a bank, or "I'm not sure" — your Bitcoin is not really yours. Self-custody is not paranoia. It is the entire point.