The Bitcoin custody tiers: from ETFs to multisig

The Bitcoin custody tiers: from ETFs to multisig

Last updated: May 11, 2026

Most guides to owning Bitcoin dive straight into specific topics or debates. “Hot wallet vs. cold wallet”, “passphrase or no passphrase”. It’s harder to find an explanation of self-custody from first-principles; to get a sense of where on the spectrum you want to sit.

If you’ve read my primer on what Bitcoin is and how it works and are now wondering what to actually do, this page is for you. There is no one-size-fits-all solution, so you should approach self-custody deliberately - knowing the strengths and weaknesses of your chosen setup, where it sits in the wider spectrum, and where you’re aiming to get to.

  1. Tier 0: ETFs and ETNs
  2. Tier 1: Exchange custody
  3. Tier 2: Software wallet
  4. Tier 3: Hardware wallet
  5. Tier 4: Steel backup and passphrase
  6. Tier 5: Where the ladder ends

How the tiers are defined

Each tier is defined by one thing: who holds the keys, and how well those keys are protected. Not how much bitcoin you own. Owning 0.01 BTC on a hardware wallet with a steel backup puts you at a higher tier than someone with 100 BTC on an exchange — and that holder is more likely to still own their coins in ten years. The tiers are cumulative: each one addresses a specific class of risk that the previous tier leaves open. You don’t need to reach the top, but you should know which class of risk you’re currently exposed to.

Bitcoin self-custody involves real trade-offs. The biggest threat to your coins is you — the most technically impressive setup in the world is worthless if your heirs can’t access it when you die. Be honest with yourself about your threat model.

Tier 0: ETFs and ETNs

Tier zero of Bitcoin self-custody: ETFs and ETNs

You own zero bitcoin. You own a security whose price is linked to bitcoin.

A spot Bitcoin ETF (exchange-traded fund) or ETN (exchange-traded note) is a financial product that tracks the price of bitcoin - normally by holding bitcoin through a custodian and issuing shares against it. You buy and sell those shares through a broker, like a stock, and at no point do you touch the underlying asset.

Almost every reason you might cite for owning bitcoin - censorship-resistance, self-sovereignty, a monetary policy that isn’t answerable to anyone - disappears the moment you hold it through a wrapper. An ETF share is a promise from a chain of intermediaries: the fund, its custodian, your broker, and whatever regulatory regime governs them. Each link is a point of failure that bitcoin-on-the-network was designed to eliminate.

Bitcoin is liquid enough - and sufficiently practical to self-custody - that the wrapper has far fewer compensating advantages than it does for gold. Holding the keys to your bitcoin unlocks a far greater degree of security and optionality versus a Bitcoin ETF than holding physical gold does versus a gold ETF.

Some contexts justify the wrapper - a pension or ISA, a corporate treasury that can only hold regulated securities - where a product like BlackRock’s IBIT is a reasonable tool when the alternative is holding nothing. Just don’t mistake it for Bitcoin custody. It’s equity exposure to a fund, with all the counterparty risk that implies.

Tier 1: Exchange custody

Tier 1 of Bitcoin self-custody: holding on an exchange

Your bitcoin exists. Someone else controls it.

You’ve bought bitcoin on Kraken, Coinbase, or similar, and left it there. The coins are real, they just aren’t yours in any sense that survives scrutiny. “Not your keys, not your coins” isn’t just a slogan; it’s a statement about how the protocol actually works.

The problem is the one I flagged in my Bitcoin primer: in Bitcoin, the ability to sign is the ability to spend. An exchange balance is not bitcoin - it’s a line in a database saying the exchange owes you some bitcoin. If the exchange goes bust (FTX, 2022), gets hacked (Mt. Gox, 2014), gets frozen by regulators, or simply decides your withdrawal is suspicious, the coins sitting in the exchange’s wallet are legally theirs to deal with.

Two-factor authentication protects your account login against an attacker who has your password. It does nothing to protect your coins against the exchange itself. If any of the worst case scenarios I outlined above actually happen - and remember, there’s historical precedent here - your 2FA is irrelevant. The attacker, bankruptcy trustee, or regulator is going after the exchange’s keys.

Exchange custody has its place. If you don’t trust yourself to use a wallet, then pick the exchange you trust the most and use them. If you dollar cost average your bitcoin buys using an exchange, by all means let the balance accumulate for a while before withdrawing. But if you’re holding long-term, or hold enough that losing it would hurt, then you should strongly consider getting your own wallet and moving to Tier 2.

Tier 2: Software wallet

Tier 2 of Bitcoin self-custody: a software or 'hot' wallet

Your keys, but exposed.

At Tier 2, you control the keys. They’re managed by a wallet app on your desktop or mobile device. These are known as “hot wallets”, because the keys live on a device that connects to the internet. With your own wallet, you can send, receive, and hold bitcoin without asking anyone’s permission. This is a genuine step up.

