cryptocurrency widget, price, heatmap
arrow
Burger icon
cryptocurrency widget, price, heatmap
Crypto Glossary/Multisig Wallet

Multisig Wallet

A wallet that requires M-of-N signatures to spend funds, not just one private key.

How Multisig Wallet Works

In a standard wallet, one private key can sign a transaction and move funds. In a multisig wallet, the blockchain enforces a threshold rule: you need M valid signatures out of N possible signers to spend.

On Bitcoin, multisig is implemented with script conditions. The spending conditions (which public keys are allowed and how many signatures are required) are encoded in a script, commonly referred to as a redeem script in P2SH-style workflows. When you spend, the transaction must provide enough signatures to satisfy that script.

Wallet software typically coordinates this by creating a multisig address and tracking the required script data. For example, Bitcoin Core can add a multisig address to a wallet using the addmultisigaddress RPC by specifying nrequired and a list of addresses/public keys; it returns the new address plus the redeemScript and a descriptor. Address type choices like legacy, p2sh-segwit, or bech32 can affect compatibility and fees across services and wallets.

Example

If a single-key wallet is like one house key, then a 2-of-3 multisig wallet is like a door that opens with any two keys held by three different people/devices.

Why It Matters

Multisig wallets are widely used for shared custody (like a team treasury) and for personal redundancy (splitting keys across locations) to reduce the impact of one compromised or lost key.

Because the rule is enforced on-chain, multisig is not the same as app-based 2FA; it doesn’t depend on a third-party login system to block spending.

Risks or Limitations

Multisig increases operational complexity. Poor planning—lost keys, unavailable signers, or unclear recovery procedures—can lock funds even if the cryptography is sound.

Backups can be more involved than “save one seed phrase.” Recovery may require both key material and the multisig configuration data (such as the redeem script/descriptor and cosigner public keys).

Manual workflows can be error-prone. Bitcoin Core warns that mistakes in raw transaction creation/signing may not be detected and can lead to permanent loss, so higher-level wallet tools are often safer when available.

Related Terms

  • Private Key
  • Public Key
  • P2SH
  • SegWit
  • Watch-Only
cryptocurrency widget, price, heatmap
v 5.12.1
© 2017 - 2026 COIN360.com. All Rights Reserved.