Skip to content
BHC-R-2026-04Custody and Control
Research / Educational

The Custody Control PlaneA Reference Architecture for Institutional Key Management

Why institutional custody holds or fails at the control plane that decides who can authorize what, under which policy, with which keys, and how to design key generation, signing, recovery, and the key ceremony as a governed, auditable system rather than a purchased product.

Document
BHC-R-2026-04
Published
Reading time
21 min read
Prepared by
BlockHedge Capital Research

Executive summary

00Executive summary
Key takeaways
  1. Custody is decided at the control plane, the layer that determines who can authorize a transaction, under which policy, using which keys. The keys themselves are the smaller part of the problem.

  2. Possession of a key is not the same as control of an asset. Real control is the authorization policy around the key: the approvals required, the limits applied, and the conditions enforced before a signature is ever produced.

  3. The signing technology, whether multi party computation or on ledger multisignature, sits below the policy. It matters, but choosing it first is choosing a tool before defining the job.

  4. Recovery is the layer most often left undesigned, and the consequences are unique to this asset class. A lost or compromised key can be irreversible in a way a conventional record error is not, so the recovery path must be engineered before it is needed.

  5. The key ceremony, the high consequence process by which keys are generated and authority is established, is a governed event with witnesses, scripts, and records, not an afternoon task for one engineer.

  6. Institutions should design and own the control plane as a versioned, auditable system, then select providers to operate parts of it. Evaluating custody on the brand of a provider rather than the design of the control plane is the common and expensive mistake.

Core thesis

Custody in digital asset markets is usually discussed as a question of where the keys are kept. Hardware modules, cold storage, a provider's vault. That framing is not wrong, only incomplete. It treats custody as a storage problem, when the harder question is who is allowed to move the assets, and under what conditions.

The decisive layer in any serious custody arrangement is the one that decides whether a transaction may happen at all. Who must approve it. What limits apply. What conditions must hold. Which keys may be used and under what circumstances. This layer sits above the keys and governs them. We call it the control plane, borrowing a term from systems engineering, because that is exactly what it is: the part of the system that makes decisions about what the rest of the system is allowed to do.

This report sets out a reference architecture for institutional custody built around the control plane. The argument is that custody holds or fails here, in the policy and governance around the keys, far more than in the cryptographic storage of the keys themselves. Storing a key securely is a solved problem with mature tools. Deciding correctly, every time, whether a given transaction is authorized, and being able to prove afterward that the decision was made properly, is the work that separates defensible custody from custody that merely looks secure. The institutions that understand this design the control plane deliberately and keep ownership of it. The rest buy a vault and assume the hard part came in the box.

Keys are not the same as control

A private key authorizes transactions. Whoever can produce a valid signature with it can move the asset. This is why custody is often reduced to key protection: guard the key and you guard the asset. The reduction misses what actually goes wrong.

Consider two arrangements. In the first, a single key is held in excellent hardware, deeply protected, and any party who can invoke that hardware can move the entire balance with one signature. In the second, the authority to sign is split so that no single party can produce a signature alone, every transaction above a threshold requires named approvers, and limits and conditions are checked before any signing occurs. The first arrangement has superb key storage and almost no control. The second may use ordinary storage and have excellent control. The asset in the second is far safer, because safety came from the authorization design, not the vault.

The distinction matters because of how it fails in practice. Possession of a key confers the technical ability to sign. Control of an asset is the policy that governs when a signature may be produced and by whom. The two are routinely conflated, and the conflation is where institutions get hurt. An insider with legitimate access to a well protected key can drain an account if no policy stands between access and signing. A compromised credential becomes a catastrophe or a non event depending entirely on whether authority was concentrated or distributed. The question to ask of any custody arrangement is not only where the keys are, but what has to be true, and who has to agree, before those keys produce a signature. That question is about the control plane, and the answer is the actual measure of custody.

The control plane

The control plane has distinct layers, and a serious arrangement designs each one explicitly. The map below names them, the decision each encodes, and the way each tends to fail. As elsewhere in this work, the failure column is the instructive one.

Fig. 01The custody control plane, by layer
Structure map

Key generation

  • Decision

    How keys come into existence, with what entropy, in what environment, witnessed by whom.

  • Encodes

    The root of trust for everything above it. A flaw here is unfixable later.

  • Where it breaks

    Generation in an unverified environment, unwitnessed, with no record that it was done correctly.

Key storage and signing

  • Decision

    Where signing authority lives and how a signature is technically produced.

  • Encodes

    The mechanism, multi party computation or on ledger multisignature, and its trust topology.

  • Where it breaks

    Technology chosen before the policy it must serve is defined.