You might’ve guessed the flaw already: it’s the internet connection. Even if the private keys are encrypted, they have to be decrypted whenever you use the wallet, on a device that’s also running your web browser, email client, and whatever else. A sufficiently capable attacker - using malware like a malicious browser extension - can reach them.

ONLINE
software wallet
paper backup
OFFLINE = private keys

That doesn’t make hot wallets bad. They’re not a place for long-term savings, but they’re an excellent first step into self-custody and a convenient way to store short-term spending money.

Some quick recommendations:

The single most common mistake people make with a software wallet is mishandling the seed phrase - the 12 or 24 words your wallet generates when you first set it up.

A photo of the words stored in iCloud or Google Photos is not a backup; it’s a second attack surface. The same applies to a note in your Notes app, or a plain-text file on Dropbox. Remember that your seed phrase isn’t just a password - it’s the master secret from which every key and address in the wallet is derived. The seed phrase is the wallet. This means that anyone who gains access to your files can steal your coins in seconds.

Write the words by hand, on paper, and store the paper somewhere safe. At Tiers 2 and 3 that’s the baseline; Tier 4 improves on it.

Otherwise, the Tier 2 threat model is the usual one - malware, phishing, device loss without a backup. Don’t jailbreak your phone, don’t reuse passwords, and don’t install software you don’t trust.

Tier 3: Hardware wallet

Tier 3 of Bitcoin self-custody: a hardware or 'cold' wallet

Your keys, offline.

A hardware wallet is a small, purpose-built device that generates and stores your private keys, and signs transactions without ever exposing the keys to the device it’s connected to. This is cold storage: the separation between your keys and the internet is the defining upgrade over Tier 2.

The workflow looks like this. You use a “watch-only” wallet on your laptop to construct an unsigned transaction. This can be done using software provided by your wallet manufacturer - Trezor Suite, Ledger Live - or a third party solution like Sparrow. Either way, you pass the unsigned transaction to the hardware wallet via USB, bluetooth, or even QR code (for an air-gapped approach). After you’ve confirmed details on the physical device, the newly signed transaction is handed back for broadcast.

ONLINE
laptop
unsigned transaction
signed transaction
hardware wallet
paper backup
OFFLINE = private keys

This is a step-change in security. Malware on your laptop can no longer steal your keys; the worst it can do is try to trick you into signing a transaction you didn’t mean to. And because the hardware wallet has its own screen, it shows you the real destination address and amount before you’ve signed.

My recommended setup:

One last thing: do not try to memorise your seed phrase. Your brain is a hostile environment for 256 bits of entropy.

When your wallet looks up your balance via a public server, you’re revealing the shape of your wallet - which addresses belong together - to a stranger. Connecting Sparrow to your own node, run on your computer or on dedicated hardware like a Raspberry Pi, removes that leak.

This isn’t a prerequisite for Tier 3, and most people will use a public server for a while first. But it’s a worthwhile next step, and a great way to learn more about how Bitcoin works.

Tier 3 is the rung of the ladder which I hope most Bitcoiners will get to. Properly implemented, the security and privacy afforded by Tier 3 is genuinely excellent, and your self-custody setup will be far more robust than the systems most of the world uses for storing fiat money.

Prefer RSS? Subscribe to the feed

Tier 4: Steel backup and passphrase

Tier 4 of Bitcoin self-custody: a hardware or 'cold' wallet, steel seed phrase backup, and a passphrase.

Hardened against physical threats. A second factor protecting your backup.

Tier 4 is the “I’m taking this seriously” tier. It adds a more robust backup and a BIP39 passphrase, which together address the main weak points of a Tier 3 setup. I’ll cover them in turn.

ONLINE
laptop
unsigned transaction
signed transaction
hardware wallet
+ passphrase
steel backup
OFFLINE = private keys

Steel backup

Paper is vulnerable to fire, water, mould, and a dozen other things. If you truly want to be your own bank, it is not an ideal material to protect your family’s life savings.

A steel backup protects your seed from physical threats. You take your 12 or 24 seed words and either stamp them into a steel plate yourself, or slot pre-engraved tiles into a capsule made for this purpose. The resulting object is effectively fireproof, flood-proof, crush-proof, and rot-proof for any timescale you’ll need.

Cryptosteel’s Seed24 capsule and Bitbox’s Steelwallet plate are good options, both priced at around £80 / $100. They include everything you need to get started, and preparing your backup typically takes less than an hour.

BIP39 passphrase

A BIP39 passphrase is an optional extra word - a 13th or 25th word - that your wallet adds to the seed phrase to derive the final keys. Enable a passphrase, and you get a completely different wallet from the same seed words. The base wallet (with no passphrase) continues to exist; an effectively infinite number of “hidden” passphrase-derived wallets live alongside it.

