WeightChain

Market Prices

Coin Price 24h
BTC Bitcoin
$63,856.5 +0.88%
ETH Ethereum
$1,869.23 +0.07%
SOL Solana
$73.67 +0.46%
BNB BNB Chain
$591.7 +0.66%
XRP XRP Ledger
$1.08 -0.04%
DOGE Dogecoin
$0.0703 -0.20%
ADA Cardano
$0.1916 +1.16%
AVAX Avalanche
$6.53 -1.43%
DOT Polkadot
$0.8288 +3.66%
LINK Chainlink
$8.24 -0.99%

Fear & Greed

28

Fear

Market Sentiment

Event Calendar

{{年份}}
12
05
halving BCH Halving

Block reward halving event

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

18
03
unlock Sui Token Unlock

Team and early investor shares released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

28
03
unlock Arbitrum Token Unlock

92 million ARB released

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,856.5
1
Ethereum
ETH
$1,869.23
1
Solana
SOL
$73.67
1
BNB Chain
BNB
$591.7
1
XRP Ledger
XRP
$1.08
1
Dogecoin
DOGE
$0.0703
1
Cardano
ADA
$0.1916
1
Avalanche
AVAX
$6.53
1
Polkadot
DOT
$0.8288
1
Chainlink
LINK
$8.24

🐋 Whale Tracker

🟢
0x11dd...079c
1d ago
In
2,146,591 USDT
🟢
0x3c4a...9a59
6h ago
In
1,789.98 BTC
🟢
0xaf87...74da
3h ago
In
4,448 ETH

💡 Smart Money

0x9203...cb5c
Early Investor
+$2.1M
76%
0xf91b...aa32
Institutional Custody
+$0.5M
92%
0xedd1...d605
Market Maker
+$0.8M
77%

🧮 Tools

All →

Swept in 41 Minutes: The Coldcard RNG Collapse That Broke Bitcoin's 'Absolute Safety' Myth

RayEagle
Stablecoins

Forty-one minutes.

That's how long it took an unknown attacker to convert a four-year-old coding error into a $70 million payday, draining 1,196 Bitcoin wallets created by Coldcard hardware wallets — the devices that bitcoin maximalists have long crowned as the gold standard of self-custody.

No phishing emails. No compromised apps. No physical access to a single device. Just pure mathematics, applied at industrial scale.

Early reports whispered $38 million. The real figure, reconstructed by Galaxy Research and Block's investigators, nearly doubled that. And here's what's keeping me on edge: the attack is still unfolding. Four of the attacker's addresses — bc1qq85..., bc1qx76..., bc1q8jy..., bc1qnk4... — still hold stolen funds, and the sweep pattern suggests this wasn't a one-time raid. It was a system designed to keep hunting.

The chart screams, but the order book whispers. On-chain, the story was written before the first victim checked their balance. The attacker had pre-built the entire attack surface offline: generating addresses from a broken random number generator, indexing them against the public ledger, and waiting years for the right moment to pull the trigger.

I've been in this industry since 2017, back when I was skipping undergrad classes in Vancouver to track Ethereum testnet blocks and writing 3,000-word exposés in four hours because speed mattered more than perfection. I've watched ICOs evaporate, DeFi protocols get pillaged, and exchange empires collapse under their own arrogance. But this one cuts deeper. Because hardware wallets aren't supposed to fail like this. They're the cold storage Fort Knox we recommend to our parents, our non-technical friends, anyone who asks "how do I keep my bitcoin safe from the world?"

Turns out the fortress had a cracked foundation. And nobody noticed for four years.

The Device That Wasn't Supposed to Lie

Coldcard, made by Canadian firm Coinkite, occupies a peculiar place in Bitcoin culture. It's not the prettiest wallet — no touchscreen glamour, no sleek consumer packaging. It's a purpose-built machine with a monochrome display, physical buttons, and a security philosophy that borders on religious devotion. Full offline signing. Open-source firmware. Air-gapped operation. It's the tool of choice for bitcoiners who view Ledger and Trezor as consumer-grade toys.

The security model is elegant in theory: private keys are generated on-device and never leave it. Seed phrases appear on the screen, get written down by trembling hands, and are stored in steel plates buried in deserts. The device signs transactions offline, theoretically immune to remote attack. The private key is supposed to be mathematically impossible to extract.

