multisignature
Multisignature, or multisig, is a bitcoin security setup that requires more than one private key to authorise a transaction. A common configuration is 2-of-3, where any two out of three designated keys must sign before funds can move. This eliminates the single point of failure that comes with a single-key wallet.
Multisignature is a bitcoin feature that allows a wallet to be controlled by multiple private keys under a defined threshold. The most common way to describe a multisig setup is with an m-of-n notation: m represents the number of signatures required to authorise a transaction, and n is the total number of keys involved. A 2-of-3 setup, for example, requires any two out of three keyholders to sign. This means a transaction cannot be sent unless the required minimum of participants agree, which distributes control and removes the vulnerability that comes with a single key holding all authority over funds.
The practical applications of multisig are broad. For individuals, it addresses one of the most significant risks in bitcoin self-custody: losing access to funds due to a single point of failure such as a lost device, a destroyed backup, or theft of a private key. With a 2-of-3 setup, one key can be lost without losing access to the funds, since the other two can still meet the threshold. For organisations, multisig enables governance over shared funds without any single employee or executive having unilateral control. Corporate treasuries, non-profit funds, and investment vehicles use multisig to require a defined quorum before any spending is authorised. In inheritance planning, multisig can be used to ensure that funds remain accessible to designated heirs even if the original owner becomes unavailable, while still requiring cooperation from multiple parties to prevent premature access.
Setting up multisig adds complexity compared to a standard single-key wallet. Each signing device must be stored and maintained separately, and the coordination required to move funds means that a simple payment takes more steps. The trade-off is a significantly more robust security model. For large holdings, multisig with keys stored in geographically separate locations and on different hardware devices is widely considered one of the strongest approaches to securing bitcoin. Software and hardware wallet providers have developed tools to make the setup and use of multisig more accessible, though it still requires more technical understanding than a basic wallet.