What does this solve? Imagine someone burgled your house and stole or copied your steel plate. Without a passphrase, they have your bitcoin. With a passphrase enabled - typically memorised and stored in a separate physical location - the thief has nothing useful, because the words alone don’t map to the wallet where your funds live. This cuts both ways; losing or forgetting a passphrase can mean your coins are permanently irretrievable. Study the links below before deciding if a passphrase is right for you.

A passphrase has no recovery mechanism. If you forget it, there is no customer support and no password reset. The funds protected by that passphrase are gone.

It’s also fundamentally different from the rest of your seed phrase words. A seed phrase has 2048 possible words per slot, a checksum that can detect mistakes, and - if you have 11 of 12 words - recovery is achievable. By contrast a passphrase is an arbitrary string you choose, and there’s no checksum. If you swap a lowercase letter for an uppercase one, or add a space at the end of your passphrase, you’ll find out by seeing an empty wallet (i.e. one that’s not yours).

Treat the passphrase with the same care as the seed phrase itself. Write it down. Verify the backup by simulating a recovery. Store the written copy somewhere durable and keep it separate from the seed phrase. And while you can certainly memorise your passphrase, you should not rely on memory alone. This is a surefire way to ensure that your heirs - or even future you - will struggle to retrieve your coins.

Steel backup and passphrase belong in the same tier because they’re often adopted together, but they solve different problems: the steel backup protects the seed against environmental damage, the passphrase protects against discovery by someone who shouldn’t have it. You can do either without the other; doing both is my baseline for Tier 4.

Tier 5: Where the ladder ends

Tier 5 of Bitcoin self-custody: multisig, where the ladder ends and the path forward depends on your situation.

Where it gets personal.

If you’ve reached Tier 4 and you’re still reading, the next steps depend more on your situation than on any universal ladder. Threat model, holdings, technical comfort, and inheritance requirements all pull in different directions. There isn’t a single Tier 5; there are a handful of paths, and the right one for you is a judgement call rather than a next rung.

Two worth covering here are multisig and inheritance planning. Others exist - DIY stateless signers like SeedSigner are worth knowing about for the more technically inclined - but in my experience, these are the two that matter most.

Path A: Multisig

A multisig wallet requires multiple keys (a quorum) to authorise a transaction - most commonly 2-of-3, but other configurations are possible. Each key can live on a different hardware wallet, in a different location, ideally from different manufacturers, or even in the care of a specialist collaborative-custody service. No single device or location is a point of failure.

ONLINE
laptop
unsigned transaction
signed by 2 of 3 keys
multisig (2-of-3)
OFFLINE = private keys

The tradeoff is that recovery becomes dramatically more complicated. A single-sig wallet needs one seed phrase to restore. A 2-of-3 multisig needs at least two of the three key records, plus the full wallet descriptor - the file that tells the software which keys belong together and how.

As such, multisig is not automatically safer than Tier 4 single-sig. For someone who isn’t patiently, methodically technical, it can introduce more risk than it removes. The people who most need the robustness that multisig provides - high holdings, meaningful threat models - are generally also the people best-placed to maintain the discipline it requires.

If you want to explore it, Sparrow supports native multisig with clear documentation; Unchained offers a collaborative-custody product where they hold one of the three keys as a recovery option; Casa offers a fully managed variant with various key-service tiers.

Path B: Inheritance and succession

This is the gap almost everyone ignores. If you die tomorrow, can your heirs access your bitcoin?

The security that protects your coins from attackers can also protect them from the people you love. A seed phrase etched onto steel in a safe deposit box is useless to a spouse who doesn’t know the box exists and doesn’t know there’s a passphrase on top of it. For your heirs, technical sophistication is a liability.

The first move doesn’t require multisig or a legal structure. It’s a clearly-written, physically-stored letter to one trusted person, explaining what you own, where the seed phrase lives, what the passphrase is and where it’s kept, and how to recover the funds. You can store this in a sealed envelope and leave it with a solicitor, in a safe deposit box, or in a home safe.

If you want to go further - multisig with one key held by a professional custodian, a trust structure, a dead-man’s-switch - the tooling exists. But the letter is the first move, and by far the most important one.

A closing note

The point of this guide isn’t to push you up to Tier 5. It’s to help you identify where you currently sit, understand what that tier does and doesn’t protect you against, and move up the ladder deliberately - when you’re ready, and with a clear sense of what the next rung adds and what it costs.

For most people, Tier 3 is genuinely excellent. A hardware wallet, a carefully-stored paper backup, a verified test restore, and a bit of discipline will put you ahead of the overwhelming majority of bitcoin holders. Tier 4 is worth reaching if you’re holding for the long term, or in meaningful amounts. Tier 5 is a judgement call.

The mistake to avoid is staying at Tier 0 or Tier 1 by default, while assuming - because you “own bitcoin” - that you’ve absorbed the security properties Bitcoin offers. The protocol is remarkable. You have to meet it halfway.

Thanks for reading. If this guide was useful, consider supporting my work: