What Is Multisignature (Multisig) in Cryptocurrency Wallets?

Updated July 13, 2026 6 min read

A standard crypto wallet moves funds the moment a single private key signs a transaction. A multisignature wallet changes that arrangement so no one key, on its own, has that power.

The short answer

A multisig (multisignature) wallet is set up so that a transaction only becomes valid once a minimum number of separate private keys have signed it, out of a larger set that could sign. A common example is “2-of-3,” meaning any two of three designated keys must approve before funds move. The keys can be held by different people, different devices, or a mix of both, which is why multisig is often used where shared control or extra security matters more than convenience.

How the signing requirement actually works

When a multisig wallet is created, it’s configured with two numbers: how many total keys exist, and how many of those keys must sign for a transaction to be broadcast to the network. This is often written as “M-of-N” — for instance, 2-of-3 or 3-of-5. The wallet’s underlying address is generated from all N public keys together, and the network enforces the signing rule at the protocol level, not just through a company’s internal policy. That distinction matters: even the wallet software provider generally cannot override the rule and move funds with fewer signatures than required.

Why someone would set this up

How this compares to a 2-of-3 versus a 3-of-5 setup

The specific ratio chosen changes the balance between convenience and redundancy. A 2-of-3 arrangement compared with a 3-of-5 one trades off how many keys can be lost before funds become inaccessible against how many people need to coordinate for routine transactions.

What multisig does not solve

Multisig addresses who can authorize a transaction, but it doesn’t eliminate every risk tied to self-custody. If every key holder loses their key at once, or if the threshold number of keys is compromised through phishing or malware, funds can still be lost or stolen. Multisig also adds coordination overhead: gathering signatures from multiple parties takes more time and technical setup than a single-key wallet, which is part of why it tends to suit organizations and higher-value holdings rather than everyday spending.

Where multisig fits into broader security thinking

Multisig is one tool among several for managing custody risk, alongside practices like using a hardware wallet to keep keys offline and understanding the difference between a seed phrase and a private key. None of these tools make crypto holdings risk-free — the underlying asset remains volatile, transactions are irreversible once confirmed, and losing access to enough keys can mean losing the funds permanently, with no FDIC or SIPC coverage to fall back on.

The takeaway

Multisig doesn’t change what cryptocurrency is; it changes who has to agree before it moves. That single design choice — requiring multiple signatures instead of one — is why the structure is used anywhere shared or higher-security control over funds is the priority.