Custody

Custody in crypto is the secure storage and management of private keys or assets, handled either by the user (self-custody) or a third party.

custody glossary banner image

What is Custody?

Our previous article on Private KeysPrivate KeysPrivate keys are secret cryptographic codes that give users full control over their crypto assets and are used to sign and authorize transactions.Keep learning closed with a phrase that's become something of an informal motto in the CryptocurrencyCryptocurrencyCryptocurrency, often called “crypto,” is a form of digital currency that uses cryptography (advanced math and code) to keep it secure.Keep learning community: "not your keys, not your coins." This article picks that thread up properly and examines it as its own topic; custody: the question of who actually controls the private keys behind any given holding of cryptocurrency, the spectrum of options available for answering that question, and the genuine trade-offs involved at every point along that spectrum.

It's a topic that sits slightly apart from the purely technical concepts covered elsewhere in this series, since custody decisions blend CryptographyCryptographyCryptography is the science of securing information using mathematical techniques to protect data, ensure privacy, and verify authenticity.Keep learning, personal risk tolerance, Crypto RegulationsCrypto RegulationsCrypto regulations are government rules and legal frameworks that govern the use, trading, taxation, and compliance of cryptocurrencies and related services.Keep learning, and increasingly, institutional finance. But it may also be the single most consequential, practical decision anyone holding cryptocurrency actually makes; arguably more consequential, day to day, than understanding any of the underlying Blockchain consensus mechanismsBlockchain consensus mechanismsA consensus mechanism is a method for validating transactions and securing a blockchain without relying on a central authority.Keep learning this series has covered.

Self-Custody vs. Custodial Holdings

At the broadest level, every approach to holding cryptocurrency falls into one of two categories.

Self-custody means you, personally, hold and control the private keys, using the methods covered in our previous article; a hot Crypto WalletsCrypto WalletsA crypto wallet doesn’t store coins like a piggy bank. Instead, it keeps keys that let you access your crypto on the blockchain.Keep learning, a hardware wallet, a paper wallet, or a multisig arrangement. Nobody else has the ability to move your funds, freeze your account, or restrict your access, but correspondingly, nobody else is available to help if a key is lost, stolen, or compromised.

Custodial holdings, by contrast, mean a third party; typically a CEXs (Centralized Exchanges)CEXs (Centralized Exchanges)Centralized exchanges (CEXs) are platforms run by companies that facilitate crypto Crypto TradingCrypto TradingCrypto trading is the buying and selling of cryptocurrencies to profit from price movements in the market.Keep learning by acting as intermediaries between buyers and sellers.Keep learning, but increasingly also dedicated institutional custody providers; holds the private keys on your behalf. You interact with your holdings through an account, username, and password, much like a traditional bank account, and the custodian handles the underlying cryptographic complexity entirely behind the scenes.

Neither option is universally "correct"; each represents a different point along a genuine trade-off between convenience, Blockchain SecurityBlockchain SecurityBlockchain security is the protection of blockchain networks and assets against attacks, fraud, and vulnerabilities using cryptography and consensus mechanisms.Keep learning, and control, and the right choice often depends heavily on the amount involved, the holder's technical comfort level, and how frequently the funds need to be accessed or traded.

Why Custodial Solutions Exist at All

It's worth taking a moment to appreciate why custodial services became so widespread in the first place, given everything this series has covered about the strength and appeal of self-custody.

Self-custody, as detailed in our previous article, places the entire burden of security squarely on the individual: generating a private key with genuinely strong randomness, backing it up reliably, protecting it from theft and from accidental loss, and; for anyone actively trading; managing this process repeatedly across potentially many transactions. For newcomers, or for anyone trading frequently, this overhead can be genuinely substantial, and the irreversible nature of a single mistake (a lost Seed phrasesSeed phrasesSeed phrases are a set of words that back up and restore a crypto wallet, giving full access to its funds if the private keys are lost.Keep learning, a phishing attack, a corrupted backup) is, for many people, simply too high-stakes a risk to manage entirely alone.

Custodial exchanges solve this by reintroducing a familiar, traditional-finance experience: forgotten passwords can be reset, suspicious activity can sometimes be flagged or reversed, and customer support exists to help when something goes wrong; all of which comes at the direct cost of reintroducing the very central point of trust and potential failure that DecentralizationDecentralizationDecentralization is the distribution of control and decision-making across a network instead of a single central authority.Keep learning, as explored throughout this series, was originally designed to remove.

The Risks of Custodial Holdings

