Crypto news

15.08.2026
02:59

The human factor: the main vulnerability of the blockchain economy that cannot be fixed with code

img-ea2f0de4b4a109c6-2367959335714294

July 2026 became a landmark month for the decentralized finance industry. The code of BonkDAO, the governing body of the Solana memecoin, worked flawlessly from a technical standpoint, yet approximately $20 million evaporated from the organization's treasury. There was no hack in the classic sense—the vote was legitimate, but the results were catastrophic. This is a stark signal: attacks on governance mechanisms are becoming the new norm, and the human factor is turning into a priority target for malicious actors.

Attack on decentralization: how it works

On July 6, 2026, BonkDAO faced a takeover of its own governance system. The attacker siphoned off about 4.43 trillion BONK tokens, exploiting not code errors but fundamental weaknesses in the DAO's architecture and community apathy. Disguised as a routine proposal, Bonk Improvement Proposal #76, which supposedly offered rewards to voters, the hacker embedded a malicious function to transfer funds to their own account.

To reach quorum, they spent about $4.4 million on centralized exchanges, buying up 1% of the total BONK supply. With extremely low voter turnout, this was enough to control nearly 100% of the votes. Six days later, the proposal executed automatically. The system had no time-delay mechanism, a low quorum threshold, and no team veto power—all of which played into the attacker's hands.

This is not an isolated case. A year earlier, a similar attempt was made against the Compound protocol's DAO. In July 2024, attackers tried to withdraw 499,000 COMP tokens (about $24.1 million) via a malicious proposal. With standard turnout of 4–5%, such a package would have been enough to control the vote. That attack was only repelled after the proposal passed, through negotiations.

Low turnout and token concentration are not bug exploitation but a systemic problem with decentralization mechanisms in Web3. Ethereum co-founder Vitalik Buterin, as early as the beginning of 2026, urged the community to develop more advanced forms of DAOs, calling the dominant token-based governance model "unproductive and weak," vulnerable to capture.

Audit is not a panacea

While DAO governance suffers from "human" holes, the situation with code is paradoxical. According to Kerberus analysts, 90% of smart contracts hacked in 2025 had successfully passed audits. Most attacks did not require complex zero-day exploits—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-chain messaging creates a huge attack surface that is physically difficult to assess in its entirety. Notable examples from 2026: the Truebit hack for $26.4 million due to integer overflow in a legacy contract, the attack on the IoTeX bridge through control of a validator's private key ($4.4 million and 111 million minted tokens), and the year's largest exploit—the withdrawal of $292 million from the Kelp protocol through a single cross-chain message validator.

AI as a new threat

While specialists analyzed recurring patterns, an adversary emerged for whom such analysis is a routine task. In December 2025, Anthropic announced the use of AI models to find vulnerabilities in smart contracts. During a simulation on the SCONE-bench benchmark (405 real hacked contracts), neural networks successfully attacked 207 of them, extracting $550.1 million. The barrier to entry into hacking is dropping faster than the quality of defenses is improving. Not long ago, finding a vulnerability required an experienced Solidity developer; now, it takes the right prompt.

The key matters more than the contract

No audit would have prevented the largest thefts of recent years. According to Chainalysis data for 2024, private key theft accounted for about 40% of all stolen funds. The Bybit hack ($1.46 billion in ETH) is the most striking example: attackers tampered with 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.

The industry is shifting from one-off checks to dynamic monitoring. Systems like Forta Network and Hypernative track anomalous activity in the mempool before a transaction is included in a block. The preventive response model has already proven itself: in September 2025, Hexagate monitoring stopped an attack on Venus Protocol 20 minutes before the final transaction.

Web3 architecture was designed to eliminate trust in humans, handing control over to mathematics. Statistics show the opposite effect. Perfectly written 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 the algorithms but in the fact that at both ends of the wire, there are still people.

My comment: The industry is undergoing a fundamental paradigm shift: we are moving from an arms race in code to a race in processes and infrastructure. Projects that do not invest in real-time mechanisms and do not rethink governance models risk becoming the next victims. The question is not whether an attack will happen, but how quickly you can respond to it.