$70 million. Initial estimates were half that. Galaxy Research revised upward. Still no official figure. No forensic report. No patch details. No CVE identifier.

The only authoritative voice on this incident belongs to CZ. Not Coldcard. Not Coinkite. An exchange CEO is the primary narrator of a hardware wallet exploit. That inversion is the first problem. The security community is feeding on secondhand warnings while the root cause remains a black box.
"Nothing is 100% safe." Correct. Also dangerously obvious. The question was never whether absolute safety exists. The question is whether the industry ever understood where its actual trust assumptions lived.
State root mismatch. Trust updated.
Coldcard occupies a specific throne in Bitcoin culture. Bitcoin-only hardware wallet. Open-source firmware. Physical isolation. No Bluetooth. No USB data leaks by default. The choice of privacy maximalists, high-net-worth holders, and technical users who verify every address from a tiny screen. Coldcard is the device people cite when they want to prove they are serious about security.
And yet roughly $70 million exited the system under that trust model.
What we know is thin. An exploit involving Coldcard wallets. A loss estimated by Galaxy Research, not confirmed by independent auditors. A scope that nearly doubled from the first read. CZ stepping in with generic but carefully placed advice: spread funds across multiple wallets.
Everything else is inference.
What we do not know is the entire technical payload. Was this firmware compromise? Supply chain tampering? A malicious signing environment on the host machine? A compromised seed phrase at the generation moment? A physical attack on the device? Each vector points to a different layer of the trust stack. Each demands a different fix. None has been disclosed.
In the absence of technical disclosure, the only responsible posture is suspicion.
I have spent years tracing attack paths through smart contract code. My 2024 audit of the Arbitrum standard bridge wrappers taught me a structural lesson that applies here directly: the core protocol is rarely the vulnerable component. The user-facing wrapper is. The gap between a secure component and a human decision is where funds actually die.
The same logic governs hardware wallets. Fundamentally, a Coldcard is a signing machine. It takes a digest, produces a signature using a private key embedded in secure silicon, and emits the result. The ECDSA computation is cryptographically sound. The vulnerability, if one exists, lives in the adjacent layers.
Three candidate scenarios:
First: supply chain compromise. The device is assembled in one factory. Firmware is flashed in another. If the signing logic is tampered with before it reaches the consumer, the security promise is void before the device ever powers on. Detection requires independently verifying firmware hashes against a trusted source. Almost nobody does that. The attack is silent. The device signs — but it signs maliciously.
Second: the verification layer, not the signing layer. Coldcard's model assumes the user validates addresses and amounts directly on the device screen. In practice, many users verify on the computer display and treat the hardware unit as a confirmation button. If the host machine is compromised — if the transaction displayed to the user is genuine while the digest being signed is malicious — the hardware becomes a compliant notary for a hostile workflow. The screen lies. The click confirms. Funds move.
Third: the seed generation boundary. The most tamper-sensitive instant in a hardware wallet's lifecycle is the moment the seed phrase is created. A weak random number generator, or a compromised generation environment, creates a situation where the private key was never actually private. The attacker replays the generation parameters. Funds are collectible at any time without any active exploit on the device itself.
None of these vectors are confirmed. All of them are plausible. Every one shares a common denominator: the failure sits in the trust boundary between the device and its user, not in the cryptographic primitive.
The uncomfortable implication: a hardware wallet protects a private key. It does not protect a decision. It does not protect the human who confirms what they see. It does not protect against a compromised host rendering honest-looking lies. The hardware becomes a high-quality signing oracle for transactions that were already hostile.
Opcode leaked. Liquidity drained.
This is the deeper failure. The industry marketed hardware wallets as "cold storage" — final, absolute, passive. But security is not a device. Security is an architecture. Cold storage is a temperature metaphor, not a threat model. The moment a user treats the gadget as a complete security solution, they have introduced a single point of failure that no physical isolation can patch.
The loss escalation from initial estimates to $70 million strongly suggests this was not a one-off extraction. The attacker may still be active. The affected batch may be wider than what has been disclosed. And the manufacturer's silence is the loudest signal in the entire story. When a security vendor stays quiet, one of two things is true: the investigation is still unfolding, or the root cause is more embarrassing than the organization can publicly absorb.
The contrarian read is not that users lose faith in hardware wallets. It is that they run back to exchanges.
CZ's advice — diversify across wallets — is technically sound. But it lands inside a business logic. The same executive who says "nothing is 100% safe" operates the world's largest custodial exchange. FUD generated by hardware wallet failures is a tailwind for custodial products. If self-custody is fragile, the implicit alternative is "let the professionals hold it." Yet custodial risk is a different flavor of the same disease. Exchange insolvency. Freeze orders. Political jurisdiction. Regulatory seizure. A single wallet exploit is visible and specific. A failing custodian is quiet and catastrophic.
This binary is false. The real path forward is not "hardware wallet versus exchange." It is multi-sig, social recovery, and independent verification of every signature before final confirmation. The industry keeps selling single-device trust models because single devices are easy to consume. The exploitation of that simplicity is exactly what this incident demonstrates. Security products that demand zero discipline from the user fail at the precise moment the discipline is missing.
The monitoring list is short. Coldcard's official post-mortem. Chain metrics showing large exchange inflows. Further upward revisions of the loss figure. Galaxy Research is counting in real time. The market will absorb this slowly, then adjust.
This is the beginning of a maturation cycle. The "absolute security" narrative is dead. What replaces it — architectures with distributed trust, ritualized verification, honest threat models — will define the next generation of custody products. The users who survive the transition will be those who accepted security as a process, not a purchase.
Root of trust. Compromised. Trust boundary. Exceeded.