Authorization policy

  • Decision

    Who must approve a transaction, under what limits and conditions, before any signing occurs.

  • Encodes

    Actual control. This is where custody is won or lost.

  • Where it breaks

    Policy that is informal, unenforced, or bypassable under time pressure.

Recovery

  • Decision

    What happens when a key is lost, compromised, or an authorized party is unavailable.

  • Encodes

    Whether an incident is survivable or terminal.

  • Where it breaks

    Left undesigned until the incident, when no safe path exists to build one.

The key ceremony

  • Decision

    The governed event that generates keys and establishes authority, with witnesses and records.

  • Encodes

    The provenance the whole arrangement rests on.

  • Where it breaks

    Treated as a technical task rather than a controlled, evidenced procedure.

A reference architecture, not a vendor stack. A provider may operate several layers, but the institution remains accountable for how each is designed and governed.

The layers form a stack with the same property as the others in this series: weakness low down surfaces as failure higher up. A flawed key generation undermines every control built above it. An undesigned recovery path turns a manageable incident into a loss. The authorization policy in the middle is where most of the real protection lives, and it is the layer that purchased solutions are least able to supply, because it encodes how a specific institution governs itself.

Authorization is the product

If custody has a product, it is the authorization policy. This is the set of rules that stand between a request to move an asset and the production of a signature that moves it. Everything else serves this layer.

A well designed policy answers a series of concrete questions for every kind of transaction the institution makes. How many approvers are required, and who are they. Are different approvers needed for different sizes, destinations, or asset types. What limits apply per transaction, per day, per counterparty. Are there destinations that are pre approved and destinations that require additional sign off. What conditions, time windows, address allow lists, velocity limits, must hold before a signature is even attempted. The answers encode how the institution actually wants to operate, and they are specific to it. No two serious institutions have identical policies, because no two have identical governance, risk appetite, and operational shape.

The policy must also be enforced rather than merely documented. A rule that says two approvers are required is worthless if one person can produce a signature alone when the second is unavailable and the trade is urgent. The defining test of an authorization policy is whether it holds under pressure, when someone has a good reason to bypass it. Enforcement means the system itself refuses to produce a signature unless the policy is satisfied, so that bypassing it is not a matter of discipline but a technical impossibility. This is why the policy and the signing technology are related but distinct. The technology provides the means to require multiple parties. The policy decides what to require, and the enforcement makes the requirement real.

Finally, the policy is not static. Approvers join and leave. Limits change as the institution grows. New asset types and new counterparties arrive. The policy therefore needs to be versioned and governed like any other critical configuration, with changes authorized, recorded, and reversible, so that the institution can always answer what the policy was at any point in time and who changed it. A custody arrangement whose authorization policy is a living, governed, enforced system has real protection. One whose policy is a paragraph in a runbook is relying on everyone behaving well on a bad day.

Signing technology in its place

Beneath the authorization policy sits the signing technology, the mechanism that actually produces a signature once the policy is satisfied. Two families dominate institutional use. Multi party computation splits a key into shares held by different parties, who jointly compute a signature without any one of them ever holding the whole key. On ledger multisignature uses the ledger's own logic to require signatures from several distinct keys before a transaction is valid. Both achieve the goal of ensuring no single party can sign alone. They achieve it differently, with different trust assumptions, different recovery characteristics, and different visibility on the ledger.

The point this report makes about signing technology is one of order. The technology should be chosen to serve the authorization policy, not the other way around. An institution that selects a signing mechanism first, and then discovers what policies it can express, has let the tool define the job. An institution that defines the authorization policy it needs, and then selects the signing technology that expresses that policy most cleanly against its threat model, has used the tool correctly. The mechanism is important and the choice has real consequences, but it is a choice made in service of the control plane above it.

The detailed comparison of these mechanisms, where they genuinely differ in trust and failure topology and how to choose between them against a specific adversary, is a subject in its own right and is treated separately in a dedicated report. For the architecture described here, the essential discipline is to keep signing in its place: a layer that implements decisions made above it, selected against requirements, not a starting point that quietly constrains everything else.

Recovery and irreversibility

Recovery is the layer institutions most often leave for later, and it is the layer where this asset class is least forgiving. In conventional finance, most errors are reversible. A wrong entry is corrected, a mistaken transfer is clawed back, a lost credential is reissued. On a ledger, a transfer that has reached finality is irreversible by design, and a key that is genuinely lost may take the assets it controlled with it. The properties that make the ledger trustworthy as a record make it unforgiving as an environment for mistakes.