This trade-off isn't merely theoretical. The cryptocurrency industry has seen several large-scale custodial failures, where funds held on behalf of customers were lost, frozen, or misappropriated; sometimes through external hacking, and sometimes through the custodian's own mismanagement or fraud. These episodes have become genuinely instructive case studies precisely because they illustrate, concretely, the risks that "not your keys, not your coins" warns against: when a third party holds your private keys, your access to your own funds is only ever as reliable as that third party's solvency, security practices, and honesty.

This doesn't mean custodial services are inherently unsafe; many are operated with serious, sophisticated security practices, discussed further below; but it does mean the risk profile is fundamentally different from self-custody. A self-custody failure is typically the result of an individual's own mistake; a custodial failure can result in losses for thousands of customers simultaneously, through no individual mistake of their own at all.

Proof of Reserves

In response to exactly this concern, many custodial exchanges and institutions now publish what's known as a Proof of Reserves; a cryptographic demonstration, built directly on the HashingHashingHashing is the process of converting data into a fixed-length code using a cryptographic function, ensuring data integrity and security.Keep learning concepts covered in our hashing article, that the exchange genuinely holds enough cryptocurrency to cover its customers' total account balances.

The mechanism typically works by combining customer balances into a Merkle tree (the same structure explained in our hashing article), publishing the resulting Merkle root, and allowing individual customers to verify that their specific balance was genuinely included in that total, without needing to expose any other customer's balance information in the process; a direct, practical application of the Merkle proof concept introduced earlier in this series. The exchange typically also publishes the on-chain wallet addresses it claims to control, allowing independent observers to verify, using a public block explorer, that those wallets genuinely hold the claimed amount of cryptocurrency.

It's worth being precise about what Proof of Reserves does and doesn't actually prove: a well-executed audit can credibly demonstrate that an exchange's assets meet or exceed its customer liabilities at the specific moment the audit was taken. It typically cannot, on its own, prove that the exchange has no other significant debts or liabilities elsewhere that might still threaten its solvency; making it a genuinely useful, but not complete, layer of transparency. Several independent platforms, including Nansen's Proof of Reserves tracker and CryptoQuant's exchange reserves dashboard, aggregate and monitor publicly verifiable exchange holdings over time, offering a useful, ongoing way to track this kind of transparency rather than relying on a single point-in-time audit alone.

Institutional Custody: A Growing Middle Ground

As cryptocurrency has attracted increasing interest from larger institutional investors; hedge funds, asset managers, and corporations holding cryptocurrency on their balance sheets; a distinct category of institutional custody providers has emerged, occupying something of a middle ground between a retail exchange account and pure individual self-custody.

Firms such as Coinbase Custody, Fireblocks, and BitGo specialize specifically in securing very large holdings on behalf of institutional clients, typically employing security practices well beyond what an individual could reasonably replicate alone: geographically distributed, physically secured hardware; rigorous internal approval processes requiring multiple authorized individuals to sign off on any transaction; comprehensive insurance coverage against theft; and dedicated regulatory compliance specifically structured to satisfy the institutional client's own legal and fiduciary obligations.

A particularly significant technical innovation in this space is Multi-Party Computation (MPC) custody. Rather than a single private key existing anywhere as one complete, vulnerable unit; even in the multisig arrangement described in our previous article, where multiple complete keys exist independently; MPC custody mathematically splits a private key's signing capability across multiple independent parties, such that a valid transaction signature can be generated through a cooperative computation involving several parties, without any single party ever holding, or even briefly reconstructing, the complete private key at any point. This represents a meaningfully different (and in some respects more robust) security model than the multisig approach discussed previously, since there's no moment, anywhere in the process, where the complete key exists in one place to be stolen.

Regulatory Considerations

Custody also increasingly intersects with regulation, particularly for institutional and professional holders. In several jurisdictions, regulated financial entities; investment advisors and certain fund managers among them; are subject to specific rules governing how client assets, including cryptocurrency, must be held and safeguarded, often requiring the use of a "qualified custodian" meeting defined regulatory standards. This is an evolving area, and the specific requirements vary meaningfully by jurisdiction and continue to develop as regulators work to adapt existing financial custody frameworks to cryptocurrency's particular technical characteristics. Readers with specific regulatory or compliance questions around custody should consult a qualified legal or financial professional, since the details here carry genuine legal weight and shift over time.

A Practical Framework for Thinking About Custody

