What Is a Multisig Wallet?
Shared control for crypto: how M-of-N works, why multisig removes the single point of failure, and who should use it.

On this page
A multisig wallet is a crypto wallet that needs more than one private key to approve a transaction. Instead of a single key controlling the funds, several keys share control, and a set number of them must sign before any money can move.
The whole point is to remove the single point of failure. With an ordinary wallet, one leaked private key means total loss. With multisig, a thief who steals one key still cannot touch your funds, which is why treasuries, teams, and careful long-term holders rely on it.
No single key, and no single person, can move the money alone. That is the entire idea behind multisig.
Why multi-signature exists
What a multisig wallet actually is
Multisig is short for multi-signature. Where a normal wallet requires one signature to send crypto, a multisig wallet requires several, enforced by a rule set when the wallet is created.
On most chains this is handled by a smart contract or a special script that lives on the blockchain and refuses to release funds until enough valid signatures arrive. The keys can be spread across different devices, locations, or people, so control is genuinely distributed rather than sitting in one place.
How M-of-N works
Every multisig wallet is defined by two numbers, written as M-of-N. N is the total number of keys created, and M is how many of them must sign to approve a transaction. You establish these signature requirements when you set up the wallet, and they cannot be met by fewer keys later.
| Setup | Keys total (N) | Signatures needed (M) | What it means |
|---|---|---|---|
| 2-of-2 | 2 | 2 | Both keys required; maximum control, no margin for loss |
| 2-of-3 | 3 | 2 | Any two of three keys; the popular balanced choice |
| 3-of-5 | 5 | 3 | Any three of five; suited to larger teams or treasuries |
A 2-of-3 setup is the most common because it survives a single lost or stolen key: you still have two others to sign, and an attacker with one key has nothing. Picture it in practice: one key on your phone, one on a hardware wallet, and one printed and locked away. Day to day you sign with two of them, and if you ever lose one, the third still restores full access.
How a multisig transaction works
Sending from a multisig wallet is a short, collaborative process rather than a single click.
- Initiation. Anyone with a key can propose a transaction, which then sits in a pending state.
- Signature collection. The required number of signers each authorize it with their own private key, meeting the approval threshold set for the wallet.
- Execution. Only once the threshold is met does the transaction broadcast to the blockchain and complete.
Until enough signatures arrive, the funds simply cannot move, no matter who tries.
Why use a multisig wallet?
Multisig turns key security from an all-or-nothing gamble into a resilient system.
- No single point of failure. One compromised key does not drain the wallet; the threshold still protects the funds.
- Theft and loss protection. Spreading keys across locations means no single break-in, phishing hit, or hardware failure is fatal.
- Shared control. Teams can require multiple approvals before any assets move, so no one person can move company money alone.
Multisig converts a stolen key from a catastrophe into a non-event.
The security case in one line
Common multisig setups and who they suit
The right configuration depends on how many people are involved and how much redundancy you want.
| Setup | Best for |
|---|---|
| 2-of-2 | Two-party escrow or a couple sharing strict joint control |
| 2-of-3 | Individuals wanting loss-proof personal storage, or small teams |
| 3-of-5 | Company treasuries and DAOs needing group approval |
A popular personal 2-of-3 keeps one key on a hardware wallet, one in a safe, and one with a trusted party or service, so losing any single one is recoverable.
Who uses multisig?
Multisig started as an institutional tool but is increasingly used by individuals too.
- Individuals protecting large, long-term holdings from a single mistake.
- Businesses and treasuries requiring sign-off before large transfers.
- DAOs governing shared funds transparently.
- Escrow services releasing funds only when conditions are met by multiple parties.
How to set up a multisig wallet
Setting up multisig takes more steps than a normal wallet, but the logic is straightforward once you break it down.
Choosing your M-of-N
Decide how many keys you want and how many signatures should be required. For personal use, 2-of-3 is the sweet spot: it protects against a single lost or stolen key while keeping signing practical. Teams often prefer 3-of-5, so that no two people can collude and one person being away does not freeze the funds.
Keys, devices, and a coordinator
Generate each key on a separate device, ideally cold hardware wallets kept in different locations, and back up every seed phrase individually. A coordinator app then combines the keys into the multisig and helps collect signatures. Test the whole setup with a small amount, including a full recovery, before you trust it with real money.
The trade-offs of multisig
The extra safety comes at the cost of extra effort, so it is not for everyone.
- More complexity. Setup and signing take more steps than a single-key wallet, and mistakes in configuration can lock funds.
- Higher fees on some chains. Multisig transactions can cost more gas than simple ones.
- Backup is bigger. You now have several keys (and their recovery data) to manage safely, not one.
For a smaller holding, a single hardware wallet with a passphrase may give you enough protection with less overhead.
Common multisig mistakes
| Mistake | Do this instead |
|---|---|
| Storing all keys in one place | Spread keys across separate locations |
| Choosing 3-of-3 with no spare | Leave a margin, like 2-of-3, for a lost key |
| Backing up seeds but not the setup | Save the wallet configuration details too |
| Never testing recovery | Rehearse a full restore before funding it |
| One person holding a quorum of keys | Distribute so no one alone can sign |
Multisig vs single-key and MPC
Multisig is one of three broad approaches to reducing key risk, and they are easy to mix up.
A single-key wallet is simplest but has one point of failure. Multisig splits control across several independent keys that each sign on-chain. MPC (multi-party computation) achieves a similar "no single key" result off-chain, splitting one key into shares that jointly produce a single signature, which can be cheaper and more private but relies on the provider's software.
The practical takeaway: if you are protecting serious long-term holdings and want the strongest, most auditable setup, multisig is hard to beat. If you want most of the benefit with less overhead, a single hardware wallet plus a passphrase is a lighter alternative, while MPC sits in between for people who prefer a managed, app-based experience. For most self-custody users who want proven, transparent, on-chain protection, self-custody with multisig remains the gold standard.
Frequently asked
What is a multisig wallet in simple terms?
It is a crypto wallet that needs more than one key to approve a transaction. Several keys share control, and a set number of them must sign before funds can move, so no single key or person can spend on their own.
What does 2-of-3 multisig mean?
It means the wallet has three keys in total (N=3) and any two of them (M=2) are required to approve a transaction. It is the most popular setup because losing or having one key stolen still leaves two working keys.
How does M-of-N work?
N is the total number of keys created and distributed; M is the minimum number of signatures needed to move funds. You choose both when you set up the wallet, and the rule is enforced on-chain, so fewer than M keys can never spend.
Is a multisig wallet safe?
Very. Its main strength is removing the single point of failure: a thief who compromises one key still cannot drain the wallet. The trade-off is more setup complexity and more keys to back up, so care in configuration matters.
Who should use a multisig wallet?
Individuals protecting large long-term holdings, businesses and DAOs managing shared treasuries, and escrow arrangements. For smaller personal amounts, a single hardware wallet with a passphrase may be simpler while still very secure.
What are the downsides of multisig?
It is more complex to set up and use, can cost more in transaction fees on some chains, and gives you several keys and backups to manage instead of one. Misconfiguration, such as 3-of-3 with no spare, can also lock funds.
What is the difference between multisig and MPC?
Multisig uses several independent keys that each sign on-chain, so the rule is transparent and verifiable on the blockchain. MPC splits one key into shares that jointly create a single signature off-chain, which can be cheaper and more private but relies on the provider's software.
Can one person use multisig?
Yes. A common personal setup is 2-of-3, with keys on a phone, a hardware wallet, and a backup locked away. You sign with two of them day to day, and the third protects you if one is ever lost or stolen.
What happens if you lose a multisig key?
In a setup with a spare, such as 2-of-3, you simply keep using the remaining keys and replace the lost one. Only if you fall below the required number of keys (M) do you lose access, which is why 2-of-2 and 3-of-3 leave no margin for error.
Is multisig better than a passphrase?
They solve overlapping problems differently. A passphrase creates a hidden wallet from one seed and is simpler; multisig distributes control across several independent keys and is more resilient for large or shared funds. Serious holders sometimes use both.
Does a multisig wallet cost more to use?
On some blockchains, yes. Because a multisig transaction carries multiple signatures or runs through a smart contract, it can use more gas than a simple single-key transfer. The extra cost is usually small relative to the funds it protects.
How many signatures should I require?
For personal use, 2-of-3 is the sweet spot: loss-proof but practical. Teams often choose 3-of-5 so no two people can collude and one absence does not freeze funds. Avoid setups with no spare key, like 2-of-2, unless you accept the added risk.
See which wallets we actually recommend
Every wallet in the register was bought at our own cost and scored on one fixed standard.
Read the register →