Skip to content
Back to Crypto Academy
Module 24 of 30Advanced18 min read

Multisig: the multi-key vault

Several keys for a single vault — security with no single point of failure.

In 30 seconds

A multisig wallet requires several signatures (for example 2 out of 3) for every transaction. A stolen key is no longer enough to rob you, and a lost key no longer ruins you. It's the reference tool for serious wealth, inheritance planning and treasuries — provided you accept the rigor it demands.

Key takeaways
  • 1Multisig = a quorum of signatures (e.g. 2-of-3): no more single point of failure, for theft or for loss.
  • 2Each key is a complete, independent seed — nothing to do with a seed cut into pieces.
  • 3The descriptor gets backed up with the same rigor as the seeds: without it, the vault can be unrecoverable.
Open a Deblock account

Introduction

You already know how to secure a seed, understand address derivation and even hide a wallet behind a passphrase. One tool remains — the one large fortunes, companies and protocols use as their reference: multisig. The idea fits in a single sentence — requiring several signatures for every transaction — but it changes the very nature of your security. This module explains the principle, the credible tools for each blockchain, who it's really for, and why it has become as much a matter of physical protection as digital protection.

01

The principle: a quorum of signatures

A classic wallet (“single-sig”) obeys a single private key: whoever holds the seed controls everything, and whoever loses it loses everything. A multisignature wallet — multisig — is locked by several independent keys, with a quorum rule: out of N existing keys, M signatures are required to validate a transaction. The most common setup for individuals is 2-of-3: three keys, two signatures needed.

The consequence runs deep: there is no longer a single point of failure. A stolen key can't spend anything. A key lost in a fire or a house move doesn't lock up the funds: the two remaining ones are enough to move them to a new vault. Specialists put it this way: multisig doesn't add one more degree of security, it changes the nature of security — your setup can now survive a catastrophic failure.

Analogy

The two-key safe deposit box

In a bank vault, each box opens with two keys turned together: yours and the banker's. Neither is enough on its own. Multisig generalizes the idea: you choose how many keys exist, who holds them, where they live — and how many must turn at the same time to open the box.

Common belief

Multisig means my seed phrase cut into several pieces hidden in different places.

Actually : No. Each key in a multisig is a complete, independent seed, generated on its own device. Cutting a seed into fragments (or Shamir shares) spreads out a backup, but it remains a single-key wallet — one single point of failure at signing time. Multisig, by contrast, requires several distinct signatures for every transaction.

02

How it works in practice

At setup, each co-signer generates their own seed on their own device — ideally hardware wallets from different manufacturers. Nobody sees anyone else's keys: only the extended public keys are exchanged (the xpubs you came across in the HD wallets module). A “coordinator” program assembles them and builds the vault's shared addresses.

To spend, the coordinator prepares an unsigned transaction, which travels from device to device (file, microSD card, QR code): each co-signer checks it on their own screen and adds their partial signature — on Bitcoin, this exchange format is called PSBT. Once the quorum is reached, the transaction is broadcast to the network. At no point has a private key left its device or touched the internet.

Last ingredient, and the most neglected: the wallet descriptor — the vault's “assembly manual”. It describes the quorum, the xpubs of all the keys and how to rebuild the addresses. Without it, holding enough seeds isn't always enough to recover the funds: you still need to know how to combine them.

Two keys out of three sign; the third can stay offline — or be lost without drama.
Key insight

The golden rule of backups

Back up each seed separately AND a copy of the descriptor with each of them. Funds have been permanently lost with two valid seeds in hand, because the descriptor was never kept. It can't be used to spend — only to rebuild the vault (and to see its balances: protect it too).

03

Blockchain by blockchain: three worlds, three tools

On Bitcoin, multisig is native: the network itself verifies the quorum, through a mechanism proven over more than ten years. The historical trade-offs — slightly higher fees and a quorum publicly visible when spending — are fading with Taproot, which lets modern multisigs look (and cost) like an ordinary transaction. The reference coordinators are open source: Sparrow Wallet on desktop, Electrum the veteran, Nunchuk on mobile, and France's Liana, which adds time-delayed recovery paths (timelocks) designed for key loss and inheritance.

Ethereum has no protocol-level multisig: you deploy a smart contract that holds the funds and enforces the quorum. The reference is called Safe (ex-Gnosis Safe): it secures tens of billions of dollars for teams, DAOs and demanding individuals. The contract's advantage: you can change signers or the threshold without changing the address. The trade-off: you also trust the code and the interface. The early-2025 hack of the Bybit platform (around $1.5 billion) didn't break Safe's contracts: the compromised interface disguised what the signers were approving. The lasting lesson: verify every transaction on the screen of the signing device, never just on the website.

On Solana, the standard is called Squads: a repeatedly audited program that has become the vault of hundreds of teams across the ecosystem. Finally, there's a technological cousin, MPC: a single key built as distributed fragments that sign together without ever being reassembled. It's the approach of modern consumer wallets — including Deblock, with an active fragment on your phone and a passive fragment on their servers. Same philosophy (removing the single point of failure), but the quorum is enforced by software, not carved into the blockchain.

  • Bitcoin: Sparrow, Electrum, Nunchuk, Liana (open source, free).
  • Ethereum: Safe (ex-Gnosis Safe), the standard for treasuries and DAOs.
  • Solana: Squads, the ecosystem's reference.
  • With guidance: collaborative custody like Casa or Unchained (the service holds only one key out of three).
04

Why, for whom — and from what amount