Rather than treating this as a binary choice, it's more useful to think of custody as a spectrum, with different points suited to different needs:

  • Pure self-custody (hardware wallet or paper wallet); maximum control and security against third-party failure, at the cost of full personal responsibility for key management, best suited to long-term holdings the owner doesn't need to access frequently.
  • Self-custody with multisig or MPC; meaningfully reduces single-point-of-failure risk while retaining full independence from any third party, at the cost of added setup complexity.
  • Reputable custodial exchange or institutional custodian; convenience, recoverability, and professional-grade security practices, at the cost of trusting a third party's solvency and integrity, best suited to actively traded funds or holdings where the owner's own key-management risk is judged to outweigh counterparty risk.
  • Hybrid approaches; many experienced holders split funds across multiple methods entirely, keeping actively traded funds on a reputable exchange while moving longer-term holdings into self-custody, deliberately diversifying away from any single point of failure altogether.

Bringing It Together

Custody is, ultimately, the practical question that sits directly downstream of everything this series has covered about private keys, decentralization, and self-sovereignty: once you actually hold cryptocurrency, who is responsible for keeping it safe? To summarize:

  • Self-custody gives the holder complete control and complete responsibility; custodial holdings trade some of that control for convenience and recoverability
  • Custodial failures; through hacking, mismanagement, or fraud; have repeatedly demonstrated the real-world risk behind "not your keys, not your coins"
  • Proof of Reserves, built on the Merkle tree structure covered in our hashing article, offers meaningful but incomplete transparency into a custodian's solvency
  • Institutional custody providers and techniques like Multi-Party Computation offer increasingly sophisticated middle-ground solutions for securing large holdings without relying on a single private key or a single party alone
  • The right custody approach genuinely depends on individual circumstances; there is no single correct answer that applies equally to every holder or every amount

Taken together with the previous two articles, the cryptographic foundation of this series; hashing, private keys, and now custody; comes full circle: the technology can make funds mathematically secure against forgery and tampering, but it cannot, on its own, decide who should be trusted to hold the keys. That remains a genuinely human decision, with genuinely human trade-offs, regardless of how strong the underlying cryptography happens to be.

Recap

Custody in crypto determines who controls the private keys that grant access to digital assets. With custodial services, a company holds the keys on your behalf, offering convenience and recovery options but requiring trust in the institution.

With non-custodial wallets, you control your own keys, giving you full ownership and censorship resistance, but also full responsibility if something goes wrong.

Tag System

The tags found in our glossary are there to help you better understand presented definitions. They showcase how certain concepts integrate and interact within the ecosystem.

Rectangular tags signal a concept related to BlockchainBlockchainThink of blockchain as a public notebook that everyone owns a copy of. Whatever gets written in it is permanent and visible to all.Keep learning as a technology. Whereas rounded tags represent CryptocurrencyCryptocurrencyCryptocurrency, often called “crypto,” is a form of digital currency that uses cryptography (advanced math and code) to keep it secure.Keep learning in more of a financial aspect. You’ll also see rectangular dashed tags for Web3Web3Web3 is the idea of a decentralized internet powered by blockchain.Keep learning and  rounded dashed tags for DeFiDeFiDeFi stands for Decentralized Finance. It refers to a collection of applications and platforms built on blockchain that allow people to transact without banks.Keep learning specifically.

Learn more about the relationship between all the tags and their respective concept with our Free Interactive Courses.

FAQ

Technically, you own a claim to the crypto, but the exchange controls the private keys. This means they have the final authority over moving or freezing the funds. True ownership in crypto comes from controlling the keys yourself.

Not necessarily. Non-custodial wallets offer maximum control, but they require strong security habits. For beginners or for small amounts, custodial services may be more practical. Many users combine both approaches.

If assets are not properly segregated or insured, users may lose access to their funds. This has happened before in crypto history, which is why custodial risk is taken seriously.

Yes. Because they control the keys, custodians can freeze withdrawals, comply with government orders, or restrict accounts based on internal policies.

Hardware wallets are non-custodial. They store your private keys offline and ensure only you can authorize transactions, as long as you control the seed phrase.

Multisignature custody requires multiple private keys to approve a transaction. It’s often used by teams, DAOs, or security-conscious individuals to reduce single points of failure.

In non-custodial setups, no. There is no recovery authority. In custodial systems, recovery may be possible depending on the platform’s policies.

A balanced approach is common: keep small, active balances on custodial platforms for convenience, and store larger or long-term holdings in non-custodial wallets you control.

More Crypto fundamentals

altcoin season glossary cover image

Altcoin season

Altcoin season is a market phase when alternative cryptocurrencies outperform Bitcoin, often seeing rapid price increases.

Keep learning
bitcoin glossary cover image

Bitcoin

Bitcoin is a decentralized digital currency that enables secure peer-to-peer transactions without relying on a central authority.

Keep learning
airdrop glossary cover image

Airdrops

Airdrops are free distributions of cryptocurrency tokens to wallets, often used to promote projects, reward users, or encourage adoption.

Keep learning