7OrStone

Market Prices

BTC Bitcoin
$64,379.7 +1.09%
ETH Ethereum
$1,904.2 -0.09%
SOL Solana
$76.34 +0.67%
BNB BNB Chain
$602.1 -0.43%
XRP XRP Ledger
$0.9997 -0.10%
DOGE Dogecoin
$0.0699 -0.48%
ADA Cardano
$0.1735 -1.20%
AVAX Avalanche
$6.33 -0.13%
DOT Polkadot
$0.7404 -2.67%
LINK Chainlink
$9.46 -0.22%

Event Calendar

{{年份}}
15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

18
03
unlock Sui Token Unlock

Team and early investor shares released

28
03
unlock Arbitrum Token Unlock

92 million ARB released

12
05
halving BCH Halving

Block reward halving event

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

Tools

All →

Altseason Index

43

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$64,379.7
1
Ethereum ETH
$1,904.2
1
Solana SOL
$76.34
1
BNB Chain BNB
$602.1
1
XRP Ledger XRP
$0.9997
1
Dogecoin DOGE
$0.0699
1
Cardano ADA
$0.1735
1
Avalanche AVAX
$6.33
1
Polkadot DOT
$0.7404
1
Chainlink LINK
$9.46

🐋 Whale Tracker

🔴
0xdaf4...6350
2m ago
Out
37,489 BNB
🔴
0xfd21...74b0
1h ago
Out
2,100 ETH
🟢
0xbede...4777
30m ago
In
677.01 BTC

The $574.8M Blind Spot: Address Misuse and the Unaudited Attack Surface of Ethereum and BNB Chain

Layer2 | Kaitoshi |

The ledger does not lie. It simply records the consequences of user ignorance.

65,340 high-risk address misuse cases. $574.8 million in lost assets. 250 million transactions analyzed. These numbers come from a recent academic study by researchers at Sun Yat-sen University, Zhejiang University, and Peking University. They are not estimates. They are on-chain footprints.

Audit gap confirmed.

For years, the blockchain security narrative has focused on smart contract vulnerabilities, flash loan attacks, and private key theft. The industry has built multi-million dollar firms around detecting reentrancy and oracle manipulation. But the study reveals a quieter, more insidious loss vector: address misuse. Funds are not stolen by sophisticated code exploits. They are simply sent to the wrong place. And once sent, they are often gone forever.

Context: The Research Landscape

The study is not a product. It is a forensic analysis. The researchers scraped over 250 million transactions across Ethereum and BNB Chain, checking over 10 million candidate addresses against 16 million exposed private keys. Their detection system achieved 99.11% precision. This is not a theoretical exercise. It is a data-backed autopsy of user behavior.

The study categorizes misuse into two primary types: Contract Account (CA) misuse and Externally Owned Account (EOA) misuse. CA misuse occurs when users send tokens or function calls to an address that is controlled by a smart contract, but the contract is not designed to handle those assets. EOA misuse occurs when users send assets to an address that is a regular wallet, but the private key is lost, leaked, or compromised.

But the research goes deeper. It identifies specific pathological patterns: - Testnet addresses reused on mainnet. - Cross-chain address reuse, where an address is active on one chain but empty on another. - Private key exposure through public code repositories and Q&A sites. - And most critically, a new attack surface introduced by EIP-7702, which allows account delegation to smart contracts.

Core: The Systematic Teardown

Let me dissect each finding with the cold precision of a mathematical proof.

The $574.8M Blind Spot: Address Misuse and the Unaudited Attack Surface of Ethereum and BNB Chain

1. Testnet Address Reuse: The Sepolia Trap

The study highlights a single address: the Uniswap V2 router on Sepolia testnet. This address is widely used in tutorials and testing. On Sepolia, it has a deployed contract. On mainnet, it does not. Yet users—especially developers—routinely send transactions to this address on mainnet, expecting a swap. Instead, their ETH or tokens are sent to an address with no contract code. The transaction succeeds. The assets are locked.

This is not a one-off. The study found thousands of such cases. The Sepolia address alone was referenced in Stack Exchange posts viewed over 102,000 times. The assumption that a transaction’s success implies a successful contract interaction is a dangerous cognitive bias.

Audit gap confirmed.

2. Cross-Chain Address Reuse: The Active Attack

