Pudoo
BTC $63,531.1 +1.13%
ETH $1,886.94 +2.30%
SOL $73.82 +2.86%
BNB $589.6 +2.43%
XRP $1.09 +2.46%
DOGE $0.0708 +2.24%
ADA $0.1896 +8.78%
AVAX $6.64 +7.41%
DOT $0.7974 +2.60%
LINK $8.36 +3.80%
⛽ ETH Gas 28 Gwei
Fear&Greed
27

41 Minutes, 1,196 Addresses, $70 Million: Dissecting the Coldcard Bitcoin Drain

Gaming | CryptoWoo |

1,196 addresses. 41 minutes. 1,082.65 BTC. $70 million.

The numbers arrive with surgical precision. Galaxy Research, the on-chain intelligence arm of Galaxy Digital, identified a tightly clustered sweep of self-custody Bitcoin addresses. The firm attributes the losses to the Coldcard wallet event. Early estimates were smaller. The chain analysis expanded the blast radius. The final number is still moving.

Forty-one minutes. Do the arithmetic. That is twenty-nine addresses drained per minute. One address every two seconds. No human executes that rhythm. A script fired. A deterministic extraction sequence, the moment the attacker held enough signing authority.

I have seen this profile before. In 2017, I spent three months auditing the pre-launch smart contracts of Parity Wallet v2, tracing the storage layout of the multisig initialization function by hand. I found a critical ownership reversion vulnerability. My patch merged two weeks before the exploit that destroyed millions in value. The lesson stuck: when many independent parties fail simultaneously, the flaw is systemic. The bug was in the code. The assumption was wrong.

This event carries the same fingerprint. The question is which assumption broke.


Set the stage. Coldcard occupies a peculiar throne in Bitcoin's security ecosystem. Manufactured by Coinkite, a hardware company with deep roots in the Bitcoin maximalist community, the Coldcard is the wallet of choice for the paranoid class. No Bluetooth. No USB data unless you enable it manually. A dedicated seed vault protected by a secure element. PSBT-based signing that lets the device remain physically air-gapped. It is the weapon of the self-custody purist, the person who repeats "not your keys, not your coins" like a prayer and means it.

The threat model is elegant. The private keys never leave the device. Transaction data arrives on a microSD card as a partially signed Bitcoin transaction. The Coldcard signs it offline. The signed blob goes back to the connected wallet software, which broadcasts it to the network. The private keys touch silicon, not silicon. Air-gapped by design. Trust minimized by architecture.

That design has earned Coldcard a reputation as the most secure consumer hardware wallet on the market. The irony of this event is not that Coldcard failed. The irony is that, based on the available chain data, we still do not know what failed. And that uncertainty is itself a finding.

Galaxy Research's numbers define the event's shape. One thousand one hundred ninety-six distinct addresses lost a combined 1,082.65 Bitcoin within a 41-minute window. That pushes the estimated total damage to approximately $70 million at current market prices. But here is what the headline hides: 1,196 addresses is not a random sample. It is a demographic marker. Average balance per address stands near 0.9 BTC. This is not one whale. This is a crowd. The profile resembles individual holders, not an exchange hot wallet, not a mining operation, not a fund custodian.

A crowd of ordinary self-custody users. All drained in under an hour. That is the anomaly that demands explanation.


Let us dissect the window itself. A 41-minute sweep of 1,196 addresses implies automation. The attacker did not manually craft transactions. They ran a loop: load address, load key material, construct transaction, broadcast, move to the next. Two seconds per address is aggressive but plausible for a script operating against a prepared database of keys or seeds.

The critical inference: the attacker held the key material before the first transaction was broadcast. They had to. There is no known mechanism by which an attacker can brute-force 1,196 keys in 41 minutes. Even the weakest hardware wallet seed phrase provides 128 bits of entropy. Brute force at that scale is cryptographically impossible. The keys were not cracked. They were acquired.

