A multisignature wallet, or multisig, is a cryptocurrency account that needs more than one private key to approve a transaction. Instead of just one person signing, several people or devices share access, and a transaction only happens when enough signers agree.
Multisig works by using several cryptographic keys to control a single address. Wallet owners set a rule, such as needing two out of three signatures to send money. The blockchain checks and enforces this rule for each transaction. This approach spreads control and lowers the risk that someone could steal all the funds with just one lost or stolen key. Multisig was used in cryptography before cryptocurrencies, but it became popular after Bitcoin supported it. Once Bitcoin and other networks adopted it, multisig became a common way to share control and keep funds safer.
A multisig wallet uses a script or smart contract that lists the keys and sets the signing rule. To send funds, someone creates a transaction and gathers signatures until they reach the required number. The network checks the signatures against the rule and, if they match, completes the transfer. The details can differ between blockchains and between scripts and smart contracts.
People use different combinations, like two-of-two, two-of-three, or three-of-five. These setups let groups decide how many members must agree to a transaction. Some use a mix of hardware wallets and software keys, so losing one device does not mean losing access. Each blockchain supports these options in its own way.
Organizations use multisig to manage treasury funds, making sure no single employee can move money alone. Families or partners use it for joint accounts. Escrow services and some payment channels use multisig to hold funds until certain conditions are met. Developers also add multisig to smart contracts for extra governance controls.
Multisig makes theft harder because an attacker would need several keys. It also improves safety since no one person can act alone. When used with secure hardware keys, multisig makes long-term storage safer and helps organizations share responsibility.
Multisig is more complex than single-key wallets. Setting it up and recovering access after losing keys can be harder. Not all wallet software supports the same multisig formats, which can cause compatibility issues. If multisig uses smart contracts, bugs or bad design can add extra risk. Backing up keys and using widely supported formats can help avoid many of these problems.
On Bitcoin, multisig often uses script-based addresses and wrapped formats to help with compatibility. Other blockchains use smart contracts to enforce signing rules. Some services offer ready-made multisig products that combine hardware and software to make setup easier for teams.