Attackers are no longer passive. The study documented 469 confirmed cases of cross-chain address reuse attacks. The pattern is simple: An attacker monitors an address that is active on one chain (e.g., Ethereum) but empty on another (e.g., BNB Chain). If the user later sends funds to that same address on the empty chain, the attacker can deploy a malicious contract at that address, effectively turning the user’s incoming funds into a honeypot.

This is a new class of attack. It is not a vulnerability in any protocol. It is a vulnerability in the user’s mental model of multi-chain ownership.

3. EIP-7702: A Double-Edged Sword

EIP-7702 allows an EOA to delegate its execution to a smart contract. This is a powerful feature for account abstraction, but it also introduces a new attack surface. If an attacker gains control of the delegated contract, they can reroute all incoming funds without the user’s knowledge. The study identified 17,270 cases of EIP-7702-related misuse or potential attacks.

This is a ticking time bomb. As adoption of EIP-7702 grows, the number of vulnerable accounts will increase. The attack is not just about stolen private keys; it is about compromised execution logic. The user’s account may still appear under their control, but the underlying code is not.

Mathematical collapse verified.

4. Private Key Leakage: The Obvious, Yet Ignored, Vector

The study cross-referenced 16 million exposed private keys with on-chain activity. The results were predictably alarming: thousands of accounts with active balances had keys that were publicly available on GitHub, Pastebin, or developer forums. The attackers are not using zero-day exploits. They are reading the same public repositories.

This is a behavioral failure. Developers are conditioned to paste code blocks into Q&A sites, often including private keys. The industry has failed to educate users on key hygiene.

5. The Scale of the Problem

Total losses: 22,738.41 ETH and 8,681.41 BNB from CA misuse. 104,224.53 ETH and 9,045.29 BNB from EOA misuse. Combined, that is $574.8 million at current prices. This is not a niche problem. It is a systemic hemorrhage.

For context, Blockaid’s 2026 H1 report (assuming the year is correct) documented 212 security incidents with total losses of approximately $1.1 billion. The address misuse losses are roughly half of that. Yet address misuse receives a fraction of the attention.

Contrarian: What the Bulls Get Right

One might argue that the study is overblown. That address misuse is a user error, not a protocol flaw. That the market has already priced in these losses. That the solution is simply education.

There is some truth to this. The majority of these losses are not the result of novel hacks. They are the result of predictable human error. The industry’s focus on smart contract exploits is justified—those are the high-impact, low-frequency events that capture headlines.

But the bulls miss a critical point: These losses are not inevitable. They are preventable. And the tools to prevent them are trivial to implement.

The study proposes a simple solution: Wallet providers should check the contract code status of the destination address before sending a transaction. If the address has no code on the current chain, the wallet should warn the user. This is a basic UX improvement. It is not a cryptographic breakthrough.

Yet no major wallet has implemented this feature. Why? Because the industry has prioritized feature velocity over user safety. The assumption is that users know what they are doing. The data shows they do not.

Furthermore, the EIP-7702 attack surface is a direct consequence of pushing forward with account abstraction without adequate safeguards. The bulls champion EIP-7702 as a game-changer for UX. They are right. But they ignore the fact that every new feature introduces new attack vectors. The industry must balance innovation with protection.

Takeaway: The Accountability Call

The $574.8M Blind Spot: Address Misuse and the Unaudited Attack Surface of Ethereum and BNB Chain

The ledger is impartial. It records every transaction, every error, every loss. The $574.8 million is not a rounding error. It is a call to action.

Wallet providers must integrate address contract code checks. They must flag addresses with known private key exposure. They must educate users on the risks of testnet address reuse and cross-chain address equivalence.

The research is a wake-up call. But it will be ignored by many. The market will continue to misallocate funds. The attack surface will grow. The ledger will continue to record the losses.

Until a major exchange loses millions to a cross-chain address reuse attack. Then the industry will scramble to implement the very solutions that were proposed years earlier.

That is the pattern. I have seen it before.

Audit gap confirmed.

The $574.8M Blind Spot: Address Misuse and the Unaudited Attack Surface of Ethereum and BNB Chain

The question is not whether the industry will address this issue. It is how many more millions will be lost before it does.

Fear & Greed

41

Fear

Market Sentiment

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

💡 Smart Money

0x398e...8036
Market Maker
+$4.4M
80%
0x62e8...47f5
Early Investor
+$3.7M
80%
0xf567...679a
Market Maker
+$2.0M
73%