MPC Is Necessary, Not Sufficient: The Institutional Custody Gaps It Doesn’t Cover

Key Takeaways

  • Multi-Party Computation (MPC) eliminates the single private key as a single point of failure. It is the established baseline for institutional digital asset operations, but it addresses only the cryptographic signing layer.
  • Cryptography does not govern intent. Major custody breaches frequently occur above the key-management layer—specifically within approval workflows, role-based access controls, transaction validation, and compliance screening.
  • Robust custody architecture is essential for platforms handling third-party funds at scale, including exchanges managing client balances, fintechs deploying embedded wallets, and institutional payment providers processing cross-border stablecoin flows.
  • Resilient institutional custody integrates MPC signing with policy-enforced governance, pre-execution screening (KYT/AML), segregated permissions, and automated audit logging.

 

Multi-party computation (MPC) wallet custody is where institutional asset control starts, not where it ends. Around the signing layer sit four more controls: role-based access, cold and hot wallet separation, real-time Know-Your-Transaction (KYT) screening, and auditable approval policies. The gaps MPC leaves open live in those layers, and businesses close them through institutional-grade infrastructure, such as a white-label MPC wallet, rather than through consumer apps or manual spreadsheets.

Why Custody Failures Extend Beyond Immediate Asset Loss

The direct loss is only the first bill. A custody incident also triggers forensic investigation, legal review, client communication, and in many cases regulatory scrutiny, all of which draw out time and specialist fees long after the transaction itself is settled.

The clearest recent example sits outside the wallet entirely. In February 2025, attackers stole approximately $1.46 billion from Bybit by manipulating how a signing interface displayed transaction details, so authorized signers approved a transfer to an attacker-controlled address believing it was routine. The keys were never broken and the signing scheme was never defeated. The FBI attributed the attack to North Korea’s TraderTraitor group, and it remains the largest crypto theft on record.

That is the shape of the problem this article is about. No smart contract exploit, no cryptographic break, and nothing MPC key-sharing on its own would have stopped, because the approval was technically valid. The failure sat in the layer around the wallet: what a signer could verify before approving, what policy could have blocked the destination, and what evidence existed afterward.

Across the industry, centralized platform and wallet compromises accounted for 88% of all crypto losses in the first quarter of 2025 alone, out of $3.4 billion stolen for the year. That is exactly the layer institutional-grade custody architecture has to cover.

 

Institutional MPC wallet dashboard showing multi-signature approval workflow.

Five Essential Governance Layers Surrounding MPC

MPC handles one thing well: it splits signing authority so no single key or person holds unilateral control. Five layers of institutional control close what it leaves open. Taken as a whole, the framework moves a transaction from initiation to settlement without a single point of failure, and each layer represents a control the wallet enforces automatically, not a policy a team has to remember to follow.

 

Layer Control Institutional Control Applied
1. Authorization Multi-signature approval requiring multiple parties before any transfer executes No single compromised key or employee can move funds unilaterally
2. Access Governance Role-based access controls that separate view, initiate, and approve rights by function Removes over-privileged accounts and unclear approval ownership
3. Compliance Screening Real-time KYT and KYC/AML checks applied before funds move Blocks transfers to sanctioned, fraudulent, or high-risk addresses before execution
4. Smart Routing Chain-specific validation, address whitelisting, and automated gas estimation Prevents misrouted transfers and funds stranded on the wrong network
5. Audit Readiness Immutable audit trails and documented, enforceable approval policy Produces regulator-ready proof of internal controls, not after-the-fact reconstruction

 

Treating these five layers as one connected institutional control system, rather than five separate tools bolted onto MPC, is what separates business-grade custody from a consumer app repurposed for company funds. The sections below unpack each layer in practice.

What Features Define an Institutional-Grade Crypto Wallet

A business wallet is a control system, not a digital vault. MPC secures the signing; these features govern custody, team access, audit readiness, and on-chain visibility around it.

 

Feature Why It Matters
Multi-Signature Authorization Prevents any single employee from moving assets unilaterally
Role-Based Access Controls Defines who can view, approve, or initiate transactions
Cold/Hot Wallet Split Keeps long-term holdings offline while hot wallets handle live transfers
Audit Trails Produces forensics-ready transaction records for regulators and finance teams
Blockchain Compatibility Supports Ethereum, BNB Chain, Bitcoin, Polygon, and other major networks

 

Platforms built for institutional use add wallet whitelisting, IP locking, address books, and automated policy enforcement on top of these baseline controls, which is what separates a business-grade wallet from a consumer app repurposed for company funds.

Why Institutional Custody Is a Risk Management Function, Not Just Security

