The industry is debating quantum apocalypse while $972 million was stolen by phishing links.
TRM Labs reports that the first half of 2026 saw 207 hacks, totaling $972 million in stolen assets. Yet the loudest security conversation in the room remains quantum computing. Binance's Chief Security Officer, Jimmy Su, recently stated that quantum computers are not the immediate threat. He is correct. But the data reveals a more uncomfortable truth: the threat is not external—it is the operational fragility of the systems we trust.
Let me be clear: quantum computing is a real long-term risk. Shor's algorithm, when fully realized, will break ECDSA, the backbone of Bitcoin and Ethereum. But current quantum computers have around 1,000 qubits, while breaking secp256k1 requires millions of physical qubits. NIST's post-quantum standards (FIPS 203/204/205) are a decade-long migration. The industry's fixation on quantum is a distraction from the bleeding wound.

Context: The Real Attack Surface
Jimmy Su's interview, covered by BeInCrypto, reframes the threat model. The data from TRM Labs and SlowMist paints a clear picture:
- Contract and logic vulnerabilities are the most frequent attack vector.
- Private key and credential leaks rank second.
- Infrastructure and operational breaches account for 76% of total losses, despite representing only 15% of incidents.
This is not a failure of cryptography. It is a failure of operational security. During my deep dive into the 2022 Terra-Luna collapse, I traced the circular dependency in the minting algorithm—a code-level flaw, not a quantum attack. The same pattern repeats: we build complex systems, but we neglect the human layer.
Core: The Hierarchical Threat Model
Based on the data, we can construct a layered threat model:
Layer 1 – Human Factors (Highest Frequency): Phishing, social engineering, malware, credential theft. These are the entry points. They are cheap, scalable, and evade most technical defenses.
Layer 2 – Infrastructure Weaknesses (Highest Impact): Private key compromise, operational security failures, supply chain attacks. These events are rare but catastrophic. The 76% loss figure from 15% of events suggests attackers are shifting from spray-and-pray to precision strikes on high-value targets.

Layer 3 – Algorithmic Attacks (Long-term Existential): Quantum computing, consensus attacks. Currently negligible, but systemic if realized.
The Contrarian Angle: The Whale Hunting Blind Spot
The industry's focus on quantum as the boogeyman obscures a more insidious trend: the professionalization of infrastructure attacks. When a single compromise can drain $100 million, the attacker is not a script kiddie. They are a sophisticated actor targeting key management systems, employee endpoints, or cross-chain bridges.
During my work on Aave v2 stress testing, I simulated oracle manipulation scenarios. The flash loan attacks were spectacular, but the real danger was always the lazy assumptions about private key storage. We audit smart contracts ad nauseam, yet we treat the private key as a single point of failure. The math is sound; the operational discipline is not.
Jimmy Su's statement is strategically convenient for Binance. As the world's largest exchange, currently under regulatory scrutiny, signaling that 'we focus on real threats' builds trust. But the data also implicates centralized exchanges: the 76% infrastructure loss figure likely includes exchange hacks. The silence is deafening on who is responsible for those losses.
The Takeaway: A Call for Operational Rigor
The quantum debate is a luxury we cannot afford today. The real work is in hardening the human-machine interface. We need mandatory multi-factor authentication, hardware wallet standardization, and routine security audits—not just of code, but of operational procedures.
'Trust is a variable, not a constant.' Every stolen private key is a compromise of trust. The industry will not be broken by a quantum computer in 2035; it will be broken by a phishing email in 2026.
We coded the escape, but forgot the exit. The exit is not a cryptographic algorithm—it is the discipline to protect the keys. Silence is the only audit that matters, and the silence on operational failures is deafening.
Addendum: A Personal Note on the Harvest Now, Decrypt Later Threat
One nuance often ignored: 'Harvest Now, Decrypt Later'—attackers may already be storing encrypted blockchain data for future quantum decryption. However, for public blockchains, historical transactions are not secrets. The real threat is if future post-quantum migration is mismanaged, creating a window where old signatures become vulnerable. This is a long-term governance issue, not a current exploitation vector. Yet, the industry must prepare for it now, not after the bleeding.
Final Word
The next time someone warns you about quantum computers, ask them: 'How many of your private keys are stored in a password manager shared across three devices?' The answer will tell you more about the real risk than any Shor's algorithm discussion.