That reframes everything. This was not a vulnerability exploit in the traditional sense. This was credential compromise at scale. The attacker obtained the private keys or seed phrases for 1,196 distinct wallets. The 41-minute window is simply the time it took to execute the liquidation once the attacker was ready.

The acquisition phase, however, could have taken months. Attackers collect credentials slowly. They build databases. They wait. Then they execute the entire extraction in a single automated batch, which is exactly what the chain data shows. The pattern matches a stolen-key database, not a live intrusion.

This leads to the central technical question: where did 1,196 Coldcard-associated seeds come from?

Let me enumerate the plausible vectors, with confidence assessments based on the available evidence and historical precedent.

Vector one: seed generation compromise. If a user generated their Coldcard seed using a compromised computer, using wallet software that was itself malicious, the seed was exposed before it ever touched the Coldcard. The hardware device remains pristine. The user believes the seed is secure. In reality, the software layer betrayed them. This is a quiet, invisible failure. And it scales perfectly across many users if a popular companion wallet or a popular seed generation tool was compromised.

Vector two: supply chain interdiction. This is the nightmare scenario for every hardware wallet vendor. A batch of Coldcards is intercepted during shipping. The attacker replaces the device's internal software or installs a tampered secure element. The user receives a "new" Coldcard, generates a seed, and the seed is exfiltrated to an attacker server. The user never suspects. The hardware is the villain. The attack surface is macroscopic. If this vector is confirmed, it is not a Coldcard bug. It is a logistics failure with devastating consequences.

Vector three: third-party wallet software compromise. Coldcard devices do not operate in isolation. Users pair them with wallet front-ends: Specter-Desktop, Sparrow Wallet, Electrum, or proprietary mobile tools. These programs handle transaction construction. They see the metadata. They do not see the keys. But if one of these companions was compromised, an attacker could manipulate the PSBT flow. They could substitute a different destination address during the signing step. The Coldcard signs what appears to be a legitimate transaction. The user broadcasts a transaction that sends funds to the attacker's address. The user's hardware device worked perfectly. The software around it betrayed the user.

Vector four: seed backup compromise. Coldcard users are instructed to write down their 24-word seed and store it securely. Some users photograph it. Some email it to themselves. Some store it in password managers that later get breached. Some use metal washers and bury them, but also type the words into a notes app out of convenience. The hardware vendor cannot protect against human convenience. A centralized breach of a password manager or a cloud backup service could expose thousands of seeds. And 1,196 addresses in one event is consistent with a data breach at a third-party service used by a cluster of security-conscious Bitcoin holders.

Vector five: the SD card path. Coldcard's air-gap model relies on microSD cards to shuttle unsigned and signed transactions. The device does not need a USB data connection. But the SD card spends time inside the user's computer. If that computer is compromised with malware that both reads and writes SD card contents, the attacker can manipulate the transaction flow. They can also potentially extract metadata over time. Pure air-gap is a myth when the medium of transfer passes through the enemy's territory.

I am not ranking these vectors in the article because the evidence is insufficient. But I will rank them by prior probability based on seventeen years of watching this industry break. The most likely explanation is vector three or vector four. The least likely, but the most frightening, is vector two.

Why do I lean away from a Coldcard hardware fault? Because Coinkite has a strong track record of firmware integrity. Coldcard devices enforce signed firmware. The secure element is physically isolated. The attack surface of a well-audited hardware wallet is narrow. But the ecosystem around it is wide. This is the core insight: security is not a device. Security is a chain. And this chain includes the user's desktop operating system, the wallet software, the SD card, the backup medium, the room where the seed is written, and the person writing it.


Now consider Galaxy Research's identification methodology. The firm identified 1,196 addresses as part of a single event. That identification required a linking signal. The addresses share an attacker-controlled destination cluster on the receiving end. The funds likely moved to one or several consolidation addresses before entering exchanges. On-chain forensics traces exactly this pattern: outputs flowing to a common address cluster, then to a fiat on-ramp.

