GGBOND Hack
Incident Overview
GGBOND, an ERC20 token trading on UniSwap, fell victim to a rug pull on August 11, 2023. The deployer removed liquidity from the LP pool, amounting to a loss of 82.02 ETH or 150,971 $USD.
The deployer initiated the attack by removing liquidity from the UniSwap pool. The stolen funds were then transferred to another EOA, followed by distribution across multiple addresses. Eventually, the majority of these funds found their way to the FixedFloat exchange.
The transaction flow indicates a deliberate and organized effort to obscure the trail of stolen assets.
Deployer Address:
https://etherscan.io/address/0xb5c8662f…e80d82
Scammer Addresses:
https://etherscan.io/address/0x7c749326…0633ac
https://etherscan.io/address/0x034f755e…386a39
https://etherscan.io/address/0xe36a2878…049455
Liquidity Removal Transaction:
https://etherscan.io/tx/0xb224709f…20d5d1
Deposit to FixedFloat Transactions:
https://etherscan.io/tx/0x8e585378…8c7412
https://etherscan.io/tx/0xaab2a567…eb2219
Incident Report
Protocol Information
Market Context at Time of Hack
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.
What Auditors Should Check
If you're auditing a protocol with similar architecture to GGBOND, these are the critical security checks that could have prevented this incident (August 2023).
- Verify all logic paths related to Rugpull 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 TrialSources & References
Learn to Prevent the Next GGBOND
The GGBOND 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.