Multisignature (Multisig)
Abbreviation: Multisig
Pronunciation: MUL-tee-sig-nuh-cher (MUL-tee-sig)
Also known as: Multisignature, Multi-signature, Multisig
Definition
Multisignature is an authorization mechanism requiring a specified threshold of multiple keys or participants to approve a valid action. Secure operation requires protected generation, storage, use, backup, rotation, revocation, recovery testing, and auditable approval evidence. Possession of related public data or an interface session does not prove authorized signing control. Secure use of Multisignature (Multisig) depends on controlled generation, storage, authorization, backup, rotation, and recovery, with evidence linking each signature to an approved request.
Overview
Multisignature expresses a rule such as two approvals from three authorized keys. It can protect blockchain spending, contract administration, system changes, or other high-impact actions. The rule may be enforced cryptographically, by script, through a smart contract, or within a custody platform.
Multisig should not be confused with ordinary workflow approval. Several interface approvals may lead to one provider-controlled signature, while a cryptographic threshold can prevent any single key from authorizing. Different implementations also vary in privacy, cost, recovery, and compatibility.
Designers should choose participants, threshold, independence, replacement, and emergency procedures based on threat and availability needs. Signers must verify the same transaction intent. Documentation should identify where enforcement occurs and who can change it. Regular tests should confirm that the threshold works under normal and degraded conditions.
An operational model for Multisignature (Multisig) should define the cryptographic material or authority involved, its owner and custodian, supported algorithms and networks, permitted operations, activation time, rotation rule, backup location, recovery path, and revocation or retirement process.
Risks include weak generation, exposed backups, phishing, malware, unauthorized export, compromised devices, incorrect derivation metadata, unavailable recovery shares, and silent policy bypass. For Multisignature (Multisig), encryption at rest is useful but does not replace access control, separation of duties, tamper evidence, and tested recovery.
Multisignature (Multisig) participates in a chain from transaction construction through policy evaluation, human or service approval, signing, broadcast, and verification. Each stage should receive only the minimum data and privilege it needs, while the final signer independently verifies security-critical fields such as destination, amount, asset, network, and contract.
Key Takeaway
Multisignature distributes approval across participants, but its value depends on real enforcement, independence, and a workable recovery threshold.
Sources
- NIST Documentation: Cryptographic Standards And Guidelines — NIST (2026-07-30)
- NIST Key Management Guidelines — NIST (2026-08-02)