Secure Multi-Party Computation (SMPC or MPC) is a cryptographic technique enabling multiple parties to jointly compute a function over their private inputs without any party revealing their individual input to others. In cryptocurrency, SMPC is revolutionising institutional key management, enabling new forms of privacy-preserving DeFi, and powering next-generation custody solutions.
THE CORE CONCEPT
Classic cryptography secures individual secrets. MPC takes a different approach: what if a secret never existed as a single whole? Instead, the secret is split into mathematical "shares" distributed among multiple parties. Computations can be performed on these shares collectively, yielding the correct result without any participant possessing enough information to reconstruct the secret alone.
SMPC IN CRYPTOCURRENCY CUSTODY: THRESHOLD SIGNATURES
Traditional multi-sig wallets (2-of-3, 3-of-5) require multiple separate key holders to each sign a transaction independently. This is visible in on-chain multi-sig transactions look different from standard transactions. MPC threshold signatures (TSS — Threshold Signature Schemes) achieve the same security with a single on-chain signature: The private key is never generated as a single entity. Instead, key shares are created and distributed among N parties. To sign a transaction, M-of-N parties collaborate in a cryptographic protocol that produces a single valid signature without any party's key share being exposed to others. The result: the same security as multi-sig with better privacy (looks like a regular transaction) and without the smart contract overhead.
INSTITUTIONAL ADOPTION
Major institutional custody providers have adopted MPC-based key management: Fireblocks: Processes $4+ trillion in digital asset transfers using MPC. Coinbase Custody Prime, BitGo, Copper, Curv: All use MPC for institutional key security. Banks entering crypto custody (BNY Mellon, Standard Chartered) prefer MPC over traditional hardware security modules for flexibility and resilience.