This changes what recovery has to mean. It cannot be a process improvised after an incident, because by then the safe options may be gone. It has to be an engineered capability, designed and tested before it is needed, covering the situations that actually arise. A key is lost and a position must be moved to new keys without exposing it. A signer is unavailable, through illness, departure, or worse, and transactions must still proceed under a degraded but safe quorum. A key is suspected of compromise and authority must be rotated quickly and cleanly. An entire signing arrangement must be migrated, perhaps because a provider is being changed. Each of these is foreseeable, and each requires a designed path that maintains control throughout the transition rather than opening a window in which the assets are exposed.

The tension in recovery design is that the mechanisms which make recovery possible can themselves become attack surfaces. A recovery path that lets a quorum of parties restore access is also a path an attacker would target. A backup of key material is also a copy that could be stolen. Designing recovery well means making it possible to survive the foreseeable incidents without creating a new, softer way to lose the assets. Because that is hard, it should be designed deliberately and tested under realistic conditions, rather than discovered to be absent on the day it is needed. The institutions that treat recovery as a first class layer of the control plane survive their incidents. The ones that treat it as a contingency to be worked out later sometimes do not get the chance.

The key ceremony

The key ceremony is the high consequence event in which keys are generated and the authority structure around them is established. It deserves its own treatment because everything in the control plane traces back to it. If keys are generated improperly, in an unverified environment, with weak entropy, or in a way that leaves the material exposed, no policy built afterward can fully repair the flaw. The ceremony is the provenance of the entire arrangement.

A serious ceremony is a governed procedure, not a technical task. It runs to a documented script that specifies every step in advance. It happens in a controlled environment whose integrity has been verified. It involves named participants in defined roles, and independent witnesses who can attest that the script was followed. It produces a complete record of what was done, by whom, with what equipment, so that the institution can later demonstrate that the root of its custody was established correctly. The formality exists to produce that evidence, not to perform ceremony for its own sake. The institution needs to be able to prove, to itself, to auditors, and potentially to a court, that the keys protecting its assets were generated and the authority over them established in a controlled, witnessed, recorded way.

The contrast with how this is sometimes actually done is stark. Keys generated on an engineer's laptop, in an afternoon, with no witnesses and no record, protect a great deal of value on a foundation no one can later vouch for. The asset class makes this especially dangerous, because the consequences of a compromised root are irreversible. Treating the ceremony as the controlled, evidenced event it should be is among the highest leverage decisions in the whole architecture, and among the cheapest to get right relative to the cost of getting it wrong.

Buying custody and operating it

Most institutions will not build every layer of the control plane themselves. They will use providers, qualified custodians, technology vendors, and specialized operators, for parts of it. This is sensible. The mistake is to believe that buying custody from a provider transfers the responsibility for the control plane along with the work.

A provider can operate key storage, run the signing technology, and even administer parts of the authorization policy. What a provider cannot do is decide how the institution should govern itself. The authorization policy encodes the institution's own approvals, limits, and conditions, and only the institution knows what those should be. The recovery design has to fit the institution's people and structure. The accountability for the whole arrangement remains with the institution, because it is the institution's assets and the institution's regulators who will ask the questions. Evaluating custody by the reputation of a provider, without examining how the control plane is actually designed and who is accountable for each layer, is the common error this report exists to counter.

The more useful posture is to design and own the control plane as an architecture, then decide which layers to operate internally and which to delegate, with clear accountability for each either way. Qualified custody arrangements, where a regulated custodian holds assets under a defined legal and regulatory standard, address part of this by placing a supervised, accountable party at the center, and for many institutions that is the right anchor. Even then, the institution should understand the control plane it is buying into, because a qualified custodian operating a poorly designed control plane is still operating a poorly designed control plane. A provider's reputation buys reassurance. Only the architecture beneath it protects the assets.

Key risks and constraints

Key risks and constraints
8 domains
  • Authority concentration

    Where a single party can produce a signature alone, excellent key storage provides little protection. Concentrated authority is the dominant custody risk and the one storage cannot solve.

  • Policy bypass

    An authorization policy that is documented but not technically enforced will be bypassed under time pressure. The test of a policy is whether it holds when someone has a good reason to break it.

  • Irreversibility

    A lost or compromised key can be terminal in a way conventional errors are not. Recovery that is not engineered in advance may have no safe options once an incident occurs.

  • Recovery as attack surface

    The mechanisms that make recovery possible can themselves be targeted. A recovery path is also a path an attacker would use, and must be designed to survive that scrutiny.

  • Ceremony provenance

    Keys generated without a controlled, witnessed, recorded ceremony rest on a root no one can later vouch for. The flaw is unfixable after the fact and irreversible in consequence.

  • Signer availability

    Approvers fall ill, leave, or become unreachable. A policy with no safe degraded quorum either halts operations or invites an unsafe workaround when a signer is unavailable.

  • Provider dependence

    Delegating operation of a layer does not delegate accountability for it. A provider cannot decide how an institution governs itself, and the institution answers for the control plane regardless of who runs it.

  • Change governance

    Authorization policy and signer membership change over time. Without versioned, authorized, recorded changes, the institution cannot establish what the policy was at any past moment or who altered it.