But that model rests on one unexamined assumption: the device's random number generator must be truly random.

If the RNG works, your seed phrase is one out of 2^128 or 2^256 possibilities — a number so vast that brute-forcing it would outlast the universe. If the RNG fails, even slightly, that mathematical wall crumbles into something resembling a picket fence.

Here's the uncomfortable truth the hardware wallet industry has quietly known but never loudly advertised: every cold storage setup traces back to an entropy source the user cannot verify, cannot audit, and cannot test. We trust the device the way we trust a bank vault — until the vault door swings open on its own.

Reading the room before reading the candlestick: the room was murmuring about hardware wallet security long before this event. CZ, the former Binance chief who turned "SAFU" into a mantra, had publicly warned that even hardware wallets carry vulnerabilities. He's also admitted some of his past market calls were wrong — but on this one, he was prescient. Warnings are ambient noise until someone proves them. On July 30, someone proved them with devastating precision.

Anatomy of a Four-Year-Old Bug

Let's walk through the technical chain, because the details matter more than the dollar figure.

In March 2021, Coinkite's developers introduced an encoding error during a firmware update. The exact root cause is still being pieced together, but the consequence is unambiguous: the random number generation task was silently redirected from the device's hardware RNG to a weak fallback mechanism.

That fallback derived entropy from two sources: the device's serial number and its internal clock.

Think about what that means in practice. A serial number is fixed forever. A clock is predictable — you can narrow it down to manufacturing batches, firmware update timestamps, and first-boot moments. Combined, these two inputs produce a catastrophically small keyspace. Block's engineers estimated the compromised seed space at roughly 4 billion possible combinations.

In cryptographic terms, that's about 2^32. A standard BIP39 seed carries 128 to 256 bits of entropy. The drop from 2^128 to 2^32 is a reduction of roughly 2^96 — a number so enormous that comparing the two is like comparing a grain of sand to the observable universe. Normal seeds are effectively unbrute-forceable. Weak seeds, by contrast, can be enumerated on a single modern GPU in hours.

The entropy collapse wasn't gradual degradation. It was a cliff dive — and the safety net was never installed.

Based on my years auditing blockchain security and tracking on-chain forensics, what stands out to me is the latency. This bug lived in production firmware for over four years. That tells us Coinkite's security-critical code changes lacked adequate test coverage and independent audit. The error wasn't caught by automated testing, wasn't caught by code review, wasn't caught by the community that treats Coldcard's open-source firmware as gospel. It was caught only when an attacker weaponized it.

The Attack: Four Steps to Extinction

The attacker's playbook, reconstructed by Galaxy Research and Block's investigators, was brutally elegant.

Step one: generate every possible weak seed. All 4 billion of them, modeled on serial number ranges and clock timestamps. This is computationally heavy but entirely doable offline. You don't need a botnet. You need one good machine and a lot of patience.

Step two: derive the corresponding Bitcoin addresses. Each seed expands into a tree of addresses. The attacker built a massive database of these addresses before the attack ever touched the live network.

Step three: scan the public blockchain for matches. Bitcoin's ledger is transparent by design. The attacker cross-referenced the indexed addresses against every address with a non-zero balance, looking for the quiet collision of flawed RNG with real money.

Step four: sweep. For every match, derive the private key and drain the funds in an automated routine.

The entire attack required zero interaction with any victim. No malware, no phishing link, no fake support call. Just the geometric horror of a broken entropy source colliding with the public record.

Liquidity is just patience wearing a speedo — and this attacker was patient for years. The compromised seeds were generated starting in 2021. The victims kept using their wallets, kept receiving funds, kept believing in the cold storage gospel. Some of those wallets may have been holding funds for the entire four-year period, silently waiting to be recognized by someone who had already indexed their keys.

The 41-Minute Execution

The sweep itself was fast. Very fast.

Galaxy Research's block-level analysis shows transactions clustering into a 41-minute window. That's not a human clicking "send" on a thousand transactions. That's software executing a batch routine — likely pre-signed transactions pushed to the mempool in rapid succession.