Multisig answers three anxieties at once. Theft: one compromised key (burglary, phishing, a manufacturer's flaw) is no longer enough. Loss: a fire, a flood, a mistake — the vault survives. Trust: a couple, an association or a company can guarantee that nobody walks off alone with the cash box. That's exactly why nearly all large crypto treasuries live in multisig.

For an individual, the reference guides (Sparrow, Casa, Unchained) place the tipping point where your wallet becomes real wealth — often around several tens of thousands of euros — or as soon as you start planning your inheritance. Below that, the complexity costs more than it protects: a well-backed-up hardware wallet, or even a mastered passphrase, already covers the essentials. In fact, the overwhelming majority of the world's bitcoin is still held in single-sig.

If you want the safety net without facing the technical side alone, collaborative custody (Casa, Unchained) leaves you the majority of the keys and keeps only one: the service can't move anything without you, but can help you recover or pass things on. It's also the best-marked path for inheritance: their dedicated protocols let your loved ones recover the vault when you die, without being able to touch it while you're alive.

  • Significant long-term holdings: eliminate the single point of failure.
  • Inheritance: pass things on without granting access while you're alive.
  • Couple, association, company, DAO: nobody can spend alone.
  • Below a few tens of thousands of euros: simplicity remains your best security.
Try it on Deblock

Deblock for everyday use, the vault for the long term

Healthy security is a pyramid, not a single choice. Keep on Deblock what you use every day — its wallet is non-custodial, with a key split into two fragments, only one of which, yours, can initiate a transaction — and reserve the multisig logic for the deep savings you never touch. Understanding both levels makes you a complete user.

Discover Deblock
05

Thinking about your physical security

Since 2024-2025, the most publicized threat is no longer purely digital. So-called “wrench attacks” — physically threatening someone into emptying their wallet — have risen sharply, and France has been hit particularly hard: several kidnappings and attempted kidnappings have targeted crypto entrepreneurs and their relatives, including one of Ledger's co-founders in early 2025. The French state has responded (priority access to the police emergency line, security consultations, support for exposed families). The lesson isn't panic — these cases remain rare relative to millions of holders — but security also needs thinking through in the real world.

Multisig changes this scenario at its core. If your keys are spread out geographically (home, bank safe deposit box, trusted third party), emptying everything under immediate duress becomes physically impossible: nothing available “on site” is enough. Specialized services add enforced delays — a backup key that only responds after several days, Liana-style timelocks: a smash-and-grab attack loses its point because it can't succeed fast.

The passphrase (the “25th word” from the previous module) plays a complementary but debated role: it mainly protects your paper seed, and can create a “decoy” wallet holding a plausible amount. Specialists add nuance, though: a decoy can fail if the attacker already knows what you hold, and you don't combine a passphrase and multisig on the same vault — multisig already eliminates the single point of failure.

That leaves the first line of defense, which costs nothing: discretion. The French police sum it up in one phrase: “discretion is protection”. Never show your holdings (social media, conversations, screenshots), avoid having crypto hardware delivered under your name and home address — Ledger's 2020 customer-database leak still fuels phishing and target scouting — and brief your loved ones: in the recent French cases, family members are targeted at least as often as the holder themselves.

  • Keys spread across different locations: nothing to empty “on site”.
  • Delays and timelocks: a smash-and-grab attack can't succeed.
  • Passphrase = protects the paper seed, decoy wallet possible — without combining it with multisig.
  • Total discretion about your holdings, online and in real life — and loved ones briefed.
Key insight

The most important reflex

If you're ever attacked, your life is always worth more than your crypto: cooperate, hand over what's accessible — the whole point of a multisig architecture is that “everything” is never accessible on site. And the best attack is still the one that never happens: nobody should know how much you hold, or where, or how.

06

The limits and the mistakes that cost dearly

Multisig has a price: rigor. It multiplies what you have to back up (each seed + the descriptor), the handling involved and the chances of getting something wrong. The main risk isn't the hacker: it's you. In 2-of-3, losing two keys with no copies = funds permanently lost, with no recourse whatsoever. The documented post-mortems all look alike: seeds stored in the same place, descriptor never exported, recovery never tested.

Best practices come down to a few rules: different manufacturers for the devices (a flaw at one doesn't doom the vault), genuinely separate locations, a full recovery test with a small amount before depositing your capital — then periodic re-tests. And the most counter-intuitive advice: don't over-engineer. In the vast majority of cases, the simplest option that covers your risk is the right one; a well-run 2-of-3 beats a poorly managed 3-of-5.

  • Storing several seeds in the same place (recreates the single point of failure).
  • Backing up only the seeds, never the descriptor.
  • Never testing recovery before putting real funds in.
  • Buying three identical devices from the same manufacturer.
  • Choosing a quorum with no fault tolerance (2-of-2, 3-of-3).
LedgerExternal partner

Equipping yourself with hardware wallets

Each co-signer of a serious multisig deserves their own dedicated hardware wallet — and the guides recommend mixing manufacturers. Ledger, made in France, is one of the classic building blocks of a multisig (often alongside a device from another brand) and documents its advanced uses well.

Explore Ledger
Key takeaways

What you should remember

  • 01Multisig = a quorum of signatures (e.g. 2-of-3): no more single point of failure, for theft or for loss.
  • 02Each key is a complete, independent seed — nothing to do with a seed cut into pieces.
  • 03The descriptor gets backed up with the same rigor as the seeds: without it, the vault can be unrecoverable.
  • 04References: Sparrow, Nunchuk, Liana (Bitcoin), Safe (Ethereum), Squads (Solana), Casa/Unchained for collaborative custody.
  • 05Against physical threats: keys spread out geographically, enforced delays — and discretion as the first line of defense.
Try it on Deblock

Ready to practice?

Open your Deblock account in minutes and apply what you have just learned.

Open a Deblock account
Going further

Recommended next

Multisig wallet: the multi-key crypto vault explained