Glossary · Custody & Security
Multi-Party Computation (MPC)
Also: MPC, MPC custody, threshold signatures
Published
Multi-Party Computation (MPC) — Multi-party computation (MPC) is a cryptographic technique in which a private key is generated and held as separate shares by multiple parties or devices, and a transaction is signed jointly without any party ever assembling the full key. In digital asset custody it removes the single point of failure that a complete private key represents.
How Signing Works
A threshold signature scheme sets a rule such as two of three or three of five: that many shares must participate to produce a valid signature. Each participant computes with its own share and exchanges intermediate values with the others; the output is an ordinary signature that the blockchain verifies like any other. No participant learns another's share, and the full key never exists in one place, in memory or on disk.
Why Institutions Use MPC
A single private key is a single point of failure: whoever holds it can move the funds, and losing it loses the funds. MPC distributes signing authority across people, devices, and locations, so that theft or loss of one share does not compromise the asset. Because the signature is standard, MPC works on chains that have no native multisignature support and produces transactions that look like any other, with no on-chain fee premium or visible policy.
MPC in an Operational Program
Cryptography supplies the mechanism; policy supplies the control. Institutional custody wraps MPC in approval workflows, address allow-lists, transaction limits, and monitoring, and it tiers storage from warm wallets used for settlement to cold storage where shares are kept offline. Independent audits and penetration tests verify that the implementation matches the design.
Sources
- Multi-Party Threshold Cryptography — National Institute of Standards and Technology