Operating implications

CTOs and heads of digital asset operations

  • Design the authorization policy before selecting signing technology. Define the approvals, limits, and conditions you need, then choose the mechanism that expresses them against your threat model.
  • Make the policy enforced, not advisory. The system should refuse to sign unless the policy is satisfied, so bypassing it is impossible rather than merely discouraged.
  • Engineer recovery in advance and test it. Run the scenarios of lost keys, unavailable signers, and suspected compromise before they happen, and confirm a safe path exists for each.

Security architects

  • Treat key generation as a governed ceremony with a script, a verified environment, named roles, witnesses, and a complete record. The root of trust deserves the most formality, not the least.
  • Map the recovery mechanisms as attack surfaces and design them to survive being targeted. A recovery path that an attacker can exploit is a vulnerability wearing a helpful label.
  • Version and govern the authorization policy and signer set like critical configuration, with authorized, recorded, reversible changes and a full history.

Risk and audit teams

  • Evaluate custody on the control plane, not the provider brand. Ask how authority is distributed, how policy is enforced, how recovery works, and how the ceremony was conducted.
  • Require evidence, not assurances. The ceremony record, the policy version history, and the recovery test results are the artifacts that demonstrate custody is sound.
  • Confirm accountability for each layer, especially those operated by a provider. Delegated operation with undefined accountability is a gap the institution will own when it matters.

Institutions selecting a custodian

  • Use qualified custody as an anchor where it fits, but understand the control plane you are buying into rather than treating the regulatory status as the whole answer.
  • Insist on the ability to express your own authorization policy. A custodian that cannot encode your approvals, limits, and conditions is offering storage, not control.
  • Plan for migration from the outset. The ability to move signing arrangements safely, including away from a provider, is part of the control plane and should be designed before it is needed.

Glossary

Control plane
The layer of a custody arrangement that decides whether a transaction may proceed: who must authorize it, under what policy, using which keys.
Authorization policy
The set of enforced rules, approvals, limits, and conditions that must be satisfied before a signature is produced.
Private key
The secret that authorizes transactions for an address. Possession allows signing, which is why control over its use matters more than its storage alone.
Multi party computation (MPC)
A signing technique in which a key is split into shares held by different parties who jointly compute a signature without any one holding the whole key.
Multisignature
An arrangement requiring signatures from several distinct keys before a transaction is valid, enforced by the ledger's own logic.
Quorum
The minimum set of approvers or key shares required to authorize a transaction under the policy.
Key ceremony
The governed, witnessed, recorded event in which keys are generated and the authority structure around them is established.
Recovery
The engineered capability to restore safe control after a key is lost, compromised, or a signer becomes unavailable, designed before it is needed.
Qualified custody
An arrangement in which a regulated custodian holds assets under a defined legal and regulatory standard.
Root of trust
The foundational element, here the correctly conducted key generation, on which the integrity of the whole arrangement depends.

Research notes & further reading

Citation slots below mark claims and context that require source verification before this document is treated as externally citable. They are placeholders by design. This library does not assert sourced facts without sources.

  1. Regulatory standards for qualified custody of digital assets and the obligations they place on custodians.

    Citation pending[Citation needed: applicable custody rules in the relevant jurisdiction]

  2. Technical literature on multi party computation and threshold signatures as applied to institutional key management.

    Citation pending[Citation needed: peer-reviewed or standards-body MPC and threshold-signature references]

  3. Industry guidance on key ceremony conduct, witnessing, and evidentiary standards.

    Citation pending[Citation needed: established key-ceremony and key-management guidance]

  4. Operational risk frameworks for digital asset custody, including segregation and access controls.

    Citation pending[Citation needed: recognized operational-risk and controls frameworks for custody]

For adjacent BlockHedge work, see Custody Architecture in Digital Asset Markets and Operational Controls for Digital Asset Custody for the surrounding custody analysis, and Tokenization: The Institutional Primer for where custody sits in the wider stack.

Contact

BlockHedge studies the market structure, custody architecture, and operating models behind tokenized capital markets. If your team is researching the same questions, we should talk.