Login
Sign Up
In the early hours of June 8, the H token experienced a catastrophic devaluation, plummeting from $0.73 to approximately $0.06 within 24 hours, representing a nearly 90% loss in value. Seventeen associated wallets were systematically drained, resulting in a total loss exceeding $31 million. Unsatisfied with the initial theft, attackers minted an additional 100 million H tokens on the BSC chain and converted them into BNB before fleeing. This incident struck Humanity Protocol, a Web3 identity verification startup valued at $1.1 billion with over $50 million in funding and millions of registered users. The project claimed to utilize zero-knowledge proofs and fingerprint recognition to mitigate 'witch attacks,' yet it failed to secure the personal computers of its own foundation team members. The collapse was not driven by a sophisticated smart contract vulnerability but by the compromise of a single employee laptop.
Analysts Specter and Padlock determined that the attack occurred between June 8 and June 9, during which hackers accessed personal devices belonging to Humanity Foundation members to steal private keys required for asset control and token issuance. Founder Terence Kwok acknowledged the breach and urged users to halt interactions with cross-chain bridges and liquidity pools, but the warning arrived too late as panic spread faster than official communications. Data compiled by Woofun AI indicates that approximately $23.7 million of the stolen funds were rapidly converted into Ethereum, while roughly $7.9 million remained in H tokens as the attackers liquidated their holdings. The timing proved particularly ironic, as a significant unlock of H tokens was scheduled for June 25, leading observers like ZachXBT to initially suspect an orchestrated exit by market makers.
However, after tracing the laundering activities, ZachXBT revised his stance on June 9, confirming the event was a genuine external hack rather than an insider maneuver.
The breach highlighted a critical oversight that had been flagged months earlier. In December 2024, Yun Cosin, founder of SlowMist, noted that the Humanity test network stored private keys in plain text within the browser's sessionStorage when users logged in via email. For a project centered on identity security, this practice represented a fundamental failure. If development computers are compromised, such security lapses become inevitable. This $31 million loss is merely the latest in a series of high-profile thefts involving supposedly secure multi-signature systems over the past four years. In 2022, the Harmony Horizon cross-chain bridge lost approximately $100 million to the Lazarus group because the 2-of-5 signature threshold allowed attackers to proceed with just two keys. Similarly, Ronin suffered a $600 million loss that year; despite a 5-of-9 verifier specification, four nodes were controlled by Sky Mavis, and a fifth signature relied on a temporary authorization from Axie DAO that remained active for over a year after the congestion it was meant to address had subsided.
Further historical precedents reveal systemic vulnerabilities in key management and infrastructure. In 2023, approximately $1.5 billion locked on the Multichain platform was compromised because all node servers in its 21-node MPC system were registered under the CEO's personal cloud account, rendering the system unavailable upon his arrest. Perhaps the most costly lesson occurred in 2025 when Bybit lost approximately $1.5 billion. Attackers did not access private keys directly but manipulated the front-end infrastructure of the Safe{Wallet} platform to modify interface code. Verifiers, seeing normal addresses and amounts on their screens, approved malicious calldata that replaced the multi-signature contract with a hacker-controlled version. Woofun AI analysis suggests that a single parameter change, shifting the 'operation' value from 0 to 1, turned a standard transfer into a delegatecall operation, facilitating the massive theft. These cases demonstrate that multi-signature security relies on the assumption of independent key storage, a premise often violated when teams store multiple keys on shared devices or cloud accounts.
The root cause across these incidents is the false sense of security provided by multi-signature systems when physical or logical centralization exists. Project teams frequently manage keys using the same cloud servers or AWS credentials, meaning a single compromised device grants attackers access to the entire key set. Mathematically robust systems become as vulnerable as single-signature setups when the independence of keys is compromised.
Additionally, operational shortcuts, such as lowering signature thresholds or failing to revoke temporary authorizations, create persistent backdoors. The Multichain incident exposed how cryptographic decentralization fails to address physical centralization, while the Bybit case showed that reliance on UI displays without verifying underlying data can render cold storage ineffective. Humanity Protocol's failure is not an isolated anomaly but a symptom of a broader industry fragility where human error remains the most central risk factor.
Investors must now scrutinize the physical distribution of key managers and the discipline of development teams. If multi-signature controllers operate within the same network or use identical DevOps processes, the system offers no more security than a single key. The choice of implementation framework also matters; while EVM-based contracts offer flexibility, they are more susceptible to front-end attacks compared to the rigid rules of Bitcoin's native multi-signature system.
Furthermore, a team's history of security discipline, such as avoiding plain text key storage during testing, is a strong indicator of future reliability. Temporary authorizations and whitelists created for emergencies must include automatic expiration mechanisms to prevent them from becoming permanent vulnerabilities. The $31 million loss at Humanity Protocol serves as a stark reminder that no algorithmic solution can fully protect a system compromised by human negligence.