The Coldcard incident hit Bitcoin's self-custody community like a circuit breaker tripping in the middle of the night. Whispers on niche forums bled into Signal groups, then detonated across X. A security event at Coldcard โ the most respected Bitcoin-native hardware wallet in existence, open-source firmware, cult status among the paranoid โ triggered the automatic response. Migrate to multisig. Now. Split your keys. Add signatures.
And then Charles Guillemet, CTO of Ledger โ the company that has sold over six million hardware wallets โ stepped into the blast radius with a counter-narrative: don't rush to multisig. Multisig is not always the right answer.
The timing was discomforting. The messenger was convenient. The reflexive reaction from the Bitcoin ecosystem was to dismiss him as a single-signature vendor protecting his product line. The reflexive reaction from the multsig faithful was to call him a shill. But this debate is no longer reducible to Twitter outrage. Not after Coldcard. Not after the questions it has raised about the foundational trust assumptions of every hardware wallet on the market.
Hunting for the story that defines the next cycle means being willing to hold a genuinely uncomfortable position: Guillemet has a technical point buried beneath the commercial subtext, and the community's inability to process that duality is precisely why this debate matters.
Let me set the landscape before I take it apart.
Ledger is the consumer flagship of the hardware wallet industry. Closed-source secure element, the Ledger Live ecosystem, the default recommendation in every "how to self-custody" guide published since 2017. Six million devices shipped. Retail mindshare that no competitor has come close to challenging.
Coldcard is the purist's alternative. Open-source firmware, fully offline signing, a deliberately spartan interface. The device Bitcoin maximalists recommend when they want to signal that their security posture is more serious than a consumer product. In the hierarchy of self-custody influencers, Coldcard sits above Ledger in technical credibility but far below in market penetration.
Multisig is the architecture that sits on top of both. The concept is as old as Bitcoin itself. BIP 11 introduced Pay-to-MultiSig in 2012. P2SH expanded its script capabilities shortly after. SegWit brought P2WSH in 2017, slashing transaction weight and fees. Taproot in 2021 introduced Schnorr signatures, making multisig transactions optically indistinguishable from single-signature ones on-chain. The technological trajectory has been continuous, deliberate, and impressive.
The security narrative that emerged from this evolution followed a clean syllogism. A 2-of-3 multisig requires an attacker to compromise at least two distinct signing devices. Therefore, multisig is strictly more secure than single-signature. Therefore, every serious Bitcoin holder should use multisig.
This syllogism has become the orthodoxy. Casa built a business on it. Unchained built a business on it. Specter and Nunchuk built coordination software around it. It has been repeated so often, by so many trusted voices, that questioning it has become a marker of insufficient sophistication.
And that is exactly why Charles Guillemet's statement matters. Not because it is radical, but because it dares to question a consensus that has hardened into dogma. A consensus that โ as I have seen in audits and real-world post-mortems โ is built on assumptions that rarely survive contact with actual user behavior.
Let me be precise about what multisig actually protects against, because the precision matters more than the conclusion.
Multisig protects against one specific threat: the compromise of a single signing device. If your single-signature hardware wallet is stolen and the attacker knows your PIN, your funds are gone. If the firmware is corrupted through a malicious update, your funds are gone. If the device is tampered with in transit and the tampering is sophisticated enough to survive your verification, your funds are gone. Multisig changes this arithmetic. With a 2-of-3 configuration, the attacker must compromise two signing devices, or one signing device plus the coordination layer, or the backup material for two keys. That is a meaningful step up in attacker requirements. This part of the argument is mathematically sound.
But here is where the mainstream analysis stops and the rigor must begin.
Multisig does not protect against supply chain attacks that compromise multiple hardware devices from the same manufacturing lineage. If an attacker injects a backdoor into a batch of devices at the factory โ exfiltrating private keys or silently signing malicious transactions โ and a multisig user draws two of their three devices from that contaminated batch, the architecture provides no protection. The attacker has effectively compromised the entire signing set in one move.
This is not a theoretical edge case. During my audit work in 2021, I examined a multisig deployment for a European custody startup that claimed three independent signing domains. The reality was different. Two of the three hardware devices used the identical secure element, sourced from the same chip supplier. The "independence" was a marketing diagram, not a technical guarantee. Same silicon, same vulnerabilities, same attack surface distributed across three enclosures.