The fact that Galaxy could make the attribution public so quickly tells me something else. The attacker either reused destination addresses as an operational convenience or routed funds through a small number of mixing services. If the destination cluster was clean and identifiable, the entire extraction sequence becomes a single connected graph. That is how you go from a handful of reported losses to 1,196 addresses and a $70 million estimate.

There is a second implication. The earlier, smaller estimate of the Coldcard event was wrong because it relied on victim reports or partial data. Galaxy's graph-based attribution found victims who never reported the loss. That is the hidden value of chain analysis: it does not wait for humans to speak up. The blockchain never lies, but it also never volunteers. Someone has to interrogate it.

Static analysis reveals what intuition ignores. That is the entire discipline of on-chain forensics. And in this case, the analysis produced a figure substantially larger than what the market had been told. Trust the graph. Distrust the press release.


Let me place this event in historical context, because the industry has been here before, and the precedents sharpen the analysis.

41 Minutes, 1,196 Addresses, $70 Million: Dissecting the Coldcard Bitcoin Drain

The Ledger data breach of 2020 is the most instructive comparison. Ledger's hardware was never broken by the attackers. What was broken was the e-commerce database. Customer email addresses, postal addresses, and phone numbers were exfiltrated and later sold in bulk. The attackers did not touch a single private key. But the breach enabled a wave of targeted phishing campaigns. Customers were sent fake Ledger Live software updates. The malware asked for recovery phrases. Thousands complied. The victim pattern was distributed over months, not minutes.

What happened in the Coldcard event looks different. The 41-minute window suggests the attacker had the keys, not the emails. This is a more severe compromise class. Phishing requires the victim to actively cooperate. A key database requires no victim participation. The attacker simply spends the funds. If this is a seed database leak, the victims may never know what happened until they open their wallets.

There is also the 2019-2020 Coldcard vulnerability history. A man-in-the-middle attack vector was disclosed: a malicious USB drive could potentially impersonate a firmware update process on older Coldcard units. Coinkite addressed it with authenticated firmware. The vulnerability existed, was patched, and was not mass-exploited. But it proved that even the most hardened hardware vendor can ship flaws under the surface.

I would also point to the 2022 Terra-Luna collapse, which I analyzed in depth. In that case, the oracle feed mechanism in Mirror Protocol had a race condition that allowed stale prices to trigger liquidations. The protocol failed not because of a dramatic smart contract exploit but because of a timing flaw in a mispriced subsystem. The lesson: the failure point is rarely where the marketing department says the security lives. It is always in the connective tissue.

Connective tissue is where this Coldcard event likely lives. The hardware is a lock. The attacker found the window left open next to it.


Now let me examine the economic impact, because the immediate market narrative is wrong in a subtle way.

1,082.65 BTC is approximately 0.00055 percent of the circulating Bitcoin supply. It is a rounding error at the macro level. Bitcoin's daily trading volume routinely exceeds $20 billion. A forced liquidation of $70 million would register as a single bar on a chart, not a regime shift. The price impact is negligible. Any analyst claiming this event tanks Bitcoin's price is selling narrative, not data.

The real economic impact is distributional. One thousand one hundred ninety-six addresses lost an average of 0.9 BTC each. For a typical self-custody holder, that is not a round number; it is their entire savings position, accumulated over years. The economic damage is concentrated in a class of users who did everything "right" by the industry's standards. They bought hardware wallets. They avoided exchanges. They held their own keys. And they still lost everything.

This is the hidden cost of self-custody. It is not free. The price of avoiding exchange custody is the full burden of operational security. Hardware wallets lower that burden but do not eliminate it. The user must secure the seed backup, verify the device, vet the companion software, sanitize the computer, protect the physical space, and remain vigilant against social engineering. One mistake in that chain, and the entire position is gone. There is no customer support. There is no insurance. There is only the blockchain, and the blockchain does not do chargebacks.

