Projekt (GREEN/GOLD) Hack

TOTAL LOST
Flash Loan Attack

Summarize with AI

Affected Chain 2026 Incident surface
Recovered - No recovery reported
Same Technique 105 Total incidents
Protocol Type Exploit/Flash Loan Attack Target category

Incident Overview

On July 25, 2026, the Projekt (GREEN/GOLD) reward vault on Ethereum was exploited, resulting in the loss of approximately 301.7 ETH (valued at ~$560,000) due to a logic flaw in its buy-to-earn reward allocation tracking.

The exploit targeted a logic error in the reward vault's permissionless trackPurchase(buyer) function, which was designed to credit ETH allocations to buyers based on token balance deltas. Crucially, trackPurchase relied solely on token balance increases to calculate reward sizing without validating whether genuine ETH was spent to acquire those tokens.

To execute the attack, the exploiter secured a flash loan of approximately 14,000 WETH from Morpho. They pushed these funds into dozens of Uniswap V2 memecoin liquidity pairs (such as Kirby Inu and ROTTSCHILD) and invoked skim() to transfer the tokens directly to their contract. This self-dealing token movement inflated the buyer's balance delta, tricking the unverified trackPurchase function into registering massive fake "purchase" reward allocations at virtually zero net cost. Once the fake allocations were credited and the flash loan repaid in the same transaction, the attacker called massWithdraw() to drain ~301.7 ETH from the vault's reward pool.

Attacker Address: 0x61e7ad69…fc4f85

Victim / Vulnerable Contract: 0x574fc478…d442cb

Attack Transaction: 0x90f40d3c…410f64

Incident Report

Protocol / Project Projekt (GREEN/GOLD)
Date of Incident
Attack Technique Flash Loan Attack
Classification Other
Primary Source View Post-Mortem

Protocol Information

Protocol Type Exploit/Flash Loan Attack
Team Anonymous
Source Code Unverified

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 Projekt (GREEN/GOLD)'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

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

  • Verify all logic paths related to Flash Loan Attack 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

Sources & References

Learn to Prevent the Next Projekt (GREEN/GOLD)

The Projekt (GREEN/GOLD) 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