Gelalens

Market Prices

Coin Price 24h
BTC Bitcoin
$62,519.9 -0.73%
ETH Ethereum
$1,837.78 -1.58%
SOL Solana
$71.31 -2.33%
BNB BNB Chain
$576.9 -1.97%
XRP XRP Ledger
$1.05 -0.88%
DOGE Dogecoin
$0.0686 -1.64%
ADA Cardano
$0.1723 +1.12%
AVAX Avalanche
$6.13 -4.70%
DOT Polkadot
$0.7708 +1.17%
LINK Chainlink
$8 -2.00%

Fear & Greed

27

Fear

Market Sentiment

Event Calendar

{{ๅนดไปฝ}}
22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

28
03
unlock Arbitrum Token Unlock

92 million ARB released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

12
05
halving BCH Halving

Block reward halving event

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
$62,519.9
1
Ethereum
ETH
$1,837.78
1
Solana
SOL
$71.31
1
BNB Chain
BNB
$576.9
1
XRP Ledger
XRP
$1.05
1
Dogecoin
DOGE
$0.0686
1
Cardano
ADA
$0.1723
1
Avalanche
AVAX
$6.13
1
Polkadot
DOT
$0.7708
1
Chainlink
LINK
$8

๐Ÿ‹ Whale Tracker

๐ŸŸข
0x8404...3823
12m ago
In
2,286,520 USDT
๐ŸŸข
0x98c0...9e9a
1h ago
In
2,037,403 DOGE
๐Ÿ”ต
0xd974...3a8d
5m ago
Stake
3,947,559 DOGE

๐Ÿ’ก Smart Money

0x20fe...3551
Market Maker
+$3.9M
85%
0xcd34...807a
Experienced On-chain Trader
+$1.4M
69%
0xb915...a32d
Arbitrage Bot
+$1.6M
95%

๐Ÿงฎ Tools

All โ†’
Press Releases

The $70 Million Entropy Collapse: Inside the Coldcard RNG Failure That Swept 1,196 Wallets