Galaxy Research's involvement adds a second economic dimension. Galaxy Digital is a publicly traded, institutionally oriented financial firm. Its research arm publishing this analysis serves multiple purposes. The transparent report is genuinely useful. But it also reinforces a specific commercial narrative: institutional custody and professional compliance are safer than DIY self-custody. Every headline about a self-custody failure is marketing for the custody floor. That does not make the analysis wrong. It just means incentives deserve scrutiny.

The market migration pattern will be interesting to watch. A segment of Bitcoin holders, on reading this news, will not double down on advanced self-custody. They will move assets into established custodial services. Another segment will move toward multisig setups, distributing keys across multiple hardware devices and geographic locations. The technically sophisticated will deepen their defenses. The technically weary will outsource. Both responses are rational. Both are predictable responses to a demonstrated failure mode.


The ecosystem impact is worth tracing. The hardware wallet industry will feel this event across the board. Coldcard's brand takes the direct hit. But Ledger, Trezor, Foundation, and Blockstream Jade will also face renewed scrutiny. If the final attribution lands on a third-party software component or a seed backup service, the entire hardware wallet industry will spend months reassuring users that the devices themselves remain trustworthy. Competitors will publish security guides. They will emphasize firmware verification. They will distance themselves from the specific failure mode while absorbing the generalized fear.

There is a perverse dynamic at play. Hardware wallets market themselves as cold storage. The term implies inertia: the assets are frozen, safe, untouchable. But the attack surface of an air-gapped device is only as cold as the surrounding ecosystem. A truly air-gapped Coldcard can still be defeated by a compromised SD card, a malicious PSBT, or a seed that was generated on infected hardware. The cold concept is a marketing simplification. The code is never cold. The code is always running somewhere.

Silicon ghosts in the machine, verified.

41 Minutes, 1,196 Addresses, $70 Million: Dissecting the Coldcard Bitcoin Drain

The on-chain analysis sector, meanwhile, gains status from this event. Galaxy Research demonstrated that independent chain forensics can expand a loss estimate by an order of magnitude. That capability is now visible to regulators, insurers, and institutional allocators. Expect more funding for forensic tooling. Expect more requests for post-incident graph analysis. Expect the insurance industry to begin requiring chain-level audits before writing self-custody policies. The discipline of on-chain forensics just became more valuable.


Let me now present the contrarian position, because the obvious conclusion may be the wrong one.

The obvious conclusion is that Coldcard's hardware was breached. The right conclusion, with current evidence, is that the hardware brand was named in the headlines, but the attack probably did not touch the hardware at all. Consider the asymmetry of effort. To compromise a Coldcard secure element, an attacker needs a zero-day against a specific hardware architecture. That is an extraordinarily expensive piece of engineering. Crafting such an attack, then deploying it against 1,196 individual devices without detection, is a project of nation-state proportions. It is conceivable. It is not the prior expectation.

To compromise the software adjacent to a hardware wallet, however, is comparatively trivial. A malicious update to a popular companion wallet, a compromised npm package, a phishing kit that imitates a desktop application. One poisoned distribution channel can expose thousands of users. The attack lands not on the hardware but on the air gap itself. The gap is an illusion if the data crossing it is hostile.

The uncomfortable truth is that Coldcard's design philosophy might have made things worse in a specific way. Coldcard explicitly targets power users. Its companion ecosystem assumes technical competence. The documentation tells users to verify firmware signatures, sanitize their systems, and manage their own seed backups. For the target audience, that instruction set is fine. But a large fraction of buyers are not power users. They bought a Coldcard because someone on a podcast said it was the most secure wallet. They do not verify the signature. They do not understand PSBT structure. They trust the device and the surrounding ecosystem blindly. The hardware is a fortress. The user is the open door.