But there's a fascinating detail buried in the forensic reconstruction: three intermediate blocks showed no sweeping activity. The attacker wasn't streaming transactions continuously. They were batching deliberately.

Why does that matter? Because it suggests operational discipline. The attacker controlled the sweep's pace, possibly to avoid triggering exchange surveillance systems or to align with block confirmation rhythms. This wasn't a panicked grab. It was a calculated extraction by someone who understood how monitoring systems work — and how to slip between their alarms.

There's another detail that deserves attention: the attacker used a paid account at a well-known blockchain analytics service to query source addresses. That's audacious. It tells us the attacker was aware of chain surveillance, yet used the service anyway — either out of technical convenience or a calculated bet that the account couldn't be traced back to them. Either way, it reveals that chain analysis tools have become standard equipment for both sides of this arms race.

Block has submitted its findings to authorities. But on the public ledger, the story remains incomplete. The stolen bitcoin is sitting in those four addresses, unmoved. Every day it stays parked, the tension builds. If even a portion of those funds heads toward an exchange, expect fresh volatility and a fresh wave of headlines.

The Unfixable Exposure

Here's the detail that should genuinely terrify every hardware wallet owner: the 1,196 wallets drained in this attack are almost certainly just the visible peak of an iceberg we can't fully measure.

Coinkite has released a patched firmware. Good. But that patch only prevents newly created seeds from falling into the weak RNG trap. It does nothing for seeds generated between March 2021 and the patch release. And here's the kicker I keep coming back to: there is no way to test whether your existing seed is compromised. No home tool. No open-source utility. No independent auditor that can tell you, with certainty, whether your specific wallet was generated using the weak fallback path.

Block's researchers identified compromised seeds by reconstructing the generation algorithm and matching it against blockchain balances. That means the only way to know if you're affected is to be a forensic expert with access to the exact attack methodology.

Think about the asymmetry. The attacker built a searchable database of every weak address. The victims have no equivalent tool. The attacker's sweep system is still running — any time someone sends funds to an affected address, those funds are at risk. The victims are playing defense blindfolded.

The practical guidance is blunt but necessary: if you used a Coldcard to generate a seed between early 2021 and the patch release, assume the worst. Create a new seed. Move your funds. This is not a "wait for more information" moment. Speed kills, but hesitation bankrupts — in this case, literally.

There's a second gap in the response that worries me: Coinkite's initial public disclosure did not clearly cover all affected hardware models. The Mk2 series, specifically, wasn't prominently flagged in the first announcement. For a company whose entire brand is built on uncompromising security transparency, that omission is a serious misstep. Users with Mk2 devices may be sitting on compromised seeds while believing they're outside the blast radius.

And let's not bury the lede on the human cost. These aren't anonymous wallet numbers. These are people. Some of them are early adopters who have been accumulating bitcoin since the 2017 bull run — the same run where I was a 21-year-old kid obsessing over testnet blocks and ICO whitelists. Their entire retirement plan, their family's future, reduced to a line item in an attacker's ledger. The psychological toll of watching four years of disciplined saving vanish in 41 minutes is something no chart can capture.

I remember organizing a burnout-relief gaming tournament for crypto journalists after the Terra collapse in 2022, because the emotional weight of that crash was crushing people. This event will produce its own wave of trauma — quieter, more private, but just as real. The victims won't post about it. They'll just quietly leave the ecosystem.

What This Actually Means for Bitcoin

The immediate price impact is minimal. $70 million is a rounding error against a Bitcoin market cap that, by mid-2026 estimates, sits somewhere in the $1.5 to $2 trillion range. This isn't a market-moving event in the way an ETF approval or a macro shock would be. The fear index will spike, social media will burn with hot takes, and then the machine will move on.

But the structural damage is deeper than the dollar figure suggests. 2026 is already a record year for crypto thefts — the industry has been desensitized to hacks, exploits, and drains. Yet this one is different. It struck at the foundational narrative of self-custody: that a hardware wallet is the ultimate fortress. If a hardware wallet held in the highest regard by the Bitcoin community can silently produce broken keys for four consecutive years, every other brand's safety claims deserve renewed skepticism.

From the rush to the slump, we kept moving — that's always been this industry's rhythm. We absorb shocks, we adapt, we build newer shinier solutions. But the Coldcard event forces a reckoning that can't be solved with a firmware update.

