Arcadia Finance Hack

TOTAL LOST $459K
Low Reentrancy

Summarize with AI

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

Incident Overview

Arcadia Finance, a decentralized trading platform, was exploited through reentrancy on both Ethereum and Optimism, losing 459,094 $USD.

Arcadia Finance, a DEX on Ethereum and Optimism chain was exploited due to a code vulnerability leading to the loss of funds on both Ethereum and Optimism chains. The hacker utilized a loophole in the code which lacked proper validation of untrusted input, draining assets from Ethereum (darcWETH) and Optimism (darcUSDC) vaults. The exploit resulted in a loss of 459,094 $USD in total, of which 159.22 $ETH and 162,627 $USDC were lost.

103,200 $USDC and 11 $ETH were lost from the Ethereum chain, while 59,427 $USDC and 148.22 $ETH were lost from the Optimism chain. Funds on the Ethereum chain were swapped for $ETH and $DAI and remained at the attacker's address, while the Optimism chain funds were swapped for $ETH and then bridged through Stargate Finance.

Ethereum:

Attacker Address:

https://etherscan.io/address/0x5c75e94d…3c050d

Malicious Transaction:

https://etherscan.io/tx/0xefc4ac01…c2d651

Malicious Contract:

https://etherscan.io/address/0x56a35fae…1517cf

Optimism:

Attacker Address:

https://optimistic.etherscan.io/address/0xd3641c91…1a9467

Malicious Transaction:

https://optimistic.etherscan.io/tx/0xca7c1a0f…7a0afe

Malicious Contract:

https://optimistic.etherscan.io/address/0x01a4d908…3b83c6

Bridging Transaction:

https://optimistic.etherscan.io/tx/0x856c92df…6000da

Incident Report

Protocol / Project Arcadia Finance
Date of Incident
Attack Technique Reentrancy
Classification Exchange (DEX)

Protocol Information

Protocol Type Leveraged Farming
Affected Token ARCADIA
Official Website arcadia.finance/
Protocol Twitter/X @ArcadiaFi
Team Anonymous
Source Code Verified On-Chain

Market Context at Time of Hack

Token Categories
Avalanche 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 reentrancy 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 Arcadia Finance's contract logic - root cause: exchange (dex)
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 Reentrancy vulnerabilities in code review
Audited by Audit Report 1 — still lost $459K. Prior audits don't guarantee safety, especially after post-audit code changes.

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

  • Verify all logic paths related to Reentrancy are guarded by proper access controls and input validation - see the Reentrancy attack class for patterns
  • Check that all state-changing functions follow the Checks-Effects-Interactions (CEI) pattern to prevent reentrancy and logic ordering bugs
  • 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 Reentrancy examples →

Sources & References

Learn to Prevent the Next Arcadia Finance

The Arcadia Finance 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