This event is therefore not primarily a story about Coldcard. It is a story about the gap between threat model and user behavior. The hardware did its job if the hardware was the attack surface. But the attack surface was probably human and interstitial.

There is also a second contrarian point. The 41-minute window and the 1,196 address count might be an artifact of the funding flow, not the attack. It is possible that the actual compromise occurred over months, but the attacker consolidated at the end. Galaxy Research labeled the consolidation window as the loss event because that is when the on-chain artifacts become visible. The visible window is not necessarily the attack window. It is the liquidation window. The difference matters for investigation. The attacker's first touch could have been months earlier.

And one more uncomfortable observation. Galaxy Research has the tools and the incentives to find 1,196 addresses. But how many more compromised addresses exist that do not share the same destination cluster? How many seeds from the same alleged source are still dormant? If the attacker liquidated only a portion of the stolen database and is waiting for the investigation to cool before liquidating the rest, the chain data will not reveal it until the second wave. The 41-minute window might be one chapter of a longer attack narrative. The full story may not be over.


The regulatory angle deserves a brief treatment because every security event of this size feeds policy debates. Bitcoin is treated as a commodity in most major jurisdictions. This is not a securities violation. It is a theft event, a criminal matter. If losses flow through a compliant exchange, the exchange's finCEN and AML reporting obligations may already have generated suspicious activity reports. The FBI or equivalent agencies may be tracking the funds. The sanctioned-entity question also arises: if any of the destination addresses are associated with designated persons, the event escalates into a compliance incident with cascading reporting requirements.

41 Minutes, 1,196 Addresses, $70 Million: Dissecting the Coldcard Bitcoin Drain

More important is the policy narrative. Regulators in the European Union, under MiCA, and in the United States, under a series of executive orders and legislative proposals, are pushing for clearer standards around digital asset custody. This event provides rhetorical ammunition for those who argue that retail self-custody is dangerous. The argument writes itself: even the most secure hardware wallet could not protect its users. The safe alternative is a regulated custodian with professional security, insurance, and recovery procedures.

The counterargument is equally available. The event is unproven hardware failure. If it was a software ecosystem failure, the lesson is better user education, not centralized custody. But regulators rarely cite counterarguments. They cite losses. And $70 million of losses is a powerful citation.


Let me step back and synthesize what we actually know versus what we are projecting.

What we know: Galaxy Research identified 1,196 addresses that lost Bitcoin during a 41-minute window. The total loss is estimated at $70 million. The event is associated with the Coldcard wallet brand. The loss estimate expanded from earlier, smaller figures.

What we do not know: the technical cause, the acquisition timeline, the identity of the attacker, the fate of the funds, the number of additional dormant victims, and the precise role of the hardware itself. The unknowable list exceeds the known list. That asymmetry is the most important finding of this entire episode.

The information vacuum will not last. Coinkite will eventually publish a statement. The forensic community will map the destination clusters. The exchange that eventually receives the funds may freeze them, forcing a partially recoverable outcome. But none of those developments will restore the trust that quietly eroded the moment the first estimate expanded from a small number to 1,196 addresses.


The takeaways from this event extend beyond Coldcard. They apply to every architecture where private key material is protected by a single point of failure. The lesson of this event is not "hardware wallets are bad." The lesson is "single-signer architectures concentrate risk in the key acquisition and key handling process." A single seed is a single point of failure regardless of how securely it is stored after generation. The safest evolution is multisig: multiple keys, multiple devices, multiple trusted locations, and a quorum requirement that makes single-path compromise insufficient.

The multisig shift is already underway in the technical community. This event will accelerate it. Institutional-grade systems like Casa and Unchained, which offer collaborative multisig custody, will see renewed interest. The DIY multisig tooling will improve. The financial industry will eventually adjust its insurance models to reward redundancy. The market will price security not as a narrative but as an architecture.

Composability is just controlled anarchy. Multisig is the control that prevents a single compromised component from converting your savings into an attacker's liquidation script.


