Institutional DeFi Custody: How Funds Hold Assets That Touch Vaults

Before the yield, before the strategy, before the tax analysis, there is a more basic question every institution allocating to DeFi has to answer: who holds the keys, and how do you avoid losing them. In crypto, ownership is not a balance recorded by a bank. It is control of a private key. Whoever holds that key controls the asset, and if it is lost or stolen, the asset is gone, irreversibly.

That makes custody the foundation everything else rests on, and DeFi makes it harder than simply holding Bitcoin. A fund that buys a Bitcoin ETF never touches a key. A fund that allocates to a DeFi vault must hold keys that can sign onchain transactions to deposit, withdraw, and manage the position. The asset cannot sit in untouched cold storage and earn at the same time. Institutional DeFi custody is the discipline of solving that tension safely.

This guide covers why custody is the foundational question, how the main custody models actually work, the choice between self-custody and a qualified custodian, the specific problem DeFi creates, and how to diligence a custody setup. For the structures being held, our complete guide to DeFi vaults is the place to start.

Why Is Custody the Foundational Question in DeFi?

Custody matters because crypto ownership is binary and final. The private key is the asset. There is no bank to reverse a fraudulent transfer and no chargeback if funds leave the wallet. For an individual, losing a key means losing personal funds. For a fund, a custody failure can mean losing capital belonging to many investors, which brings fiduciary liability, legal disputes, and reputational damage that dwarfs the dollar loss.

The institutional threat is also broader than a stolen key. The more common failure mode is operational: the wrong person initiating the wrong transaction under the wrong conditions, whether through error, compromise, or a single point of authority that should never have existed. Seen this way, custody is a transaction-governance problem as much as a storage problem. The question is not only where the key lives, but who can move what, to where, and under what approvals.

DeFi sharpens both concerns. To earn vault yield, the custody system has to produce valid signatures for onchain transactions on a recurring basis. That means the keys cannot be permanently offline, and the system has to control not just access to the keys but the specific actions they are allowed to take. Holding the asset and using the asset become the same operational surface, which is what makes institutional DeFi custody more demanding than custody of a passive holding.

MPC, Multisig, and HSMs: How Institutional Custody Actually Works

No institution relies on a single private key, because a single key is a single point of failure. The institutional models all distribute control, and they do it in different ways.

Multisig, short for multi-signature, requires a threshold of independent keys to authorize a transaction, such as three of five designated signers. It uses native blockchain functionality, so the signing policy is verifiable onchain, which is why protocols and DAOs favor it; the Safe standard alone secures a very large share of onchain assets. The tradeoffs are operational and technical. Each chain implements multisig differently, key holders must be trained and succession-planned, and changes leave an onchain trail. Early implementation flaws were costly: the Parity wallet incidents saw roughly $30 million stolen in one case and around $300 million frozen in another.

Multi-party computation, or MPC, takes a different approach. It splits the signing process across multiple parties so the full private key is never assembled in one place, and a threshold of those shares produces a valid signature. MPC works the same way across chains, supports refreshing key shares and changing signers without an onchain migration, and scales to large wallet sets, which is why it became the dominant institutional infrastructure. Regulators recognized it as a valid self-custody model as early as 2019.

Underneath both, hardware security modules store key material in tamper-resistant devices certified to standards such as FIPS 140-2 Level 3, and MPC shares are often kept inside HSMs for added protection. Most institutions also split holdings by temperature: the large majority sits in cold storage, kept offline, while a smaller operational balance lives in hot wallets for day-to-day activity. In practice, serious setups combine these tools rather than relying on any one of them.

Choosing between MPC and multisig often comes down to what a fund values most. Multisig puts the signing policy onchain, where anyone can verify it, which suits teams that want transparency and composability with onchain governance. MPC keeps the policy off-chain but gains flexibility, cross-chain consistency, and easier recovery, which suits high-velocity, multi-chain operations. For active DeFi, many institutions favor MPC paired with a policy layer, while still using an onchain multisig such as Safe for treasury holdings where verifiability matters more than speed. The two are not mutually exclusive, and a thoughtful setup uses each where it fits.

Self-Custody vs Qualified Custodian: Which Does a Fund Need?

The first structural decision is whether the fund controls its own keys or hands that responsibility to a regulated custodian.

Self-custody means the organization holds the keys itself using MPC or multisig infrastructure. It offers sovereignty and the operational flexibility that active DeFi participation needs, since the fund can transact on its own terms. The cost is that the fund owns the entire security and operational burden, which is substantial and easy to underestimate.

A qualified custodian is a regulated financial institution, a bank, trust company, or broker-dealer, that meets specific legal standards to hold client assets. In the United States, registered investment advisers must generally use one under the SEC's custody rule, so for many funds this is a legal requirement rather than a preference. The benefits extend past security: qualified custodians carry fidelity bonds and errors-and-omissions insurance, segregate client assets from their own, produce independent audit reports, and are subject to regulatory examination. Asset segregation matters most in insolvency, where commingled funds at unregulated entities were exactly what made the FTX collapse so damaging.

