GoodDollars Hack

TOTAL LOST $628K
Low Flash Loan Attack

Summarize with AI

Affected Chain 2023 Incident surface
Recovered - No recovery reported
All-Time Rank #950 By amount stolen
Auditors 1 Prior security audit

Incident Overview

GoodDollar project on the Ethereum chain was exploited via a flash loan attack, resulting in the loss of 627,919 $USD worth of DAI.

GoodDollar, a project on the Ethereum chain, was exploited on December 16, 2023, through a flash loan attack. The attacker took a flash loan from Balancer and managed to gain a significant amount of G$ tokens. These stolen funds were then swapped for DAI and currently remain at the EOA address controlled by the attacker.

Some of the stolen assets were bridged to the Celo Chain and remain there without being swapped. The total loss amounts to approximately 627,919 $USD worth of DAI.

Attacker Address:

https://etherscan.io/address/0x6738fa88…8f3fde

Funds Holder as of Dec 19, 2023:

https://etherscan.io/address/0x6c08f56f…08161b

Malicious Transaction:

https://etherscan.io/tx/0x726459a4…7384d0

Malicious Contract Address:

https://etherscan.io/address/0xf06ab383…156ed6

Celo Bridging Transaction:

https://explorer.celo.org/tx/0x5b4f93f5…375491

Incident Report

Protocol / Project GoodDollars
Date of Incident
Attack Technique Flash Loan Attack
Classification Other
Primary Source View Post-Mortem

Protocol Information

Protocol Type Yield
Affected Token GoodDollar
Official Website www.gooddollar.org/
Protocol Twitter/X @gooddollarorg
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
Ethereum Ecosystem Celo 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 flash loan attack and Solidity and EVM internals
Capital Required Flash loan capital (borrowed atomically, zero upfront cost)
On-Chain Access Ability to interact with smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in GoodDollars's contract logic - root cause: 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? Yes — skilled auditors routinely flag Flash Loan Attack vulnerabilities in code review
Audited by Audit Report 1 — still lost $628K. Prior audits don't guarantee safety, especially after post-audit code changes.

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

  • Verify all logic paths related to Flash Loan Attack are guarded by proper access controls and input validation - see the Flash Loans Attacks attack class for patterns
  • 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

Security Audit History

Related Attack Classes

The technique used in this hack maps to these vulnerability classes in our security curriculum:

See all Flash Loans Attacks examples →

Sources & References

Learn to Prevent the Next GoodDollars

The GoodDollars 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