Framing custody purely as a security purchase undersells what it does. Each control maps to a specific business risk, and the value shows up most clearly after something goes wrong. The table below compares what an incident typically costs a platform with and without institutional controls in place.

 

Cost Driver Without Institutional Controls With Institutional-Grade Infrastructure
Detection time Manual review, often after client complaints Real-time monitoring flags anomalies immediately
Forensic investigation External specialists reconstruct records from scratch Audit trails are already regulator-ready
Client communication Reactive, often delayed by unclear facts Faster, backed by a documented transaction history
Regulatory exposure Higher, with limited proof of internal controls Lower, supported by demonstrable approval policies
Repeat-incident risk Root cause often unaddressed Policy enforcement closes the gap that caused the loss

 

Institutional-grade custody also shortens settlement times and reduces the operational drag of manual approval chains, freeing capital to move faster. It is increasingly a revenue prerequisite, too. Institutional counterparties and enterprise clients now factor custody compliance into who they will work with at all, and platforms without it are excluded from deals before pricing ever comes up.

 

This is the overhead argument in practice. A platform is not just buying prevention. It is buying a shorter, cheaper, better-documented path through the incident it hopes never to have. Each of the controls below maps to a named business risk rather than a technical safeguard.

Risk Control
Funds sent to the wrong address Address book and whitelisting
Gas fee miscalculation Dynamic gas estimation
Unauthorized transfer by staff Multi-signature and approval policy enforcement
Compliance violation Real-time screening and KYC workflow
Repeat incidents Documented, auditable policy that closes the gap

 

Treated this way, custody infrastructure sits next to insurance, internal audit, and legal review as a standing risk control, evaluated on how much overhead it removes when something goes wrong, not only on whether it prevents the worst case.

Which Compliance and Governance Rules Have to Be Baked Into the Wallet?

MPC will faithfully sign a transaction to a sanctioned address. Cryptography has no opinion about who is on the other end, which is why compliance has to be enforced as a wallet-level rule rather than a downstream review. Compliance at the wallet layer means the check happens before signing, not after settlement. This is Layer 3 of the framework in action.

Implement before go-live:

  • KYC/AML verification to confirm counterparties before a transaction is approved
  • Time-lock delays on large or unusual transfers
  • Real-time blockchain screening to flag addresses tied to fraud, sanctions, or high-risk activity
  • Secondary approval policies so no transaction executes on a single signature

 

What Does It Mean for Compliance Rules to Be Baked In?

A baked-in rule is one the wallet will not let a signer override. The distinction matters because every control in the list above can also exist as a written policy that someone skips under deadline pressure. Enforced at the wallet layer, the rule becomes a condition of signing rather than a step in a checklist.

In practice, that means the policy engine, not the operator, decides whether a transaction can proceed:

  • Hard-coded thresholds: screening results block signing automatically, rather than surfacing a warning a signer can dismiss
  • Policy-enforced approvals: approval quorums, transfer limits, and time-locks are enforced by the wallet, not agreed informally between teams
  • Whitelist-only routing: outbound destinations are restricted to pre-verified addresses, so a manipulated interface has nowhere valid to send funds
  • Tamper-evident logging: every approval, rejection, and policy exception is logged immutably as it happens, not reconstructed later

 

This is the direct answer to the Bybit pattern. A signer deceived by a manipulated display still cannot move funds to an address the policy engine has never approved.

How Do Access Segmentation and Staff Training Close the Human Gap?

The same logic applies to the people operating the system. MPC distributes signing authority, but it cannot tell whether the person holding a share should have been given one, or whether they know what a manipulated approval screen looks like. This supports Layer 2, access governance.

Practical steps:

  • Train finance and operations staff on transaction security fundamentals
  • Run simulation exercises before real transfers, especially for new team members
  • Segment access by function, so finance, development, and audit teams each see only what their role requires

 

Enterprise wallet systems support this kind of department-level permissioning natively, which removes the need to manage access through spreadsheets or informal agreements.

Which Rules Are Now Mandatory Rather Than Optional?

In the United States, the GENIUS Act, signed into law in July 2025, now treats permitted stablecoin issuers as financial institutions under the Bank Secrecy Act, which brings formal AML and sanctions-screening obligations into stablecoin-linked transaction flows.

Platforms handling stablecoin settlement for clients should expect compliance screening to become a baseline requirement rather than an optional layer. Know-Your-Transaction (KYT) applies this kind of screening at the transaction level, before funds move rather than after.

How Smart Routing Prevents Wrong-Network Crypto Transfers

