Belt Finance Hack
Incident Overview
Belt Finance suffered a flash loan attack exploiting the Ellipsis strategy, resulting in a loss of approximately $6.3 million.
The attacker manipulated the value of a token within a liquidity pool by borrowing cryptocurrency using a flash loan. They exploited a bug in the integration of the Ellipsis strategy within Belt, causing an imbalance in the 3eps pool by swapping BUSD to USDT. This imbalance led to an overestimation of the value of Belt Finance's vault shares.
The attacker then withdrew BUSD from the Venus strategy, receiving more tokens than they should have, and providing a profit. The attack was repeated seven times, each iteration providing a profit of about $1 million.
The attacker's address:
https://etherscan.io/address/0xd8428836…208f50
The contract used to perform the attack:
https://etherscan.io/address/0x1c932902…2f3cee#code
Example of the attack execution:
https://etherscan.io/tx/0xeefc22f2…490f7b
Victim contract:
https://etherscan.io/address/0x41B85670…57cf49#code
Transaction of stolen funds transferred to the external wallet:
https://etherscan.io/tx/0xa8a61f77…1e775e
Incident Report
Protocol Information
Market Context at Time of Hack
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.
What Auditors Should Check
If you're auditing a protocol with similar architecture to Belt Finance, these are the critical security checks that could have prevented this incident (May 2021).
- Verify all logic paths related to Flashloan Price Oracle Attack / Flash Loan Attack 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 TrialSecurity Audit History
- Audit Report 1 Report
Related Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
-
01
Source 1 https://rekt.news/belt-rekt/
- 02
Learn to Prevent the Next Belt Finance
The Belt 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.