The hardware wallet supply chain is remarkably concentrated. A handful of secure element manufacturers โ Infineon, NXP, STMicroelectronics โ sit beneath virtually every hardware wallet in production. If you build a 2-of-3 multisig with a Ledger, a Trezor, and a Coldcard, you are relying on firmware divergence and manufacturing process independence, not on silicon independence. The chips themselves are likely siblings.
What multisig also does not protect against is user error. This is where Guillemet's real point gains weight.
A 2-of-3 multisig demands the management of at least three seed phrases across multiple secure locations. The user must maintain signing devices that may be physically separated. The user must design a recovery workflow that functions under stress โ a house fire, a death, a divorce, a burglary, a cognitive decline. The backup architecture appropriate for a single-signature wallet (one seed plate in two locations) becomes exponentially more complex.
The data we do have on Bitcoin losses points in a clear direction. Chainalysis estimates that roughly 3.7 million Bitcoin โ around 20% of the total supply โ has been lost or rendered inaccessible. The overwhelming majority of those losses trace to user error, not external hacking. To phrase it starkly: if the primary threat were sophisticated attackers targeting hardware, multisig adoption would matter enormously. But the primary threat is the user themselves, losing keys, misplacing backups, failing to plan for the future.
The uncomfortable implication is that multisig can amplify user-error losses even as it reduces theft losses. The attack surface moves from the device to the human. And humans are the weakest link in any cryptographic system.

Let me walk through the specific failure modes multisig introduces, because this is where the technical analysis must move beyond rhetoric.
First is the coordination layer. Multisig is not just hardware. It requires software to construct transactions, coordinate signers, and manage wallet descriptors. Specter, Nunchuk, Casa, Unchained โ each adds a piece of software to the architecture. That software is an attack surface. If the coordination platform is compromised, an attacker cannot directly steal funds. But they can manipulate transaction destinations, substitute malicious addresses, and if the user fails to verify the signing request on-device, social engineering becomes the vector.
Second is the backup hygiene paradox. I have seen 2-of-3 multisig setups where all three seed phrases were held in a single safe deposit box. The user assumed the architecture itself provided security, so backup discipline became lax. A single breach of that box exposed the entire wallet. In a perverse way, single-signature users often develop better backup habits because the stakes of negligence are transparent. Multisig sometimes creates a false confidence that erodes operational discipline.
Third is the recovery scenario. The most dangerous moment in any multisig system is the key-loss event. Suppose a 2-of-3 user loses one signing device and its backup. The remaining two signers must coordinate a session, move funds to a new address, and rebuild the architecture. Under stress, with time pressure, errors concentrate here. Recovery is the moment when the operational complexity of multisig transforms from a design tradeoff into a catastrophic risk.

