Multi-Signature (Multi-Sig)
Definition
Multi-sig requires M of N designated key-holders to sign a transaction on-chain before it executes, enforced by smart contract logic.
Multi-signature (multi-sig) is an on-chain transaction approval mechanism that requires M signatures from a set of N authorised keys before a transaction can execute — a 3-of-5 configuration, for example, requires any three of five designated signers to approve. Multi-sig is enforced by smart contract logic on the blockchain, making it transparent and auditable but also chain-specific and gas-intensive. Gnosis Safe (now Safe) is the dominant multi-sig implementation on Ethereum and EVM-compatible chains. Unlike MPC, multi-sig leaves the key coordination protocol visible on-chain.
Multi-sig is the oldest and most widely understood mechanism for distributing transaction approval authority over blockchain assets. Its enforceability comes from the blockchain itself: the smart contract validates signatures on-chain and reverts the transaction if the threshold is not met. This transparency is both its strength and its operational constraint.
The 3-of-5 Treasury Pattern
A 3-of-5 multi-sig wallet is a common institutional treasury configuration. Five key-holders (e.g., CFO, treasury manager, two independent board members, and a cold-storage hardware key) each hold one signing key. Any three of the five must approve a transaction for it to execute. This setup survives the loss of up to two keys without freezing funds, and requires collusion among at least three parties to move funds unilaterally.
For stablecoin treasury operations, this pattern provides governance-level approval for large transfers while maintaining operational flexibility for routine movements using lower-value hot wallets with a separate 2-of-3 configuration.
On-Chain Enforcement: Gnosis Safe
Gnosis Safe (rebranded Safe) is the reference implementation for EVM multi-sig. A Safe is deployed as a smart contract with configurable threshold and owner set. Owners can be hardware wallets, software wallets, or other smart contracts. The Safe contract validates that the required number of owner signatures are present before executing any external transaction. Safe controls a significant share of institutional DeFi treasury assets on Ethereum and its L2s.
Multi-Sig vs. MPC
The practical distinction for payment operators:
Chain compatibility: Multi-sig requires native smart contract support on each chain. A Gnosis Safe on Ethereum does not protect assets on Solana or Tron. MPC is chain-agnostic.
On-chain cost and visibility: Every multi-sig approval requires an on-chain transaction, consuming gas and creating a public record. MPC signing happens off-chain; only the final single-signature transaction appears on-chain.
Policy flexibility: Changing a multi-sig quorum requires an on-chain transaction. MPC threshold policies can be updated without on-chain changes.
For multi-chain stablecoin operations spanning Ethereum, Tron, and Solana, MPC is operationally simpler. Multi-sig remains appropriate where on-chain auditability is a governance requirement or where EVM-only exposure is acceptable.
Related terms
MPC (Multi-Party Computation)
Multi-Party Computation (MPC) is a cryptographic technique in which a private ke...
Qualified Custodian
A qualified custodian is a regulated financial institution authorised to hold an...
Stablecoin
A stablecoin is a cryptocurrency designed to maintain a stable value by pegging ...
Tokenised Deposit
A tokenised deposit is a bank deposit represented as a digital token on a blockc...
Subscribers get the PSP Selection RFP Kit — 60+ structured questions, evaluation scorecard, and negotiation playbook — delivered to your inbox instantly.