Final judgment. This event is a $70 million reminder that Bitcoin's security model delegates enormous responsibility to the individual. The protocol is sound. The cryptography is sound. The hardware is probably sound. The user's environment was not. That is the pattern in every major self-custody catastrophe I have analyzed over seventeen years. The weak point migrates. It moves from the protocol to the wallet, from the wallet to the device, from the device to the software, from the software to the user. Attackers do not crack elliptic curve cryptography. They crack the software supply chain, the backup ritual, the convenience assumption, the human.

The 41-minute extraction was executed by a machine. The months of preparation behind it were entirely human. Do not look at the hardware to understand this event. Look at the chain of custody around the keys, from generation to backup to signing. That is where the story lives.

I expect the next development in this case to arrive from two directions. First, a forensic report tracing the destination cluster to an exchange or a mixer. Second, a Coinkite security advisory that either exonerates the hardware or reveals a supply-chain defect. Both documents will matter. But the market will have already moved on, because the market's memory is short and the next event is always loading.

What should not be forgotten is the shape of this attack. 1,196 addresses. 41 minutes. A perfectly silent extraction, visible only to those who knew to look at the graph and not at the headlines.

Logic is the only law that doesn't lie. The blockchain recorded it. The rest of us are still catching up.

Building on chaos, then locking the door. That is the entire history of crypto security. The builders keep improving the locks. The attackers keep finding the doors left open by design assumptions. This event is another iteration of the same loop. The correct response is not panic. It is architectural humility. Your threat model is only as honest as your willingness to admit where the chain breaks.

The chain broke somewhere. The forty-one-minute window says so. The 1,196 addresses say so. The $70 million says so. The mistake was made long before the broadcast. Every subsequent second was just confirmation.

Silicon ghosts in the machine, verified. The device did exactly what it was designed to do. The problem is that somewhere between the user and the silicon, another ghost was listening.

Market Prices

BTC Bitcoin
$63,531.1 +1.13%
ETH Ethereum
$1,886.94 +2.30%
SOL Solana
$73.82 +2.86%
BNB BNB Chain
$589.6 +2.43%
XRP XRP Ledger
$1.09 +2.46%
DOGE Dogecoin
$0.0708 +2.24%
ADA Cardano
$0.1896 +8.78%
AVAX Avalanche
$6.64 +7.41%
DOT Polkadot
$0.7974 +2.60%
LINK Chainlink
$8.36 +3.80%

Fear & Greed

27

Fear

Market Sentiment

Event Calendar

{{年份}}
30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

12
05
halving BCH Halving

Block reward halving event

18
03
unlock Sui Token Unlock

Team and early investor shares released

28
03
unlock Arbitrum Token Unlock

92 million ARB released

7x24h Flash News

More >
{{快讯列表(10)}} {{loop}}
{{快讯时间}}

{{快讯内容}}

{{快讯标签}}
{{/loop}} {{/快讯列表}}

Tools

All →

Altseason Index

44

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$63,531.1
1
Ethereum
ETH
$1,886.94
1
Solana
SOL
$73.82
1
BNB Chain
BNB
$589.6
1
XRP Ledger
XRP
$1.09
1
Dogecoin
DOGE
$0.0708
1
Cardano
ADA
$0.1896
1
Avalanche
AVAX
$6.64
1
Polkadot
DOT
$0.7974
1
Chainlink
LINK
$8.36

🐋 Whale Tracker

🔵
0x1ddf...71e9
5m ago
Stake
5,220,280 DOGE
🔵
0xcab0...cd25
2m ago
Stake
210.10 BTC
🔵
0x08e6...014e
2m ago
Stake
2,618 SOL

💡 Smart Money

0x5d9a...d1a2
Market Maker
+$1.8M
95%
0xddee...53d2
Early Investor
+$2.9M
70%
0xd1c5...14f1
Top DeFi Miner
+$1.9M
77%