Growth DeFi Hack

TOTAL LOST $1.4M
Medium Flashloan Price Oracle Attack / Rugpull ethereum

Summarize with AI

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

Incident Overview

The attacker's address:

https://etherscan.io/address/0x5e05bc89…21a04b

The attacker created a fake token called AXZ and supplied rAXZZ/GRO liquidity. He then staked it in the contract and pulled out the other pair.

The attacker:

- swapped 0.001 WETH for ~0.0148 GRO:

https://etherscan.io/tx/0x97373e45…b304b5

- added ~0.0148 GRO and 100,000,000,000 AXXZ into Uniswap liquidity pair:

https://etherscan.io/tx/0xa94c42b8…ea6247

- removed ~27,516 GRO and ~1,218 rAAVE liquidity from Uniswap:

https://etherscan.io/tx/0x2152214a…a41a23

- swapped ~27,516 GRO for ~597 WETH and ~1,218 rAAVE on ~203 WETH:

https://etherscan.io/tx/0xffef18b3…96797f

https://etherscan.io/tx/0xce020fab…757998

Stolen funds were distributed between 4 external wallets at:

https://etherscan.io/tx/0x0a6b5c92…f817eb

https://etherscan.io/tx/0xac4407bf…2ec2b4

https://etherscan.io/tx/0x0391fa91…ece735

https://etherscan.io/tx/0xb80894d7…9b680c

Incident Report

Protocol / Project Growth DeFi
Date of Incident
Affected Chain(s) ethereum
Attack Technique Flashloan Price Oracle Attack / Rugpull
Classification Ecosystem / Yield Aggregator
Primary Source View Post-Mortem

Protocol Information

Protocol Type Yield
Affected Token GRO
Smart Contract Language Solidity
Official Website growthdefi.com/
Protocol Twitter/X @GrowthDefi

Market Context at Time of Hack

Token Categories
MultiversX 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 flashloan price oracle attack / rugpull 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 Growth DeFi's contract logic - root cause: ecosystem / yield aggregator
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? Hard to catch — private key / OpSec failures are outside smart contract audit scope
Audited by Audit Report 1 — still lost $1.4M. Prior audits don't guarantee safety, especially after post-audit code changes.

If you're auditing a protocol with similar architecture to Growth DeFi, these are the critical security checks that could have prevented this incident (February 2021).

  • Verify all logic paths related to Flashloan Price Oracle Attack / Rugpull are guarded by proper access controls and input validation - see the Flash Loans Attacks attack class for patterns
  • Audit oracle price feeds for manipulation risks - ensure time-weighted average prices (TWAPs) or multi-source aggregators are used, not spot prices
  • 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 Growth DeFi

The Growth DeFi 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