What is self-custody?

Holding crypto in a wallet where you alone control the private keys, rather than on an exchange.

Not yet verifiedHow we verify

3 min read

In this entry

Holding crypto in a wallet where you alone control the private keys, rather than on an exchange.

Self-custody removes exchange counterparty risk but makes you solely responsible for security and recovery. Contrast with custodial. The phrase turns up in three places a buyer will meet: exchange withdrawal screens, wallet marketing, and regulatory notices that distinguish hosted from unhosted wallets.

The thing people get wrong is picturing the wallet as a container. Coins never leave the chain. A self-custody wallet holds keys and signs messages, and the balance you see is the wallet reading the ledger on your behalf. Losing the phone does not lose the coins; losing the recovery words does.

How it works

A self-custody wallet generates a random secret and encodes it as a recovery phrase under BIP-39, the standard that defines the word lists and the checksum in the final word (source: BIP-39). Standard wallets stretch that secret into a tree of key pairs under BIP-32 and lay out the branches for each coin and account under BIP-44, which is why the same twelve or twenty-four words restore the same addresses in a different wallet app.

To spend, the wallet builds a transaction and signs it with the relevant private key. The network checks the signature against the public key, never against you. There is no account, no password reset, and no support desk with authority over the balance.

Where the key material sits is the security decision. A hot wallet keeps it on an internet-connected device. A hardware wallet keeps it on a separate chip that signs without exposing the key. A cold wallet never touches an online device at all.

Example

Illustrative figures. You buy $500 of Bitcoin on an exchange charging a 0.40% taker fee. The fee is $500 × 0.004 = $2.00, so $498 of Bitcoin lands in the account. You then withdraw to your own wallet. If the exchange charges a flat 0.0002 BTC withdrawal fee and Bitcoin trades at $50,000, that withdrawal costs $10.00. Your all-in cost to reach self-custody is $12.00 on $500, or 2.4%. Buying $5,000 in one go instead of ten $500 buys would have paid that flat withdrawal fee once rather than ten times.

Why it matters when you buy

Withdrawal fees are flat per transaction on most venues, so the cost of moving to your own wallet falls as a share of the purchase as the purchase grows. Compare what each venue charges on the fee comparison and check the withdrawal terms on the exchange pages before you fund an account. If an exchange will not let you withdraw the asset you want, custody is not really a choice you have there.

Questions

Do I need a hardware wallet to self-custody?

No. A software wallet with a written-down recovery phrase is self-custody. A hardware wallet raises the bar by keeping the key off a general-purpose computer, which matters more as the balance grows.

Can an exchange freeze coins I hold myself?

It cannot move or freeze what is in your own wallet. It can refuse the withdrawal that would get the coins there, which is why the withdrawal terms matter before you deposit rather than after.

Is self-custody taxable?

Moving coins between wallets you control is generally not a disposal in most jurisdictions, though it can complicate basis tracking across accounts. See taxable event and the rules for your jurisdiction on the tax pages.

Guides that use this term

  • Buying Crypto With PayPal, Apple Pay, and Google Pay

    Apple Pay and Google Pay are wrappers around a card you already hold, so on an exchange they are priced and treated exactly like a card deposit, while PayPal is a separate funding method with its own availability and its own fees, and all three settle instantly and then sit under a withdrawal hold.

  • Crypto Estate Planning: Making Sure Your Coins Aren't Lost With You

    Passing on cryptocurrency requires two things that an ordinary will does not provide on its own, a record of what exists and where, and a route by which the person inheriting it can reach the keys, because no court order can recover a seed phrase nobody wrote down.

  • What to Do When an Exchange Freezes Withdrawals

    When withdrawals stop, the first job is working out which of four things is happening: a routine hold on a recent deposit, a compliance review of your account, a temporary pause on one asset or network, or a venue-wide halt, because only the last one is an emergency and the first is usually documented on the exchange's own fee page.

  • What Happens If You Lose Your Seed Phrase

    If you lose the seed phrase for a self-custody wallet and no other copy exists, the funds stay visible on the blockchain and become permanently unspendable, because nobody, including the wallet maker, holds a second copy of the key or any authority to reset it.

  • Multisig Wallets for Families and Small Businesses

    A multisig wallet requires several separate keys to approve a transaction, usually two of three, which means one lost or stolen key does not lose or expose the funds, and that property is what makes it worth the extra setup for family savings and small business treasuries.