Crypto news

14.08.2026
23:20

The Human Factor: Why Perfect Code Doesn't Save the Crypto Industry from $3 Billion in Losses

img-ea2f0de4b4a109c6-2367959335714294

July 2026 will be remembered by me not for market volatility, but for a telling incident in BonkDAO. The code of the Solana meme coin's governing organization worked flawlessly, but that did not stop attackers from siphoning about $20 million from the treasury. There were no typical hacks — the vote was legitimate, following all the rules.

This incident is a vivid illustration of how attacks on governance mechanisms are becoming the new norm. The human factor has turned into the primary target for hackers, and the use of AI to analyze old smart contracts has become a serious threat that is also a tool for attackers.

Attack on Decentralization

On July 6, 2026, BonkDAO faced a governance takeover. The attacker stole approximately 4.43 trillion BONK tokens, exploiting fundamental weaknesses in the DAO's architecture and community apathy. The scheme was elegant: disguised as a routine proposal, Bonk Improvement Proposal #76, which promised rewards to participants, a malicious function for transferring funds was embedded.

To reach quorum, the hacker spent about $4.4 million on centralized exchanges, buying up 1% of the total supply. Against the backdrop of low turnout, this was enough to control nearly 100% of the votes. Six days later, the proposal executed automatically. The system had neither a time delay nor an emergency veto, and the quorum for disposing of huge sums was laughably low. The attacker simply carefully read the organization's charter.

This is not an isolated case. A year earlier, a similar attempt was made against the Compound protocol DAO. In July 2024, attackers tried to withdraw 499,000 COMP tokens (~$24.1 million) using a malicious proposal. With typical turnout of 4–5%, this package would have been enough for control, but the attack was repelled after adoption — through negotiations. The problem is not the code, but the very mechanisms of Web3 decentralization.

Audit Is Not a Panacea

While DAOs search for holes without a single line of exploit, the situation with code is different. According to Kerberus analysts, 90% of smart contracts hacked in 2025 had successfully passed audits. Most attacks did not require complex zero-day vulnerabilities — long-known methods were used: reentrancy errors, access control issues, oracle manipulations, and logical errors in business logic.

Cross-chain bridges are especially vulnerable. Since 2022, they have lost over $2.8 billion — about 40% of all stolen funds in Web3. The complexity of cross-network messages creates a huge attack surface that is physically difficult to assess in its entirety.

Notable examples from 2026:

  1. January 8 — Truebit lost $26.4 million due to an integer overflow in a legacy contract deployed five years ago.
  2. February 21 — hackers gained control of the IoTeX bridge validator key, updated the contract to a malicious version, and withdrew $4.4 million, minting 111 million tokens.
  3. April 18 — the largest DeFi exploit of the year: about 116,500 rsETH worth $292 million were drained from the Kelp bridge on LayerZero due to a single validator and an attack on RPC infrastructure.

Prompt Instead of Auditor

New attack vectors require restructuring defenses. But defenders now face an adversary for whom vulnerability analysis is a routine task. On December 1, 2025, Anthropic announced the use of AI models to find flaws. In tests on the SCONE-bench benchmark, neural networks successfully attacked 207 out of 405 actually hacked contracts, extracting $550.1 million. In practice, this is already happening: Chainalysis specialists record multiple simultaneous hacking attempts on different contracts, indicating automated enumeration.

The Key Matters More Than the Contract

No audit could have prevented the largest thefts. According to Chainalysis data for 2024, private key theft accounted for about 40% of stolen funds. The Bybit hack on February 21, 2025, is telling, when the exchange lost $1.46 billion in ETH. Attackers substituted data in the Safe interface, and signers approved an externally correct transaction. In June 2026, Humanity Protocol lost $31 million due to keys stored on a developer's infected computer.

What Actually Works?

The industry is shifting from one-off checks to dynamic monitoring. MPC wallets, account abstraction with social recovery, passkey authentication, and hardware storage are being implemented. Automated systems like Forta Network and Hypernative track anomalies in the mempool before a transaction is included in a block. The proactive response model has already proven its effectiveness: on September 2, 2025, Chainalysis's Hexagate system detected preparation for an attack on Venus 18 hours in advance and automatically paused the protocol 20 minutes before the final transaction.

Web3 architecture was created to eliminate trust in humans, handing control to mathematics. But statistics show the opposite: perfect code is powerless if a developer clicks a phishing link, and the community sleeps during a DAO takeover. It seems the main systemic vulnerability of the blockchain economy is not in algorithms, but in the fact that at both ends of the wire there are still people. And until we acknowledge this fact, any technical innovation will only be a temporary patch.