Multi-Signature Contracts
Web3 / smart contracts
Multi-signature contracts are smart contracts that require cryptographic authorization from multiple independent parties before executing sensitive operations, distributing approval power across several signatories. Rather than relying on a single private key holder whose compromise could be catastrophic, these contracts demand that a threshold number of parties (often M-of-N, such as 3-of-5) sign off on critical actions. This architectural pattern significantly increases operational security by preventing individual key loss or insider threats from enabling unauthorized transfers or parameter changes. Multi-sig contracts are foundational to managing treasuries, upgrading protocols, and safeguarding protocol governance in decentralized systems. Example: Gnosis Safe is a widely-adopted multi-signature wallet contract that secures billions in assets across Ethereum and other chains, requiring multiple signatories to approve transactions like fund transfers or contract upgrades. Why it matters for smart contracts: Multi-signatures distribute trust across several parties, making it cryptographically infeasible for a single compromised key to authorize critical operations, and are essential for securing protocol treasuries and governance.
Explore the full Web3 Glossary — 2,062+ expert-curated definitions. Need guidance? Talk to our consultants.