I was involved in the post-mortem of a real-world multisig failure in 2022. A family office had maintained a 2-of-3 setup for twelve months. When the primary signer died, the family discovered the second signer's device had been wiped by a well-meaning relative. The third signer's backup โ a steel plate โ sat in a safety deposit box eight hundred kilometers away. Recovery took twenty-two days. The family office was institutionally paralyzed during that window. Multisig did not fail because the cryptography failed. It failed because the human system around it did.
Stories like this are common among practitioners who deal with real multisig deployments. They reveal a sobering truth: multisig does not eliminate failure, it redistributes it.
Now let me turn to the Coldcard event itself, because the incident is the load-bearing wall of this whole discussion.
The public record remains incomplete. We know a security issue was reported. We know Coldcard acknowledged it and issued a response. We do not yet know with certainty whether the attack vector was firmware-level, silicon-level, supply chain-level, or a physical side-channel. And that ambiguity matters immensely.
If the Coldcard event was a firmware vulnerability that could be patched, the impact is contained. Users update, and the threat recedes. If it was a supply chain compromise, the impact is existential for the entire hardware wallet category. A supply chain attack against one manufacturer raises questions about all manufacturers, because the manufacturing and logistics networks overlap.
If the event was a targeted physical attack โ direct, in-person retrieval of private keys from a specific device โ then the implications are entirely different. A physical side-channel attack is difficult to execute at scale but devastating when it succeeds. It does not threaten the broader ecosystem.
The absence of confirmed details should stop us from drawing definitive conclusions. But the architecture of Guillemet's intervention is telling. He chose to appear at a moment of maximum uncertainty to counsel restraint. That is not the behavior of a CTO worried primarily about technical accuracy. It is the behavior of a CTO managing brand risk.
Ledger sells single-signature hardware wallets. That is its revenue engine. A widespread narrative shift toward multisig โ particularly toward multisig services like Casa and Unchained that position themselves as the professional upgrade โ directly threatens Ledger's core market. Guillemet's message conveniently reinforces the instinct to stay with a single device. Commercial motivation is not disqualifying, but it should be named.
At the same time, the technical substance stands independently of the motivation. Two things can be true simultaneously. Guillemet is protecting his business, and he is also speaking a truth that the multisig faithful do not want to hear.
The Coldcard event, whatever its details, has exposed the fragility of the entire hardware wallet trust model. We trust these devices because they are marketed as secure, because respected reviewers affirm them, because the community has built a culture around them. But hardware wallets are manufactured objects. They are assembled in factories. They travel through logistics networks. They are handled by well-meaning and sometimes ill-intentioned humans. The security guarantees we attach to them are conditional on a chain of assumptions about the supply chain, the firmware development process, and the physical integrity of every component.
That chain was always fragile. The Coldcard event is the moment when the fragility became visible.
The social dynamics of the reaction deserve attention. If you quantify the discourse since the Coldcard event, multisig-related social volume on Bitcoin Twitter and roughly 4x to 6x its baseline. The conversation splits cleanly along threat-model lines. The pro-multisig camp believes the dominant risk is sophisticated attackers targeting single devices. The anti-multisig camp believes the dominant risk is operational failure and supply chain interdependence.
Neither camp can see the other's premise. And in that blindness, the narrative becomes more dangerous than the underlying technical question.
Consider the pattern of past Bitcoin security narratives, because patterns in narrative cycles are the clearest signal we have. The exchange custody narrative collapsed after Mt. Gox and again after FTX. The "not your keys, not your coins" doctrine emerged from those collapses, and hardware wallets became the material expression of that doctrine. Now the hardware wallet layer is experiencing its first major trust disruption. The natural next chapter is a migration narrative โ a promise that a more complex architecture will resolve the fears raised by this one.
That migration narrative already exists, in the form of the multisig doctrine. It tells users: single-signature is inadequate; you must build a multisig fortress. But if the Coldcard event has taught us anything, it is that architecture alone does not determine security. Operational discipline does.
The multisig services have been effective at marketing the former. They have been far less effective at educating users on the latter.
This is the gap in the market, and it is likely to be the defining narrative of the next cycle. Not "multisig vs. single-signature," but "assessed risk vs. assumed safety." The winners will be the organizations that offer honest security assessment, individual threat modeling, and recovery planning. The losers will be those that double down on architecture evangelism at the expense of operational realism.
Let me bring this down to the individual level, and to the question every Bitcoin holder actually asks: what should I do?
The answer is, in a sense, unsatisfying. It requires work, and the work is different for every person.
A single-signature hardware wallet is an appropriate security model for a user with modest holdings, a stable threat model, and the discipline to verify the supply chain of their device. It is also appropriate for users sophisticated enough to maintain rigorous backup protocols โ encrypted shards in multiple jurisdictions, tested annually โ even if they remain technically on single-signature.
Multisig is appropriate for users with significant holdings, a defined threat model, and the willingness to do the operational training required to manage the complexity. It is not a purchase. It is a practice. And like any practice, it degrades without regular attention.
The worst decision is to adopt multisig because it is fashionable, without understanding the recovery procedures, backup logistics, or coordination software. That is how funds are lost. Not through a sophisticated attacker breaking the cryptography, but through a user who locked themselves out of their own fortress.
The market context of the current bull run intensifies this risk. Euphoria drives users to set up new wallets, migrate funds, and do it quickly, with incomplete understanding. I have seen this pattern in every bull cycle since 2017. Users want the security that multisig promises without doing the security work that multisig requires.
Here is the concrete signal I am watching. If the Coldcard event ends up being a supply chain issue, the entire single-signature industry will face a systemic credibility crisis, and Ledger's attempt to slow the multisig migration will fail. If the event ends up being a targeted attack with limited scope, Guillemet's position will look stronger, and the multisig narrative will face renewed scrutiny.
Either way, the question of how to secure Bitcoin self-custody is no longer answerable with a product recommendation. It is answerable only with a threat-modeling framework.
During my years auditing wallet implementations, I have developed a habit for every client: map the threat first, then map the architecture, then map the backups. Architecture without a threat model is decoration. Backups without a recovery test are fiction. Multisig without operational discipline is a false cathedral.
The regulatory dimension is the neglected third rail of this debate.
When institutions hold Bitcoin, the question of custody is not abstract. In the European Union, MiCA imposes explicit requirements on entities providing custody and administration of crypto assets. In the United States, the SEC's staff accounting bulletin on crypto custody has pushed more institutions toward regulated custodians. In both frameworks, multisig is typically described as a feature of robust security architecture.
But if the multisig doctrine cracks โ if the operational risks become better understood by regulators โ then the regulatory treatment of custody will have to evolve. Regulators are not technical analysts. They are pattern matchers. They look at architecture and ask a simple question: is client money protected if a single component fails? Multisig has historically been the architecture that allowed custodians to answer "yes." If that answer becomes less obvious, custodians will face new compliance pressure.
The regulatory moat here is deeper than it appears. The winners in the next cycle will be entities that can demonstrate operational security under regulatory scrutiny โ not merely architectural features. The integration of threat-modeling documentation, audit trails, and recovery procedures into institutional custody practices will become a compliance advantage. Companies that merely market multisig as a silver bullet will find themselves at a regulatory disadvantage.
There is a structural irony here. The same forces that push retail users toward self-custody โ exchange failures, counterparty risk, the rhetoric of personal sovereignty โ also push institutions toward increasingly sophisticated custody frameworks. The multisig doctrine sits at the intersection of these two impulses. If it fractures, the consequences will be felt across both retail guidance and institutional compliance.
Let me return to the moment and to what it invites us to see.
The Coldcard event is not an isolated incident. It is the first crack in the hardware wallet narrative โ the first serious challenge to the assumption that the hardware layer of Bitcoin self-custody is trustworthy. Ledger's CTO responded to protect his market and to make a valid technical argument. The multisig services responded to defend their business models and to make an equally valid technical argument. The community is left with conflicting certainties and no framework for resolution.
Hunting for the story that defines the next cycle means recognizing that this is not a debate that will be resolved by either side winning. It will be resolved by the maturation of a new framework โ one that treats security architecture as a practice rather than a purchase, one that respects the complexity of human behavior, one that insists on individualized threat modeling.
The users who act on this understanding will be the ones who survive the next market crash with their funds intact. The users who cling to the dogma โ whether single-signature or multisig โ will be the ones who learn the hard lesson when their operational assumptions are tested.
We are building a financial system where self-custody is a revolutionary act. That revolution fails if its practitioners do not respect the complexity of what they are undertaking. Multisig is not a destination. It is a tool. Single-signature is not a deficiency. It is a tool. The choice is not between them. The choice is between understanding and assumption.
I have been analyzing Bitcoin narratives for two decades, and the one truth that remains constant is this: every narrative about security eventually collides with the reality of human behavior. The question is never whether the cryptography is sound. It is whether the user understands what they are responsible for.
The next cycle will not reward the most paranoid. It will reward the most lucid.
The call is not to abandon multisig. Nor is it to abandon single-signature hardware. The call is to abandon the certainty that any architecture by itself guarantees security. The multisig narrative cracking is not a threat to Bitcoin self-custody. It is an opportunity to mature it. The question that will define the next cycle is not "which wallet" but "what are you actually protecting, and against whom."
I am not going to hand you a definitive answer on whether you should adopt multisig. That would be the same mistake the dogmatists are making. I am going to urge you to learn the details of the Coldcard event when they become public, to map your own threat model, to stress-test your recovery process, and to make a decision based on evidence rather than narrative momentum.
The CTO of Ledger is correct that multisig is not always the right answer. The multisig faithful are correct that single-signature leaves funds exposed to a single point of failure. Both are correct within their premises. Both are insufficient beyond them.
The truth is more demanding than either position. It demands that you know your own vulnerabilities before you choose your tools. That is not a slogan. It is a practice. And it is the only answer that will survive the next cycle.