Multisignature
Esquema de carteira que exige a aprovação de mais de uma chave para autorizar uma transação, distribuindo o controle e reduzindo o risco de chave única.
Key points
- Multisignature, or multisig, is a scheme in which a transaction is only authorized with the approval of more than one key.
- It distributes control across multiple keys, requiring a minimum number of them to move funds.
- It reduces single-key risk, but adds complexity and new management considerations.
What is multisignature?
Multisignature, often abbreviated as multisig, is a wallet arrangement that requires more than one signature to authorize a transaction. Instead of a single private key controlling the funds, control is split across multiple keys, and a minimum number of them is needed to approve any movement. It is a way of requiring consensus before funds can be spent.
How it works
A multisig scheme is defined by a rule requiring a certain number of signatures out of a total. For example, a setup might require two of three keys, or three of five, to release a transaction. Each key is typically held by a different person or device. To move the funds, the minimum required number of signatures must be gathered, which prevents a single key, on its own, from authorizing spending.
This distribution of control brings security and governance benefits. On the security side, compromising a single key is not enough to steal the funds, which eliminates the single point of failure. On the governance side, multisig allows requiring the agreement of multiple parties, which is useful for companies, treasuries, and arrangements in which no single person should have exclusive control over the resources. It is a way of requiring joint approval.
Multisig also adds complexity and new considerations. Multiple keys must be managed, the required quantity must always be available, and each one must be protected, since losing too many keys can make the funds inaccessible. The setup needs to balance security and practicality: requiring too few signatures weakens protection, requiring too many increases the risk of lockout. The concept is related to MPC, which pursues a similar goal through a different cryptographic technique.
Understanding multisig helps in understanding how control of funds can be distributed for greater security.
Why it matters
Understanding multisignature helps in understanding how control of funds can be split across multiple keys to eliminate single points of failure and require joint approval. For companies and shared arrangements, it is a central concept. This is a security and control concept, and does not represent any operational recommendation.
Risks and limitations
Multisig adds complexity: multiple keys must be managed and protected, and losing a sufficient number of them can make funds inaccessible. Poorly calibrated setups weaken security or increase the risk of lockout. Protection depends on keeping the keys genuinely separate. Nothing here represents an operational recommendation. </content>