Platforms in this position are moving funds constantly: settling a client withdrawal to their own wallet, converting between chains for a B2B payment, or routing a stablecoin transfer across a lower-fee network. Every one of those transfers is a chance to send to the wrong chain, which is one of the most common and least forgivable mistakes in enterprise crypto. This is Layer 4 of the framework. Misrouting, such as sending USDT to a Bitcoin address or applying the wrong chain for gas, can make funds unrecoverable.

Reduce this risk with:

  • Pre-approved network presets for recurring counterparties
  • Chain-specific validation checks before a transfer confirms
  • Gas estimation logic applied automatically
  • Address whitelists that restrict outbound destinations

 

Wallet platforms built for this use case detect chain mismatches automatically and include monitoring and token standard validation as standard features.

Where Do Businesses Use Institutional-Grade Wallet Infrastructure?

The exchanges, fintechs, and payment platforms this article is written for put institutional-grade wallet infrastructure to work across a handful of recurring use cases:

  • B2B payments: Settling in USDT or other stablecoins over low-fee networks
  • Wallet apps: Embedding secure client wallets with built-in swap and staking
  • NFT marketplaces: Handling large-value transfers across users and chains
  • Investment funds: Managing multi-asset portfolios with full approval workflows and audit logs

 

Payment platforms and exchanges adopt this infrastructure for the same underlying reason: their security has to hold up on behalf of someone else’s funds, not just their own.

Treat MPC as the Floor, Not the Ceiling

Crypto transaction risk does not start with attackers, and it rarely starts with broken cryptography. It starts with how a business configures the systems and approvals that move client funds. The platforms that avoid nine-figure losses are rarely the ones with the most advanced threat detection.

They are the ones that removed single points of failure, enforced verification before the transaction rather than after it, segmented who can do what, and treated custody as an ongoing control rather than a one-time setup. MPC is a necessary part of that. A five-layer framework covering authorization, access, compliance, routing, and audit readiness is what makes it sufficient.

Ready to Secure Your Crypto Infrastructure?

Institutional asset management requires robust cryptographic foundations integrated with enterprise governance.

ChainUp’s white-label MPC custody solution provides multi-party signature protocols, granular role-based permissions, automated KYT/AML compliance screening, and custom approval workflows tailored for digital asset exchanges, fintechs, and payment institutions.

Contact ChainUp to schedule a technical consultation and evaluate our institutional custody solutions.

Frequently Asked Questions

What is a multi-signature crypto wallet?

A multi-signature (multi-sig) wallet requires approval from more than one authorized party before a transaction executes. It prevents a single compromised account or employee from moving funds unilaterally, and it forms Layer 1 of the secure crypto transaction framework above.

What makes a crypto wallet “institutional-grade”?

Institutional-grade wallets combine multi-signature authorization, role-based access control, cold and hot wallet separation, audit trails, and real-time compliance screening, built for teams managing client funds rather than individual holders.

How does wallet security reduce business risk, not just technical risk?

Wallet controls lower the odds of a loss and shorten the cost and duration of the response when one occurs, covering forensic investigation, client communication, and regulatory follow-up. That combination is why platforms increasingly treat wallet infrastructure as a risk management line item.

Why do exchanges and fintechs use white-label wallet infrastructure instead of building their own?

Building custody, compliance screening, and multi-chain support in-house takes significant engineering time and ongoing maintenance. White-label infrastructure lets a platform offer the same institutional-grade security to its clients without that build cost.

How does the GENIUS Act affect crypto transaction compliance?

The GENIUS Act, signed into US law in July 2025, treats permitted stablecoin issuers as financial institutions under the Bank Secrecy Act, requiring AML programs and sanctions screening. Platforms handling stablecoin transactions for clients should expect compliance screening obligations to extend further into transaction workflows as implementing rules take effect.

Is MPC enough on its own for institutional custody?

No. MPC removes the single private key as a point of failure, which is necessary but not sufficient. It does not screen destinations, enforce approval policy, segment internal access, or produce audit evidence, and those gaps are where most large institutional losses originate. MPC should be treated as the signing layer inside a broader control system.

Share this article :

Speak to our experts

Tell us what you're interested in

Select the solutions you'd like to explore further.

When are you looking to implement the above solution(s)?

Do you have an investment range in mind for the solution(s)?

Remarks

Advertising Billboard:

Subscribe to The Latest Industry Insights

Explore more

Ooi Sang Kuang

Chairman, Non-Executive Director

Mr. Ooi is the former Chairman of the Board of Directors of OCBC Bank, Singapore. He served as a Special Advisor in Bank Negara Malaysia and, prior to that, was the Deputy Governor and a Member of the Board of Directors.

ChainUp: Leading Provider of Digital Asset Exchange & Custody Solutions
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.