Multi-party computation (MPC) custody is changing more than how institutions secure digital assets. It is changing how they prove ownership, demonstrate control, and satisfy auditors. For banks, exchanges, and corporate treasury teams managing digital asset portfolios, the audit and reporting implications of MPC are now as important as the security benefits. MPC eliminates the single private key as a control point, which solves a security problem but simultaneously creates a new set of governance and attestation questions that institutions must answer. The good news: modern MPC architectures are increasingly designed with auditability as a first-class requirement, not an afterthought.
TL;DR
- MPC custody removes single points of failure, but also removes the traditional "key equals control" audit shortcut that financial institutions have relied on.
- Institutions must now demonstrate control through policy governance, signing logs, and access records rather than simple key possession.
- Distributed signing authority aligns well with segregation of duties requirements but demands more mature audit tooling.
- MPC-based platforms with embedded policy engines and real-time transaction logs can make digital asset reporting more reliable, not harder.
- Regulatory frameworks in 2026 are beginning to formally recognize MPC as a qualifying custody standard for digital asset management at enterprise scale.
About the Author This article draws on Cregis's nine years of operational experience providing MPC-based custody infrastructure to over 3,500 institutional clients across 50+ countries, including banks, exchanges, and payment service providers who operate under formal audit and compliance obligations.
Why Does MPC Custody Create New Audit Challenges?
The audit challenge at the center of this discussion is not that MPC is insecure. It is that MPC is structurally different from every custody model auditors built their checklists around. Traditional custody relied on a simple axiom: whoever holds the private key controls the asset. Auditors could verify custody by confirming key possession. MPC breaks that axiom in the best possible way, distributing signing authority across multiple parties so no single entity holds a complete key at any moment [1].
That distribution is the security strength. But from an audit perspective, it means the familiar "show me the key" test no longer works. Instead, auditors must answer a more complex question: can the institution demonstrate that it retains effective control over assets even when no single key exists?
The specific audit gaps MPC creates include:
- Proving which parties participated in a given signing event and when
- Demonstrating that the policy governing who can approve transactions is enforced, not just documented
- Generating evidence that key shards are stored in environments that meet security standards without exposing the shards themselves
- Reconciling on-chain transaction records with internal approval workflows in a way external auditors can follow [7]
How Does MPC Signing Actually Support Segregation of Duties?
Building on the control question above, the harder question for financial reporting teams is whether MPC custody strengthens or complicates segregation of duties requirements. The answer is that it strengthens them when implemented correctly [4].
Segregation of duties in traditional finance means no single employee can initiate, approve, and execute a transaction alone. MPC's M-of-N threshold signing model maps directly onto that principle. An institution can configure, for example, a 2-of-3 signing structure where a transaction requires approval from the initiating operator, a risk officer, and a senior treasury manager before execution [3].
"When the signing threshold is enforced at the cryptographic layer, not just the application layer, approval controls become structurally impossible to bypass rather than merely policy-dependent."
This distinction matters enormously for both internal audit teams and external regulators. Policy rules enforced in software can be changed by administrators. Controls enforced through cryptographic thresholds cannot be circumvented by a single actor, regardless of their access level.
What Does a Compliant MPC Audit Trail Actually Look Like?
Stepping back from the governance layer, a separate concern is what auditors actually receive as evidence. The audit trail in a well-architected MPC system includes several distinct record types:
| Record Type | What It Captures | Audit Relevance |
|---|---|---|
| Signing event log | Which key shards participated, timestamp, policy rule triggered | Proves effective control and approval authority |
| Policy configuration history | Changes to approval thresholds, authorized signers, spending limits | Demonstrates governance over custody controls |
| On-chain transaction hash | Immutable record of asset movement on the blockchain | Provides independent third-party verification |
| HSM access records | Tamper-evident log of hardware security module interactions | Supports hardware-level security attestation |
| KYT screening records | Real-time AML checks against counterparties | Satisfies compliance screening obligations |
The challenge for most institutions is that these records exist across multiple systems. The signing log lives in the custody platform, the on-chain record is public, the KYT output comes from a third-party screening tool. Producing a coherent audit package means reconciling all three layers consistently [5].
How Are Digital Asset Custody Banks Adapting Their Reporting Frameworks in 2026?
A related but distinct question is how digital asset custody banks and regulated financial institutions are updating their internal financial reporting to accommodate MPC-held assets. The short answer is that the industry is still converging on standards, but several practices are gaining traction [8].
Key adaptations underway in 2026 include:
- Asset classification by custody model. Institutions are distinguishing between self-custody (MPC), qualified third-party custody, and exchange-held assets in their balance sheet disclosures.
- Control attestation frameworks. Rather than proving key possession, institutions now document the governance structure: who holds which shard, under what conditions, in what hardware environment [2].
- SOC 2 Type II as a reporting anchor. Auditors increasingly request SOC 2 Type II reports from custody providers as evidence that operational controls have functioned consistently over time, not just at a point in time.
- Real-time reconciliation tooling. Finance teams are adopting wallet-level reporting dashboards that pull on-chain data and match it to internal ledger entries automatically, reducing manual reconciliation risk.
For enterprise digital asset management teams at scale, the institutions managing the transition most smoothly are those that selected custody infrastructure with reporting built in from the start, rather than trying to retrofit audit tooling onto systems designed purely for security.
What Should Institutions Look for in MPC Custody Platforms to Satisfy Auditors?
Not all MPC implementations are equally auditable. When evaluating custody infrastructure for reporting and compliance purposes, institutions should prioritize the following [2][6]:
- Immutable, timestamped signing logs that cannot be altered after the fact
- Policy engine with audit history that records every change to approval rules, not just current configuration
- Hardware attestation from FIPS 140-compatible HSMs that provides tamper-evident evidence of secure key shard storage
- Integrated AML screening with exportable records for each transaction, not a separate manual process
- Multi-certification coverage including SOC 2 Type II and ISO 27001 as minimum standards for institutional-grade providers
- Segregated asset containers that prevent co-mingling across clients or internal departments, simplifying balance sheet allocation
For institutions evaluating custody infrastructure, the Trust Layer must integrate HSM, trusted execution environments (TEE), and MPC into a unified architecture with transparent signing records. A "Sign What You See" transparency layer gives institutions a verifiable record of exactly what was approved at every signing event. Combined with SOC 2 Type II, ISO 27001, and PCI DSS certifications, this structure is designed to satisfy the operational evidence requirements that external auditors now require from institutional digital asset management platforms.
Frequently Asked Questions
- Does MPC custody satisfy the definition of "control" for accounting purposes?
In most jurisdictions, control of a digital asset requires demonstrating the ability to direct the asset's use and prevent others from doing so. MPC custody can satisfy this where institutions document that they hold sufficient key shards to unilaterally meet the signing threshold, or that no transaction can execute without their approval. The specific documentation required varies by auditor and jurisdiction.
- What certifications should a custody provider hold for institutional financial reporting?
SOC 2 Type II is the most widely requested by auditors because it covers operational controls over time. ISO 27001 addresses information security management. PCI DSS is relevant where payment flows are involved. Providers holding all three give audit teams the broadest coverage [2].
- How does MPC handle the audit trail when a transaction requires multiple approvers across different time zones?
Well-designed MPC platforms log each shard participation event independently, with timestamps, regardless of geographic location. The final signing event consolidates these into a single record tied to the on-chain transaction hash, providing a complete approval timeline [4].
- Is MPC the current industry standard for digital asset custody banks?
MPC has become the prevailing technical standard for institutional custody, though implementations vary significantly in their governance frameworks and auditability [1][7]. The security properties are broadly accepted; the audit tooling around those properties is still maturing.
- How does a policy engine improve financial reporting for digital assets?
A policy engine converts risk rules into automated controls over deposits, withdrawals, and fund movements. Because every transaction passes through documented, versioned rules before execution, the resulting log is inherently structured for reporting. Finance teams can export rule-triggered decisions alongside transaction records, which simplifies reconciliation.
- Can MPC custody support multiple internal departments with separate reporting requirements?
Yes, where the custody platform supports segregated asset containers or account models. This allows treasury, payments, and institutional settlement functions to hold assets separately, with independent logs and balance records, while sharing the underlying infrastructure.
- What is the difference between SOC 2 Type I and Type II for custody providers?
SOC 2 Type I confirms that controls are designed appropriately at a single point in time. SOC 2 Type II confirms that those controls operated effectively over a defined period, typically six to twelve months. Auditors generally require Type II because it provides evidence of consistent operational performance, not just design intent.
About Cregis
Cregis is the Trust Layer, foundational infrastructure for the digital asset economy. As an enterprise-grade MPC-based custody platform serving over 3,500 institutional clients across 50+ countries, including banks, exchanges, payment service providers, and corporate treasury teams, Cregis is built on three core pillars: Secure. Efficient. Compliant. The platform provides MPC-based custody, wallet infrastructure, stablecoin payment rails, and embedded compliance tools designed to meet institutional audit and governance standards. With nine years of operational track record, Cregis delivers custody infrastructure that institutions can depend on and report on with confidence. Cregis holds SOC 2 Type II, ISO 27001, and PCI DSS certifications, and its Trust Vault Security Framework integrates HSM, TEE, and MPC to provide the auditable custody infrastructure that regulated institutions require.
Ready to build custody infrastructure your auditors can work with?
Speak with Cregis about how our MPC-based platform supports institutional-grade audit trails, policy governance, and financial reporting. Visit www.cregis.com to learn more or request a consultation.
References
- 2026 Institutional Custody Architecture: Why MPC Alone Is Not Enough – ChainUp: Leading Provider of Digital Asset Exchange & Custody Solutions (www.chainup.com)
- Evaluating Crypto Custody Firms: Institutional Guide 2025 (www.cobo.com)
- Custody of Cryptocurrency Assets: From Technical Risk to Institutional Architecture (www.mmerge.io)
- How Multi-Party Computation Secures Digital Assets | BitGo (www.bitgo.com)
- Institutional Digital Asset Custody | Chainlink (chain.link)
- Institutional Digital Asset Custody Platform | Ripple (ripple.com)
- Digital Asset Custody for Crypto Exchanges: How It Works and What to Look For (www.liminalcustody.com)
- The future of digital asset custody: Building trust at scale | State Street (www.statestreet.com)

