Skip to content
Back to articles

What is institutional crypto custody and how does it work?

Category: Articles

Institutional crypto custody covers the segregated accounts, multi-approver signing, and audited controls that let a fund, an exchange, or a corporate treasury hold digital assets under the same operational rigor applied to any other asset class. The distinction is not one of scale.

A large personal holding does not become institutional custody simply because the balance is large. It is a distinction of governance: who can initiate a transfer, who has to approve it, and what evidence exists afterward that the process was followed.

What is institutional crypto custody?

Institutional crypto custody is the safekeeping of the private keys that control digital assets, combined with the operational and compliance layer that regulated institutions require beyond that safekeeping: segregated client accounts, documented approval workflows, independent audits, and reporting that satisfies a fund's own auditors and regulators. A consumer wallet secures a key. Institutional custody secures a process. Institutional custody keeps each client's holdings in an account the custodian cannot use for its own trading or lending, recorded separately from every other client's position.

How does institutional custody work day to day?

A transfer request typically originates from an authorized user inside the institution. The custodian's system then routes that request through a policy engine that sets thresholds by transaction size, asset type, and destination address, and a request above a given threshold requires sign-off from more than one approver before it can move forward.

Segregation of duties matters here in a way it rarely does elsewhere in finance. One approver from operations, one from compliance, and one from senior management is a common pattern, and the person who configures the approval rules is usually kept separate from the people who use them day to day. This separation exists because a blockchain transaction is final once it settles, unlike a wire transfer that a bank can still recall before it clears. There is no clawback mechanism to fall back on if an approval step gets skipped.

Once a request clears its approval policy, the signing itself happens across the distributed infrastructure described in the next section, and the completed transaction is recorded to an audit trail that a fund's own auditors can review independently of the custodian.

The security stack: cold storage, MPC/multisig and HSMs

Institutional custody typically layers three controls rather than relying on one: cold storage keeps signing keys offline and away from any network connection, hardware security modules enforce that a key can never leave a certified physical boundary, and multi-party computation or multisignature schemes split signing authority so no single key ever authorizes a transfer alone.

Hardware security modules are typically evaluated against a formal standard rather than a vendor's own claims. The United States National Institute of Standards and Technology sets four increasing security levels for cryptographic modules under FIPS 140-3, ranging from basic production-grade equipment at Level 1 to tamper-resistant, identity-based authentication at Level 3 and above.

None of these controls substitutes for the others. Cold storage without multi-party signing still concentrates authority in whoever holds the offline device. Multi-party computation does not make a poorly generated key more secure after the fact, since splitting a weak key into shares still produces a more distributed weak secret. The strength of the stack comes from combining offline storage, hardware boundaries, and split signing authority, not from any one layer of it.

What should you look for in a custodian?

Four questions cover most of what actually differentiates providers: how the security architecture is built, what regulatory status the custodian holds, whether its operational features fit the institution's own workflow, and what independent assurance backs up its claims.

A custodian's regulatory status is only as strong as the jurisdiction that grants it, so which entity holds the license and under what regime carries more weight than a general claim of being regulated.

Compliance and assurance: audits, segregation and insurance

Independent assurance for institutional custody usually rests on three pillars: a SOC 1 report covering controls relevant to a client's own financial reporting, a SOC 2 report covering security and operational controls under the AICPA's Trust Services Criteria, and insurance that specifically covers digital assets in custody rather than a generic crime policy never underwritten for this risk.

SOC 1 and SOC 2 reports are both issued under American Institute of Certified Public Accountants standards, but they answer different questions. A SOC 1 report addresses controls relevant to a client's own financial reporting, the kind of assurance an external auditor typically requests.

A SOC 2 report addresses the custodian's security, availability, and processing-integrity controls under the AICPA's Trust Services Criteria. Type II versions of both cover a review period rather than a single point in time, which is the more meaningful test.

Legal segregation is a separate question from the audit itself. Client assets held in a genuinely segregated structure stay outside the custodian's own balance sheet and are protected from the custodian's creditors if the custodian fails, while assets pooled in an omnibus structure leave the client as an unsecured creditor.

The European Union's MiCA framework makes this explicit for crypto-asset service providers operating in the bloc: Article 75 requires a documented custody policy, a register of positions for each client, and safekeeping arrangements designed to minimize the risk of loss from fraud, cyber incidents, or negligence.

Operational fit: asset coverage, APIs, staking and reporting

Operational fit is a narrower question than security, and it is usually the one institutions discover too late. An API that supports event-driven connectivity to a trading, risk, or treasury system determines whether a custody integration takes weeks or months, and that is worth testing directly rather than taking on faith from a sales conversation.

Staking is the clearest example of why operational fit and security are not the same question. Holding a proof-of-stake asset in custody does not by itself expose an institution to slashing, the protocol penalty applied when a validator misbehaves or goes offline.

That risk only appears once the asset is delegated to a validator, so a custodian offering staking as a feature is really offering validator selection and monitoring on top of custody. The due diligence questions shift accordingly: which validators are used, what happens to a position during an unbonding period, and whether any slashing coverage exists and what it actually excludes.

Reporting closes the loop. Reconciliation between the custodian's records and an institution's own ledger, position reporting formatted for existing systems, and audit-ready transaction histories are what make custody usable for a regulated entity rather than merely secure for one.

What questions should you ask a provider?

A short list of direct questions surfaces most of what matters, and a provider unwilling to answer them plainly is itself an answer.

  • Which legal entity holds the assets, and under what regulatory status? The custody agreement should name the entity precisely, not the parent brand.
  • What do the SOC reports actually cover, and for what period? A Type I report tested at a single point in time is a far weaker claim than a Type II report tested over a review window.
  • How is signing authority split, and who can change the approval policy? The answer should name roles, not just the technology.
  • What does the insurance policy exclude, and is the coverage per client or shared across all clients on the platform? A large headline figure shared across every client covers less than it appears to.
  • How is a staked position handled during an unbonding period, and what slashing exposure remains? The custodian's answer should distinguish protocol-level risk from anything the custody agreement actually covers.

None of this resolves to a single best custodian because no such thing exists independent of what an institution is trying to protect against. The more useful question is not which custodian is safest in the abstract, but which failure modes a given setup removes, and which ones it concentrates instead.