Multisig (Multi-Signature)

DeFi

Multisig, short for multi-signature, is a security setup where more than one private key is required to authorize a transaction.

Multisig, short for multi-signature, is a security setup where more than one private key is required to authorize a transaction. Instead of one person holding one key that alone can move funds, a multisig arrangement might require, for example, 2 out of 3 designated keys to sign off before any transaction goes through — or 3 out of 5, or whatever threshold the setup specifies. No single person can act unilaterally; a minimum number of authorized parties must cooperate to approve any movement of funds.

This design has powerful applications for both security and governance. For individuals, multisig protects against a single point of failure: if one of your devices is stolen or compromised, the attacker still cannot move your funds because they only have one of the required keys. For organizations — like a DAO treasury, a company’s crypto reserves, or a crypto fund — multisig ensures that one rogue employee or a single compromised account cannot drain the funds alone. Major decisions require consensus among multiple keyholders.

Setting up multisig adds complexity, and it introduces its own risks: if too many keyholders lose their keys simultaneously, access to the funds can be permanently lost. Multisig wallets also tend to have higher transaction fees because they require larger amounts of data to record all the signatures. Despite these tradeoffs, multisig is widely regarded as a best practice for securing any significant amount of cryptocurrency, and most professional crypto operations use it for their treasuries.

Example: Think of multisig like a bank vault that requires two separate employees to be present simultaneously to open it — each one has a different key, and both keys must turn at the same time. No single employee can access the vault alone, which protects against both external theft and internal fraud. A multisig crypto wallet works on exactly the same principle: requiring multiple parties to cooperate before any funds can move.