Consider the contagion paths:

The trust reallocation trade. Some retail users will interpret this event as "self-custody is too risky" and shift funds to custodial exchanges. That's a real, measurable flow that benefits Coinbase and similar platforms. But it's also a step backward for the ecosystem's decentralization ethos — the exact ethos Satoshi's whitepaper was built on. In a post-ETF world where Wall Street already treats bitcoin as a toy for their own portfolios, watching retail retreat from self-custody only accelerates that capture.

The MPC wallet narrative. Multi-party computation wallets, which distribute key shares across multiple devices, eliminate the single-point-of-RNG-failure problem almost entirely. If one machine has a broken random number generator, the attacker still lacks the other key shares. This event hands the MPC sector its strongest marketing ammunition since the 2022 exchange collapses.

The hardware wallet pecking order. Ledger and Trezor may smell blood in the water and launch marketing campaigns positioning themselves as safer alternatives. They should be careful: their own RNG implementations haven't been proven immune. Any brand that markets "absolute security" after this event is either naive or dishonest.

The Story the Headlines Missed

Everyone will focus on Coldcard's failure. The contrarian angle is elsewhere.

BIP39 passphrases — the optional extra word that adds an additional layer of protection on top of a seed phrase — would have blunted or defeated this attack entirely. Even if the attacker derived your 12 or 24 seed words, without the passphrase, they still cannot access the funds. It's an extra line of defense that costs nothing to implement and is almost criminally underused.

Here's the systemic gap: mobile wallet support for BIP39 passphrases remains patchy. The report notes this explicitly — users who want passphrase protection often can't get it on their phones. So the most effective mitigation for this class of attack is unavailable to a huge segment of users, not because the technology is hard, but because the ecosystem hasn't prioritized it. That's the real scandal hiding behind the Coldcard headlines.

Panic is just uncalculated opportunity in a hurry. The opportunity here is for the industry to grow up and accept that security is not a product you buy but a practice you constantly maintain. Defense in depth — multiple wallets, passphrases, multi-signature setups, geographic distribution of backups — beats single-device absolutism every time.

There will be tribal warfare in the comments, Coldcard versus Ledger versus Trezor, and it will miss the point. The lesson isn't "brand X is bad." The lesson is that the hardware wallet security model — one device, one RNG, one point of failure — is fundamentally fragile. The attacker didn't exploit Coldcard's brand. They exploited an architectural assumption shared by the entire industry.

The long-term shift I'm watching: the emergence of proactive security tools. Someone needs to build a service that scans for weak seeds before attackers do, and notifies users. Galaxy and Block proved this is technically feasible. What's missing is the infrastructure to make it a standard safety net — a kind of credit monitoring for crypto self-custody. That's a market gap, and in this bear market, identifying real gaps is how you position for the next cycle.

The Next Watch

So what do we watch while the fear settles and the takes exhaust themselves?

First, the four known attacker addresses. If the funds move, especially toward an exchange, expect news cycles to reignite and potentially some sell-side pressure. If they stay parked, this story cools into a reference example rather than an ongoing threat.

Second, Coinkite's next disclosure. Full transparency about affected models, affected serial number ranges, and the precise firmware versions carrying the bug would go a long way toward rebuilding trust. Vague statements will confirm the worst suspicions.

Third, whether more compromised wallets get swept. The attack surface remains open. If new victims emerge in the coming weeks, the "tip of the iceberg" thesis gets validated and the story escalates.

Fourth, competitor security incidents. If any other hardware wallet brand reports a similar RNG issue within the next six months, we'll know this is an industry-wide plague, not a one-off bug. That scenario would reshape the entire hardware wallet market landscape — and fast.

Hardware wallets remain one of the best tools we have for self-custody. But "best tool" is not "absolute guarantee." The Coldcard event is the industry's reminder that security is a process, not a purchase. The fortress has cracks. It always did. The only question is whether we build better walls — or retreat to castles owned by someone else.

Liquidity is just patience wearing a speedo, and the patient attacker who waited four years just taught this industry its most expensive lesson in a long time. The question now is simple: are you migrating your seed, or waiting for the next sweep to find you first?