Hinkal uses zkSNARKs to let users deposit, swap, and withdraw assets privately, with deposits committed to an on-chain Merkle tree and withdrawals requiring a valid zero-knowledge proof . The attacker's address (0xbB3...fc20) performed a "Proofless Deposit" — a deposit without a valid zero-knowledge proof — and then executed multiple "Transact" actions to withdraw approximately $820,000 in USDC from the Hinkal contract . This indicates a ZK proof verification logic flaw in the smart contract: the contract accepted deposit and withdrawal instructions without properly validating the cryptographic proof, effectively allowing the attacker to forge withdrawal requests .
Prior research had identified related risks. A zkSecurity audit of Hinkal's circuits noted potential issues with double-spending via nullifier flaws and inadequate private key validation . Quantstamp's audit flagged informational concerns about empty leaf nodes mapping to non-zero commitments, though the protocol acknowledged the issue before the exploit . These findings, combined with the live exploit, underscore the gap between theoretical audit findings and exploitable, on-chain vulnerabilities.
After the exploit, the attacker converted the stolen USDC into Ether and moved funds through Tornado Cash and THORChain to obscure the trail . On-chain data shows 410 ETH (~$700,000) was deposited into Tornado Cash, and another 44.7 ETH was bridged from Ethereum to a Bitcoin address via THORChain .
At the time of reporting, Hinkal had not released a confirmed postmortem, exploit transaction breakdown, or root-cause explanation .
The Hinkal exploit is one incident in a broader surge of crypto hacks in 2026. According to TRM Labs, H1 2026 was the most-hacked six-month period on record by incident count: 207 separate hacks across crypto, though total losses of $972 million were less than half of the $2.3 billion stolen in H1 2025 . The sheer number of attacks surged dramatically .
North Korea-linked hacker groups alone stole $643 million in H1 2026, accounting for roughly two-thirds of global crypto theft . Q2 2026 (~$746 million stolen across ~70 exploits) set the record for the most-hacked quarter in DeFi history by incident volume . DeFi's total value locked fell from ~$115 billion in January 2026 to ~$70 billion by the end of June, driven in part by the relentless hack wave .
The Hinkal exploit is a textbook example of a ZK verification logic bug — a vulnerability type that is increasingly costly as more protocols adopt zero-knowledge proofs for privacy and scaling . Unlike traditional smart contract bugs, ZK circuit flaws break the fundamental security assumption that mathematical proofs are unforgeable . When a verifier circuit is misconfigured, it doesn't just create an exploit — it creates a mathematically valid way to lie to the protocol . For builders, the lesson is that ZK verification logic requires specialized auditing beyond standard smart contract reviews, and that even protocols with multiple prior audits can harbor critical bypass flaws .