Bitcoin

Bitcoin Self-Custody: Best Practices

The practice of holding Bitcoin directly in wallets where you control the private keys, rather than leaving funds on exchanges, along with the security protocols, hardware wallet choices, seed phrase backup strategies, and operational procedures that make self-custody safe.

"Not your keys, not your coins" became the defining lesson of 2022. When FTX collapsed in November 2022, an estimated $8 billion of customer funds were lost — funds that customers believed were safely stored but were in reality rehypothecated or simply stolen. Celsius, Voyager, and BlockFi followed. Every customer who held Bitcoin on those platforms lost access, some permanently. Every customer who had already moved to self-custody lost nothing from the exchange collapses. Self-custody — holding Bitcoin in wallets where you control the private keys — is not paranoia; it is the rational response to demonstrated counterparty risk.

Understanding What You're Actually Securing

Bitcoin is not stored "in" a wallet. The blockchain records ownership; your wallet controls the private key that proves ownership and authorises transactions. What you're actually protecting is the private key — a 256-bit number. The practical form this takes is a seed phrase: 12 or 24 words (a BIP-39 mnemonic) that deterministically generates all private keys for a wallet. Anyone with your seed phrase controls your Bitcoin. Anyone who destroys all copies of your seed phrase destroys your Bitcoin permanently. Security and backup are two sides of the same risk: secure it too aggressively and you (or your heirs) can't recover it; back it up too casually and someone else can steal it.

Hardware Wallets: The Standard Security Baseline

A hardware wallet (cold wallet) stores private keys on a dedicated device that never exposes them to internet-connected computers. When you sign a transaction, the private key computation happens inside the hardware wallet's secure element — the key never leaves the device. Even if your computer is fully compromised by malware, an attacker cannot extract your Bitcoin private keys through the hardware wallet. This makes hardware wallets the security baseline for any significant Bitcoin holding.

Ledger: The Flex and Stax are the current flagship models. The secure element chip (ST33K1M5) provides strong tamper resistance. Ledger has the broadest asset support (useful if you hold other crypto beyond Bitcoin). The 2023 Ledger Recover controversy (a service that enables seed phrase cloud backup via encrypted shards) damaged trust among security-focused users — the core concern being that the architecture allows seed phrases to leave the device. For Bitcoin-only use, the controversy is relevant only inasmuch as it reflects on the device's security model.

Trezor: Model T and Safe 3 are the current models. Trezor is fully open-source hardware and firmware — the most auditable option. The trade-off: Trezor does not use a certified secure element chip, relying instead on software protections. Sophisticated physical attacks on unattended Trezor devices are theoretically possible; for most users, the threat model doesn't include physical attackers with lab access. The open-source advantage is significant: Trezor's security can be independently verified in a way Ledger's proprietary firmware cannot.

Coldcard: The benchmark for Bitcoin-only security. Air-gapped operation (PSBT files transferred via microSD card — never connected to a computer via USB), fully open-source, advanced features (duress PIN, brick-me PIN, multisig support). Designed for users who have thought deeply about their threat model. The learning curve is steeper than Ledger or Trezor but the security properties are unmatched for hardware wallets in 2026.

Seed Phrase Backup: The Critical Failure Point

Most Bitcoin losses from self-custody are not hacks — they're recovery failures. Users who lose their hardware wallet, experience a house fire, or die without leaving accessible recovery information account for far more Bitcoin lost than theft. A seed phrase stored only on paper in a single location is vulnerable to fire, flood, and physical loss. A seed phrase stored digitally (photographed, emailed, stored in a notes app) is vulnerable to all digital attack vectors.

The secure backup standard is metal seed phrase storage: products like Cryptosteel, Bilodreaux Steel, or Seedplate allow you to stamp your seed words onto stainless steel plates that survive fire (800°C+), water, and physical damage that destroys paper. Store metal backups in at least two geographically separate locations — your home safe and a bank safety deposit box, or two different trusted family locations. The geographic separation ensures no single disaster (house fire, local flood) destroys all copies.

Never photograph your seed phrase. Never type it into any website. Never store it in cloud services (Google Drive, iCloud, Dropbox). Never share it with anyone claiming to be support for any wallet or exchange. These are the attack vectors that steal real Bitcoin every day.

Passphrase: The 25th Word

BIP-39 supports an optional passphrase (sometimes called a "25th word") — an additional user-defined string appended to the seed phrase before key derivation. Even with an identical seed phrase, different passphrases produce completely different wallets with different addresses and private keys. A passphrase has three security benefits: (1) if someone steals your seed phrase backup, they still can't access your funds without the passphrase; (2) you can maintain a "decoy wallet" on the seed phrase alone (with a small amount of Bitcoin) for $5 wrench attack plausible deniability; (3) the passphrase can be stored completely separately from the seed phrase backup.

The passphrase trade-off is recovery complexity: you must remember or separately store the passphrase in addition to the seed phrase. Losing the passphrase permanently locks you out of the passphrase-protected funds even with the seed phrase. For large holdings, the security benefit is worth this complexity; use a memorable but high-entropy passphrase (a short phrase of 4–5 random words from a dictionary, or a long random string stored in a separate secure location from the seed phrase).

Multisig for Large Holdings

For Bitcoin holdings above $100,000, multisig (multi-signature) custody is the professional security standard. A 2-of-3 multisig wallet requires any 2 of 3 private keys to sign transactions — typically distributed across 3 separate hardware wallets from different manufacturers stored in different locations. The security model: an attacker must compromise 2 separate devices in 2 separate locations. No single point of failure (any one device lost or compromised) can result in fund loss.

Tools for multisig: Sparrow Wallet (Bitcoin-only, full multisig support, excellent UI), Bitcoin Core, and Caravan (Unchained Capital's open-source multisig coordinator). Unchained Capital also offers collaborative custody — they hold one key, you hold two — providing institutional-grade security with personal key control. For very large holdings ($1M+), institutional custodians (Anchorage, BitGo, Coinbase Custody) provide regulated custody with $500M+ insurance policies, though at the cost of counterparty trust.

Operational Security Practices

Beyond hardware and backups: verify receive addresses on the hardware wallet screen before using them — clipboard hijacking malware can replace Bitcoin addresses with attacker-controlled addresses silently. Use Bitcoin address verification on the hardware wallet device itself, not just the software interface. Maintain a hardware wallet that is never connected to the internet for long-term storage and a separate "hot wallet" or mobile wallet (Muun, BlueWallet) for small spending amounts. Never store more in a hot wallet than you're willing to lose.

Related topics: seed phrase, crypto tools.