Technical Definition

Multisig Wallet

A multisig (multi-signature) wallet is a smart-contract or script-based wallet that requires multiple independent signatures to authorize a transaction — for example, 2-of-3 or 3-of-5 — instead of a single private key.

By Crypto University Editorial
Smart ContractHardware WalletWallet

Key Insight

Multisigs are the standard for custody of large amounts: treasuries, fund operating wallets, and prudent personal cold storage. For traders, they protect against single-point-of-failure key compromise and provide a workflow for shared custody (between team members, family, or co-signers).

Common Misconceptions

Storing too many signer keys in one place or on one device.

Not testing the recovery flow before relying on the multisig.

Choosing too-high a threshold ("5-of-5") that becomes operationally impossible if one signer is unavailable.

Detailed Explanation

How It Works: A multisig contract holds the funds. Signers each control their own keys, often on separate hardware wallets. To execute a transaction, the required threshold of signers must each approve. The contract verifies the signatures and broadcasts.

FAQs:

  • Is a multisig fully on-chain? On EVM and similar chains, yes — the contract enforces it. On Bitcoin, it is enforced by Bitcoin script.

  • What if a signer loses their key? As long as the threshold can still be reached, you can rotate the lost signer out via a transaction.

In Practice

A small fund holds operating capital in a 3-of-5 multisig with signers in three jurisdictions. A compromise of any one device cannot move funds; nor can any single signer act unilaterally.

Dig Deeper

Get a $100K funded account

Ad

Get a $100K funded account

See current qualification terms and payout conditions.

View Offer

Sponsored