The provider field has matured. Anchorage Digital holds a federal bank charter, BitGo, Coinbase, and Fidelity operate regulated trust custody, Fireblocks added a chartered qualified-custody arm, and Komainu custodies tokenized funds. The right answer depends on entity type, asset size, and how actively the fund will use DeFi, and many institutions combine approaches, holding reserves with a qualified custodian while running an operational allocation through their own infrastructure. The regulatory dimension of that choice sits alongside the broader compliance picture for US hedge funds.

The rules differ by jurisdiction, and a global fund has to map custody to each regime it touches. The United States works through OCC bank charters, state trust charters, and the SEC custody rule. Europe's MiCA framework brings its own authorization regime, with a mid-2026 deadline that has custodians racing to qualify. Singapore licenses custodians under its Payment Services Act, Hong Kong through its virtual-asset regime, and the UAE through Dubai and Abu Dhabi frameworks. The specifics vary, but the common thread is a move toward licensed, examined, insured custody, which steadily narrows the gap between holding crypto and holding any other regulated asset.

The DeFi-Specific Problem: Custody That Can Still Transact

Here is the tension at the center of institutional DeFi custody. Cold storage is the safest way to hold an asset, but an asset in cold storage cannot interact with a vault. DeFi yield requires keys that are online enough to sign transactions, which is precisely the condition cold storage exists to avoid. Resolving that without creating a single point of catastrophic failure is the real work.

The answer is transaction governance layered on top of secure signing. Modern custody platforms run a policy engine that defines who can do what, under which conditions, and through which approval path. The policy layer turns the wallet into a transaction-governance system rather than a simple key store. For DeFi specifically, that means contract allowlists that restrict interaction to approved vaults, spending limits, approval quorums, time locks, and transaction simulation that checks what a transaction will actually do before it is signed. With those controls, a fund can use a set of vetted vaults while ensuring no single operator can send funds to an unapproved address.

This is why DeFi-focused custody has become its own category, with platforms purpose-built for real-time policy guardrails and fast approval flows. The structural pattern most institutions land on is tiered: long-term reserves held cold or with a qualified custodian, and a defined operational allocation in policy-governed MPC wallets with vault allowlists, sized to what the strategy needs. That structure fits naturally into a broader onchain treasury framework, and it is part of the groundwork covered in preparing for a first DeFi vault allocation.

A single vault deposit shows how the controls work together. An operator proposes depositing into an approved vault. The policy engine checks the destination against the contract allowlist, confirms the amount sits within the spending limit, and may simulate the transaction to verify it does what it claims. The request then routes to the required approvers, and only once their threshold signs does the MPC infrastructure produce a valid signature and broadcast it. At no point did any one person hold the power to send funds somewhere unapproved, and every step left an auditable record. That is the difference between a wallet and a custody system: the same deposit that would be one click for an individual is a governed, logged, multi-party process for an institution.

How Should an Allocator Diligence Custody?

Custody diligence reduces to a concrete checklist, and the answers should be readily available from any serious counterparty.

Does the setup use a qualified custodian where the fund's structure requires one? Is signing handled by MPC or multisig backed by HSMs certified to a recognized standard? Does the provider hold a current SOC 2 Type II report? Are client assets segregated so they are protected in an insolvency? Do the insurance limits actually correspond to the assets held, since a large book against a small crime policy is thin protection? For DeFi, is there a policy engine with contract allowlisting, approval quorums, and transaction simulation? And are recovery, succession, multi-chain support, and exportable audit logs all accounted for?

The deeper point is to match the custody model to the situation. A passive holding and an active DeFi mandate have different needs, a registered adviser and an unregulated fund face different requirements, and a small allocation and a large one justify different infrastructure. Custody belongs in diligence next to the strategy itself, the same way our 10-question framework for picking a vault treats it as part of the whole evaluation rather than an afterthought.

Conclusion

Custody is the unglamorous foundation that every DeFi allocation rests on. Get it wrong and the quality of the yield, the strategy, and the structure stops mattering, because the assets are gone or frozen. Institutional DeFi custody is two disciplines at once: securing the keys, and governing what those keys are allowed to do, since the same keys that earn yield could, without controls, send everything to the wrong place.

Settle custody before chasing returns, match the model to your entity and your activity, and treat the policy controls as seriously as the key security. Platforms like Lucidly Finance are built to fit institutional custody requirements, working with qualified custody and policy-governed access so capital can reach onchain yield without loosening the controls that keep it safe.

@Lucidly Labs Limited, 2026. All Rights Reserved

LucidlY

@Lucidly Labs Limited, 2026. All Rights Reserved

LucidlY

@Lucidly Labs Limited, 2026. All Rights Reserved

LucidlY

@Lucidly Labs Limited, 2026. All Rights Reserved

LucidlY