Multi-signature Wallet
A multi-signature (multisig) wallet is a security configuration that requires more than one private key to authorize a single transaction. Instead of a single owner controlling the funds, the wallet is programmed to require a threshold of signatories (e.g., 2-out-of-3) to move assets. This significantly enhances security and operational integrity, as it eliminates single points of failure, mitigates the risk of insider theft, and provides a framework for collaborative or institutional fund management.Definition
A multi-signature (multisig) wallet is a security configuration that requires more than one private key to authorize a single transaction. Instead of a single owner controlling the funds, the wallet is programmed to require a threshold of signatories (e.g., 2-out-of-3) to move assets. This significantly enhances security and operational integrity, as it eliminates single points of failure, mitigates the risk of insider theft, and provides a framework for collaborative or institutional fund management.Simple explanation
Imagine a bank vault that needs three keys to open, but only two people are required to insert their key at the same time to gain access. A multisig wallet is like this; it requires several different people or devices to ‘sign off’ on a transaction before the money can actually move.Why it matters
Multisig wallets are fundamental to institutional-grade security. They protect against lost individual keys and provide a necessary layer of governance for businesses or decentralized organizations (DAOs).How it works
When a transaction is initiated, the wallet creates a multi-sig smart contract or script address. The transaction remains pending until the required number of unique private keys have provided a cryptographic signature. Once the threshold is met, the transaction is valid and the network processes the transfer of funds.Real-world example
Gnosis Safe is the industry-standard multisig wallet used by DAOs and protocols to manage treasury assets.Advantages
- Eliminates single points of failure
- Ideal for corporate or DAO asset management
- Prevents unauthorized transactions from a single compromise
Limitations
- Requires coordination between multiple parties
- Technically more complex to set up
- Higher transaction fees due to more data
Common misconceptions
- Some think multisig is only for groups, but individuals use it to store keys in different locations. Users often believe it makes a wallet ‘unhackable’, but it only adds layers of required authorization.
Related knowledge
- Governance — term
- Security — term
- Smart Contract — term
- Threshold Signature — term
Canonical knowledge ID:
glossary:multi-signature-wallet