📰 Latest: HaasOnline Academy Is Back — Structured Education for Smarter Trade Bots
Account
Glossary

Multisignature

Multisignature, commonly known as multisig, is a security feature in cryptocurrencies that requires multiple private keys to authorize a transaction before it can be broadcast to the blockchain. Rather than a single key having full control over a wallet, a multisig arrangement defines a threshold — for example, 2-of-3 or 3-of-5 — meaning that a specified minimum number of keyholders must sign off before any funds can be moved. This dramatically reduces the risk of theft or loss from any single point of failure.

Multisig is widely used for securing organizational funds, managing shared wallets, and enhancing the security of large holdings. For a business or DAO managing a shared treasury, multisig ensures that no single employee or team member can unilaterally move funds — multiple approvals are required, creating a system of checks and balances similar to requiring multiple signatures on a corporate check. It also protects against scenarios where a single private key is stolen, as the attacker would still need to compromise the other required keys to gain access.

For individual users, multisig can also serve as a personal security enhancement. For instance, someone might store their three keys across different devices and geographic locations, so that even if one device is lost or stolen, their funds remain secure. In the DeFi ecosystem, multisig wallets like Gnosis Safe have become the standard for protocol treasuries and smart contract upgrades. For traders, understanding multisig is important when evaluating the security practices of exchanges, custodians, and DeFi protocols, as the use of multisig for cold storage is generally considered a best practice.