Safety, Tax & Regulation

Self-Custody: Your Keys, Your Coins

What it really means to hold your own crypto, and the responsibility it carries.

Self-custody means holding your own private keys rather than trusting a third party to hold them for you. When you control the keys, you control the coins — and when you do not, you are really just holding an IOU.

This distinction sounds simple, but it carries real weight. Understanding it will change how you think about every wallet, exchange, and app you ever use.

What “not your keys” actually means

When you deposit crypto onto an exchange, the coins move to a wallet that the exchange controls. Your account shows a balance, but what you really own is a promise from that company to give you your coins back when you ask. This is similar to how a bank works: the dollars in your account are the bank’s liability, not physical bills in a vault with your name on them.

For most traditional finance this arrangement is fine, because banks are regulated, insured, and backed by legal systems designed to protect depositors. Cryptocurrency exchanges, depending on jurisdiction, may offer far fewer of those protections.

When an exchange is hacked, mismanaged, or collapses, customers holding balances on that platform can lose funds — sometimes with no legal recourse and no insurance. This has happened repeatedly throughout crypto’s history. The phrase “not your keys, not your coins” exists precisely because these events are not hypothetical.

Self-custody removes that counterparty risk. If you hold the private keys, no exchange failure, account freeze, or corporate bankruptcy can take your assets.

How private keys and addresses work

Every crypto wallet rests on a pair of cryptographic keys: a private key that you keep secret, and a public key (and derived address) that you share freely. Your address is where others send funds. Your private key is what lets you authorize spending those funds.

Cryptographic hashing and digital signatures ensure that only someone with the private key can produce a valid signature to move coins — the network rejects everything else. There is no password-reset link, no support ticket, no recovery email. If the private key is gone, the coins are inaccessible, permanently.

The seed phrase is the key

In practice, you rarely handle a raw private key. Modern wallets derive all of your keys from a single seed phrase (also called a recovery phrase or mnemonic) — a list of 12 or 24 ordinary words generated when the wallet is first set up. Anyone who has those words can reconstruct your private keys on any compatible wallet.

A seed phrase is not a username or a password. It is not a hint. It is the master key to your entire wallet. Treat it with the same seriousness you would treat the deed to your house.

For a full guide to storing seed phrases safely, see Seed Phrases and Backups.

Types of self-custody wallets

Not all self-custody wallets carry the same risk profile. The core tradeoff is between convenience and exposure to the internet.

Wallet typeConnected to internet?Best used for
Software wallet (mobile / desktop)Yes — “hot”Day-to-day spending, small amounts
Hardware walletNo — “cold”Long-term storage, larger holdings
Paper walletNo — “cold”Long-term archival (less practical today)

A hot wallet keeps keys on a device that is online. It is convenient but exposed to malware, phishing, and browser exploits. A cold wallet — typically a hardware device like a USB-style signing device — keeps keys offline and only connects briefly when you need to sign a transaction. Learn more in Hot vs. Cold Wallets.

For most people, a reasonable approach is to keep only a small working amount in a software wallet and store larger holdings on a hardware wallet.

The responsibilities that come with self-custody

Self-custody is a genuine transfer of responsibility. When you remove a custodian from the picture, you absorb all of the duties that custodian was handling. That includes:

Backup and disaster recovery. Your seed phrase must be stored somewhere safe, durable, and accessible only to you (and perhaps trusted family members). A seed phrase on a sticky note next to your computer, or in a screenshot in your phone’s camera roll, is not safe. Most people write it on paper and store it in two physically separate, secure locations.

Device security. The device running your wallet should be free of malware. This means using trusted hardware, keeping software updated, and being cautious about what you install. A compromised device can expose keys even if you never share them intentionally.

Phishing awareness. Many people lose funds not because cryptography was broken, but because they were tricked into entering their seed phrase on a fake website or into a fake wallet app. Your seed phrase should never be typed into any website, app, or chat — ever. See Common Crypto Scams for the patterns attackers use.

Inheritance and access planning. Unlike a bank account, there is no legal process for a beneficiary to recover a wallet after death without prior planning. If you have significant holdings, consider how a trusted person could access them if something happened to you — without that person having unsupervised access right now.

When self-custody makes less sense

Self-custody is not right for every situation or every person. If you are new to crypto, putting large amounts into self-custody before you fully understand seed phrase management creates real risk. A beginner who loses a seed phrase has no recourse; at least on a regulated exchange, customer support exists.

A practical approach is to start small: practice with a modest amount in a self-custody wallet, get comfortable with the mechanics of sending and receiving, confirm you understand your backup, and then gradually move larger holdings off exchanges as your confidence grows.

Self-custody also adds friction. Accessing funds requires physical access to your device or hardware wallet. For traders who need to move funds quickly, keeping some amount on a reputable exchange is a reasonable operational choice — with the understanding that exchange balance is a custodial position, not true ownership.

Key takeaways

  • Self-custody means you hold the private keys; no third party can freeze, lose, or run away with your funds.
  • The tradeoff is that you absorb full responsibility for security, backup, and recovery — there is no customer support for a lost seed phrase.
  • Your seed phrase generates all your keys; anyone who has it controls your wallet.
  • Hot wallets (internet-connected) are convenient but carry more risk; cold wallets (offline hardware) are safer for larger amounts.
  • Start small, practice the mechanics, and expand self-custody as your understanding grows.
  • Never enter your seed phrase into any website, app, or form — this is the single most common way people lose funds to theft.

Next up: Seed Phrases and Backups