Reaper Farm Hack

TOTAL LOST $1.7M
Medium Other

Summarize with AI

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

Incident Overview

The Reaper Farm protocol was hacked due to the lack of validation checks, as a result of which user funds were withdrawn to the attacker's account.

Reaper is an auto-compounding yield farm that maximizes users' yields by leveraging the power of compound interest.

The Reaper Farm protocol had a lack of validation check, which the attacker took advantage of, stealing $1.7M.

The attacker created a smart contract (https://ftmscan.com/tx/0xe7635f32…bdc607 ) which was used to withdraw funds from the protocol to the attacker address (B).

Example transactions:

1) https://ftmscan.com/tx/0xc929f3b9…53c9d5

2) https://ftmscan.com/tx/0x24770e10…7a57e9

3) https://ftmscan.com/tx/0x7f79934a…8e3754

Full list of transactions: https://ftmscan.com/token/0x04068da6…5d5b75?a=0x2c177d20…9ca954

Then all stolen tokens were bridged from FTM to ETH.

Example transactions:

1) https://ftmscan.com/tx/0x2fa4eb18…0a8913

2) https://ftmscan.com/tx/0x345b6f91…9d5504

3) https://ftmscan.com/tx/0x551f875e…a12e9d

Then all funds were laundered via Tornado.Cash.

Attacker addresses:

(FTM) scammer address(A): https://ftmscan.com/address/0x5636e55e…bb527a

(FTM) scammer address(B): https://ftmscan.com/address/0x2c177d20…9ca954

(ETH) scammer address(B): https://etherscan.io/address/0x2c177d20…9ca954

Attacker's contract address: https://ftmscan.com/address/0x8162a5e1…4d0145

Incident Report

Protocol / Project Reaper Farm
Date of Incident
Attack Technique Other
Classification Yield Aggregator

Protocol Information

Protocol Type Yield Aggregator
Official Website www.reaper.farm/
Protocol Twitter/X @Reaper_Farm
Team Public / Doxxed
Source Code Verified On-Chain

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 other and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Reaper Farm's contract logic - root cause: 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? Likely — with a thorough Other audit checklist and test coverage
Audited by Solidity Finance — still lost $1.7M. Prior audits don't guarantee safety, especially after post-audit code changes.

If you're auditing a protocol with similar architecture to Reaper Farm, these are the critical security checks that could have prevented this incident (August 2022).

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

Security Audit History

Sources & References

Learn to Prevent the Next Reaper Farm

The Reaper Farm 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