0xHasu
1,196 wallets. 41 minutes. $70 million gone. The numbers hit my dashboard like a flatline reading on a patient everyone assumed was healthy. The market missed it: this wasn't a sophisticated exploit. No zero-day. No social engineering. No physical device tampering. No supply chain interception. The attacker simply enumerated roughly four billion possible seeds, converted each one to a Bitcoin address, and scanned the public ledger for matches. Clusters don't watch the candle, watch the cluster. When I clustered the attack addresses, the pattern was unmistakable โ€” a batch job running silently against years of accumulated weak keys. The victims weren't chosen. They were statistically discovered. This is the first major hardware wallet security event in recent memory where the attack vector required zero physical access to the device. That alone should have triggered a re-rating of every self-custody thesis on the market. Coldcard has long positioned itself as the bitcoin maximalist's wallet of choice. Full offline signing. Open-source firmware. A security-first ethos that attracted the most paranoid corners of self-custody. That reputation made the July 30, 2026 disclosure from Galaxy Research and Block Research all the more damaging. The root cause traces to a March 2021 coding error in Coldcard firmware. A random number generation task was silently redirected to a weak fallback mechanism. That fallback derived entropy from the device's serial number and internal clock. In cryptographic terms, this is like replacing a 128-bit vault combination with a four-digit PIN derived from your birthday. The math is brutal. Standard BIP39 seeds carry 128 to 256 bits of entropy โ€” 2^128 to 2^256 possible combinations. The vulnerable seeds collapsed to roughly four billion possibilities, or about 2^32. Block engineers estimated the affected seed space at around four billion. A modern computer can traverse that space in hours, not years. The entropy reduction is approximately 2^96 โ€” a catastrophic degradation that makes brute force not just theoretically possible, but practically trivial. The bug sat dormant for over four years. Four years of firmware updates. Four years of security reviews. Four years of community confidence โ€” all built on a foundation that had quietly cracked in March 2021. That latency interval is itself a data point. It tells us that security-critical code changes in this industry are not receiving adequate testing coverage or independent audit scrutiny. A flaw that survives four years of production use isn't bad luck; it's a systemic failure of verification culture. And here's the kicker that the early reports got wrong: initial damage estimates landed around $38 million. The actual figure was nearly double โ€” approximately $70 million across 1,196 wallets, drained in 41 minutes. The expectation gap between early reporting and verified on-chain reality is a recurring theme in this industry. Clusters don't watch the candle, watch the cluster โ€” and the early candle watchers missed the size of the fire. Let me walk through the attack chain as reconstructed by Galaxy and Block researchers. This is the forensic skeleton that matters for anyone who holds a hardware wallet. Step one: identify the vulnerability. The attacker either discovered the RNG fallback independently or acquired the knowledge through prior research. The weak entropy source โ€” device serial number plus clock โ€” creates a heavily constrained key space. No physical access required. No phishing. No malware. Just a mathematical weakness baked into seed generation. Step two: enumerate. Instead of targeting any single wallet, the attacker built out the full space of roughly four billion possible seeds. For each seed, they derived the corresponding Bitcoin addresses. This is computationally expensive but entirely feasible offline, particularly with GPU acceleration. The elegance of this approach is that enumeration happens offline, silently, with no network activity to trigger alarms. Step three: match. The attacker scanned the public Bitcoin ledger for any address with a non-zero balance. Bitcoin's transparent UTXO model makes this trivial. Every funded address is visible; the attacker simply looked for collisions with their pre-computed address database. The public nature of the ledger, designed to enable trustless verification, here became the attack surface. Step four: sweep. 1,196 wallets were drained in rapid succession. Automated scripts detected balances and transferred funds to attacker-controlled addresses. The speed suggests a fully automated pipeline โ€” enumerate, derive, match, sweep โ€” with no manual intervention required. Here's where my on-chain forensics background kicks in. Galaxy noted that the sweeping transactions were broadcast in batches, with three empty blocks in between. This isn't random noise. The attacker deliberately throttled the sweep rate, likely to avoid triggering exchange and monitoring alerts. Continuous streaming broadcasts would have set off alarm bells across the industry. Batched transactions, segmented across block intervals, look far less anomalous to automated surveillance systems. This is textbook operational security from an actor who understood how blockchain monitoring works. Based on my experience tracking MEV bot strategies and wash trading patterns in 2024, this behavioral fingerprint indicates a sophisticated operator โ€” but not necessarily a sophisticated technical attack. The edge here was pure enumeration economics, not clever cryptography. The attacker also used a paid account with a well-known blockchain analytics service to query address provenance, according to the investigation. That detail matters. It tells us the attacker was confident enough to use commercial infrastructure, likely because they understood that chain analysis attribution was a secondary concern compared to the speed of the sweep. In my 2022 Terra work, I saw the same pattern from insiders rotating funds โ€” actors who move fast don't care about being traced; they care about being first. Block has since submitted its findings to authorities. That move speaks to the growing role of on-chain data firms as de facto cyber enforcement auxiliaries. Galaxy Research and Block Research effectively reconstructed the entire attack chain โ€” vulnerability, enumeration, matching, sweeping, and attribution โ€” within days. The infrastructure layer of crypto intelligence just demonstrated its value as the last line of defense. The forensic methodology here deserves attention. Galaxy and Block didn't just identify drain addresses; they reconstructed the generation logic. By analyzing the weak seeds that were successfully swept, they could work backwards to confirm the RNG fallback pattern โ€” serial number plus clock โ€” and estimate the total affected seed space. This is the kind of reverse engineering that defines modern on-chain forensics. It's not about following transactions; it's about understanding the code that created the keys in the first place. This event also raises uncomfortable parallels to earlier RNG failures in crypto history. The 2012 Android SecureRandom vulnerability led to the theft of hundreds of Bitcoin from wallets generated on Android devices. The 2010 Sony PS3 hack succeeded because the console reused a fixed random number for ECDSA nonces, allowing attackers to recover the private key. The pattern is consistent: when randomness fails, everything downstream fails. Bitcoin's security model is mathematically sound; the weakest link is always the entropy source feeding the key generation pipeline. Now let's talk about what this means for the security model itself. The hardware wallet promise is straightforward: private keys never leave the device. That assumption is only as strong as the firmware that generates the keys. If the random number generator fails โ€” even once โ€” the entire security model collapses. No amount of offline signing, secure element chips, or open-source auditing can compensate for weak entropy at the moment of seed creation. This is not a Coldcard-specific problem. Every hardware wallet on the market depends on RNG quality at key generation time. The difference is that most vendors do not publicly disclose their RNG fallback logic, and none offer users a way to verify the entropy quality of their existing seeds. The Coinkite response adds another layer of concern. The fix firmware prevents newly created seeds from being affected. But existing seeds, created between March 2021 and the July 2026 disclosure, remain vulnerable. There is no at-home test to determine whether your seed is compromised. Users cannot verify their exposure. The only safe course of action is to generate a new seed on updated firmware and migrate assets. The ship has already sailed for those 1,196 victims. The migration burden is another angle the market hasn't fully priced. Generating a new seed, re-deriving addresses, transferring UTXOs, updating any services that reference old addresses โ€” this is not a trivial afternoon task. For users with significant holdings, multi-sig setups, or complex inheritance plans, the cost of migration is substantial. And because there's no way to verify whether a seed is exposed, every Coldcard user in the affected window must assume the worst and migrate anyway. There's also a question the disclosure barely touches: which specific models are affected? The initial disclosure omitted the Mk2 line. That omission matters. If older hardware revisions are still running vulnerable firmware, then the blast radius is wider than the disclosed number suggests. I would not be surprised if the final victim count exceeds 1,196. One more data point worth noting: the stolen funds remain unmoved at the time of writing. The four known attacker addresses have not been consolidated or sent to exchanges. This could mean the attacker is waiting for heat to die down, or it could mean they're planning a laundering strategy through mixers or cross-chain bridges. Historical precedent suggests the funds will eventually move. When they do, the transaction pattern will reveal a lot about the attacker's sophistication level. Now for the part that will annoy the maximalists. This event is not primarily about Coldcard being a bad product. It's about the industry-wide illusion that any single security device can be absolute. CZ's warning โ€” even hardware wallets can have vulnerabilities โ€” was directed at the entire category, not one vendor. Ledger, Trezor, and every other hardware wallet face the same structural dependency on RNG quality. Different implementations, sure. But the fundamental reliance on unpredictable entropy at key generation is universal. When that entropy source fails, the entire security model is compromised regardless of the brand. The counter-intuitive angle that most analyses are missing: the most underappreciated protective layer in this entire incident is the BIP39 passphrase. A strong passphrase, even with a brute-forced seed, would have prevented fund access. The attacker may have recovered the seed phrase, but without the passphrase, the derived keys remain useless. Yet the wallet ecosystem โ€” particularly mobile interfaces โ€” has chronically under-supported passphrase functionality. The investigation data itself flagged that phone-based recovery flows lack BIP39 passphrase support. That's not a Coldcard problem. That's an ecosystem problem. Correlation does not equal causation. The presence of 1,196 drained wallets doesn't mean Coldcard is uniquely compromised. It means that within a specific firmware window, entropy was weak, and the attacker found and exploited it. Other brands may have similar skeletons waiting in their firmware history. Given that 2026 is already on track to be a record year for crypto intrusions, I would not bet on this being the last such disclosure. The signal to watch next isn't the stolen Bitcoin โ€” it's the response. Watch the four addresses holding stolen funds. If they move to an exchange, expect volatility. If Coinkite expands its disclosure to cover Mk2 models, the trust crisis deepens. But the data is clear: no single point of failure โ€” hardware or software โ€” deserves your full trust. Clusters don't watch the candle, watch the cluster. The clusters here show a systemic risk that predates Coldcard and outlasts this scandal. The question isn't whether your wallet is safe today. It's whether your storage architecture survives when one layer fails. Defense in depth. Passphrases. Multisig. MPC. Or accept the risk.

The $70 Million Entropy Collapse: Inside the Coldcard RNG Failure That Swept 1,196 Wallets

The $70 Million Entropy Collapse: Inside the Coldcard RNG Failure That Swept 1,196 Wallets

The $70 Million Entropy Collapse: Inside the Coldcard RNG Failure That Swept 1,196 Wallets