Truebit Hack

TOTAL LOST $26.5M
High #189 All-Time Bonding Curve Exploit / Other ethereum

Summarize with AI

Affected Chain ethereum Incident surface
Recovered - No recovery reported
All-Time Rank #189 By amount stolen
Protocol Type Exploit/Other Target category

Incident Overview

On January 8, 2026, Truebit Protocol suffered a $26.5 million exploit when an attacker exploited an integer overflow vulnerability in the getPurchasePrice() function, allowing them to mint hundreds of millions of TRU tokens for 0 ETH and sell them, draining 8,535 ETH from contract 0x764C64b2…302EF2, causing TRU token to drop 100% in value.

CertiK's analysis identified the root cause as a calculation overflow in the getPurchasePrice() function. The exploiter manipulated the function by inputting exceptionally large amount values , causing the numerator calculation to exceed 2^256 and overflow. Since the denominator (v6 = 25 * total_supply * total_supply) remained much larger than the overflow portion of the numerator, the division result rounded down to zero.

This allowed the attacker to repeatedly mint hundreds of millions of TRU tokens for 0 ETH cost, then immediately sell them on the market for ETH. PeckShield noted this same exploiter had previously attacked Sparkle protocol approximately 12 days earlier, obtaining 5 ETH and depositing it into Tornado Cash. Truebit immediately advised the public not to interact with the affected contract and contacted law enforcement.

Exploiter: https://etherscan.io/address/0x6C8EC8f1…562b50

Incident Report

Protocol / Project Truebit
Date of Incident
Affected Chain(s) ethereum
Attack Technique Bonding Curve Exploit / Other
Classification Protocol Logic / Other
Primary Source View Post-Mortem

Protocol Information

Protocol Type Exploit/Other
Smart Contract Language Solidity
Official Website truebit.io/
Protocol Twitter/X @Truebitprotocol
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
Ethereum Ecosystem

What the Attacker Needed to Succeed

Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.

Technical Knowledge Deep understanding of bonding curve exploit / other and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with ethereum smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Truebit's contract logic - root cause: protocol logic / other
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Likely — with a thorough Bonding Curve Exploit / Other audit checklist and test coverage

If you're auditing a protocol with similar architecture to Truebit, these are the critical security checks that could have prevented this incident (January 2026).

  • Verify all logic paths related to Bonding Curve Exploit / Other are guarded by proper access controls and input validation
  • Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs

Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.

Free Trial

Proof-of-Concept Exploits

1 PoC available
poc-exploits - truebit

Sources & References

Learn to Prevent the Next Truebit

The Truebit hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.

Recreate exploit patterns safely Free Trial