BCE Token Hack

TOTAL LOST $679K
Low Other

Summarize with AI

Affected Chain 2026 Incident surface
Recovered - No recovery reported
All-Time Rank #927 By amount stolen
Protocol Type Exploit/Other Target category

Incident Overview

On March 23, 2026, the BCE token on BNB Chain was hit by a $679K exploit. An attacker took advantage of a flawed burn mechanism. This flaw allowed the burning of BCE tokens directly from the PancakeSwap liquidity pool.

The attacker also manipulated reserves through a deferred destruction feature. This was a token design flaw, not a flash loan attack.

The BCE token had a serious issue with its transfer hook and burn mechanism. When users sold BCE to the PancakeSwap pair, the token contract recorded a global scheduledDestruction variable. The problem arose when a normal transfer, not involving the pair, could trigger this scheduled burn directly from the PancakeSwap pool's balance and then call sync() to update reserves.

This shouldn't happen in typical AMM flows. The attacker took advantage of this by deploying two malicious contracts. First, they borrowed liquidity from Venus and bought BCE tokens.

Then, they executed a sell transaction that loaded the scheduledDestruction variable. The next step was crucial. They used a helper contract to trigger a transfer that caused the delayed burn to execute against the PancakeSwap pair's BCE balance.

When sync() was called, the pool's reserves became severely unbalanced. After the manipulation, the reserves showed 36.5 billion USDT but only 10,000 BCE tokens. With the BCE side nearly empty, the price calculation was totally distorted.

The attacker then made a final BCE sale that drained almost all USDT from the pool due to the flawed reserve ratio. After repaying the Venus loan, the attacker walked away with about $679,000 in profit. The entire attack occurred in a single transaction without needing flash loans.

Exploit tx:

https://bscscan.com/tx/0x85ac5d15…46d452

Incident Report

Protocol / Project BCE Token
Date of Incident
Attack Technique Other
Classification Token

Protocol Information

Protocol Type Exploit/Other
Official Website bounce.finance/
Protocol Twitter/X @bounce_finance
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
DeFi Ethereum Ecosystem Bounce Launchpad BNB Chain Ecosystem DWF Labs Portfolio Binance Ecosystem Binance Listing

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 BCE Token's contract logic - root cause: token
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

If you're auditing a protocol with similar architecture to BCE Token, these are the critical security checks that could have prevented this incident (March 2026).

  • 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

Proof-of-Concept Exploits

1 PoC available

On-Chain Evidence & References

Sources & References

Learn to Prevent the Next BCE Token

The BCE Token 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