Belt Finance Hack

TOTAL LOST $6.3M
Medium Flashloan Price Oracle Attack / Flash Loan Attack binance bsc

Summarize with AI

Affected Chain binance 2 chains affected
Recovered - No recovery reported
All-Time Rank #392 By amount stolen
Auditors 1 Prior security audit

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 / Project Belt Finance
Date of Incident
Affected Chain(s) binance bsc
Attack Technique Flashloan Price Oracle Attack / Flash Loan Attack
Classification Ecosystem / Exchange (DEX),Yield Aggregator
Primary Source View Post-Mortem

Protocol Information

Protocol Type Yield
Affected Token BELT
Smart Contract Language Solidity
Official Website belt.fi/
Protocol Twitter/X @BELT_Finance
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
DeFi Yield Farming BNB Chain 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 / 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 binance, bsc smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Belt Finance's contract logic - root cause: ecosystem / exchange (dex),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? Yes — skilled auditors routinely flag Flashloan Price Oracle Attack / Flash Loan Attack vulnerabilities in code review
Audited by Audit Report 1 — still lost $6.3M. Prior audits don't guarantee safety, especially after post-audit code changes.

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 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 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.

Recreate exploit patterns safely Free Trial