7OrStone

Market Prices

BTC Bitcoin
$79,690.7 +0.03%
ETH Ethereum
$2,457.9 +0.38%
SOL Solana
$102.59 +0.99%
BNB BNB Chain
$756.7 +5.71%
XRP XRP Ledger
$1.41 +0.13%
DOGE Dogecoin
$0.0868 +1.91%
ADA Cardano
$0.2151 -0.14%
AVAX Avalanche
$7.53 +2.28%
DOT Polkadot
$0.9128 +6.70%
LINK Chainlink
$11.82 +1.44%

Event Calendar

{{年份}}
10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

18
03
unlock Sui Token Unlock

Team and early investor shares released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

28
03
unlock Arbitrum Token Unlock

92 million ARB released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

Tools

All →

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$79,690.7
1
Ethereum ETH
$2,457.9
1
Solana SOL
$102.59
1
BNB Chain BNB
$756.7
1
XRP Ledger XRP
$1.41
1
Dogecoin DOGE
$0.0868
1
Cardano ADA
$0.2151
1
Avalanche AVAX
$7.53
1
Polkadot DOT
$0.9128
1
Chainlink LINK
$11.82

🐋 Whale Tracker

🔵
0x12d1...5a4e
12m ago
Stake
1,783 ETH
🔴
0x5efd...6953
5m ago
Out
1,167,532 DOGE
🔵
0xac11...2b36
30m ago
Stake
3,998,941 DOGE

EIP-7702 Is Ethereum's Fastest Mainnet Risk Surface

Special | Pomptoshi |

The data does not argue softly. Within three months of activation, EIP-7702 authorization activity reached 3.66 million transactions. Of those, 63% were linked to malicious delegation. The direct loss recorded in the study was only 2.36 million dollars. The exposure was not the same as the loss. The report put potential exposure at 10.14 million dollars across roughly 1,968 unrelated users. That gap is the entire story. The upgrade was successful. The threat model was not.

EIP-7702 changed Ethereum at the account layer. It was activated in the Pectra upgrade on May 7, 2025. Its technical purpose was narrow and important. External-owned accounts could temporarily behave like smart contract accounts without changing their address. That mattered. Users could keep custody. They could keep their historical address. They could gain programmable wallet behavior. The promise was low-friction account abstraction. The problem was that abstraction moved the security boundary inward.

For years, Ethereum users understood one rule. If the private key was safe, the account was safe. EIP-7702 did not destroy that rule. It added a second condition. The account also had to choose the right code. A user could retain private key control and still authorize a malicious contract to operate from the account. That is not a bug. It is a new permission surface. And permission surfaces are exactly where risk hides.

The report reviewed 22.8 billion historical Ethereum transactions. That is not a small sample. It is large enough to move the analysis from anecdote to protocol-level observation. The result was not a single vulnerability. It was a pattern. Attackers were not waiting for a formal exploit. They were using the new capability itself. The attack vector was the user signing a delegation. The damage came from what the delegated code did after that signature.

Systemic risk hides in the complexity of the code. In this case, the complexity was not only inside smart contracts. It was inside the wallet flow. The user had to understand what delegation meant. The wallet had to explain what authorization meant. The protocol had to make it clear which contract would gain what power. That did not happen fast enough. Adoption happened first. Defense happened later.

The report identified two major attack forms. One was direct malicious delegation. The user authorized a bad contract. The second was deceptive rebinding. The account was moved to a contract that appeared benign, but the underlying behavior was deceptive or later changed. That second case is worse for trust. It weakens visual verification. A wallet can show a known-looking state while the operational behavior remains hostile. That is why the report emphasized that recovery to a logical EOA-like state does not equal real safety.

This matters because EIP-7702 changes how old security assumptions work. The classic heuristic was simple: check msg.sender and, for some anti-phishing logic, compare it with tx.origin. That rule is now unreliable in parts of the ecosystem. The report was direct on this point. Contracts that still depend on msg.sender == tx.origin cannot treat that check as a trust boundary anymore. Those contracts need re-audit. That is not optional.

The attack distribution also suggests automation. The report noted 500 CREATE2 factories and 242 malicious contracts, but the scale was not consistent with slow hand-crafted campaigns. The structure looked more like generated phishing scripts. That is important. This was not a coordinated insider attack. It was not a single elite exploit group. It was the market discovering that bad code could now be authorized by real users at scale. Attackers move faster than defenders when the new capability has no forced default control.

Proof is required, not promise. The promise of EIP-7702 was efficiency. The promise was that Ethereum could get the benefits of account abstraction without forcing address migration. That promise is technically true. The counter-promise is not proven. The promise was that wallets and protocols would implement safe defaults. The counter-promise was that delegation could remain low-risk for mainstream users. The data does not prove that yet.

The report also found a large set of contracts with unknown or unclassified intent. It called out 500 CREATE2 factories. It also noted 4,367 accounts using multiple contracts. That cluster is not obviously benign just because it was not yet classified as malicious. Unknown code that can receive account authority is a liability. Unknown code that can receive delegated authority is a larger liability.

The market impact is not immediately existential. The direct dollar loss is too small to break Ethereum's valuation on its own. A 2.36 million dollar loss does not crash a network. But the question is not whether the protocol failed. The question is whether wallet teams and DeFi teams can trust the new account model before it becomes the default. If the answer is no, the upgrade will mature slower than developers hoped.

That is the core risk. EIP-7702 is infrastructure. It is not a standalone product. Wallets must explain it. DeFi contracts must tolerate it. Bridges and L2 interfaces must understand it. Auditors must re-evaluate it. The risk does not sit only in Ethereum's consensus layer. It sits across the user interface, the smart contract stack, and the monitoring layer.

The report's strongest contribution is not the loss number. It is the exposure number. The 10.14 million dollar figure suggests that many users were near harm but not fully drained. That can mean luck. It can also mean incomplete attack execution. Either way, it is not evidence of safety. It is evidence of incomplete exploitation. In risk management, that is not a comfort metric. It is a warning metric.

The report also makes clear that the issue is not specific to a single wallet. The vulnerability surface belongs to the design interaction between protocol capability and user behavior. The user signs a delegation. The wallet approves it. The contract executes it. If any one of those steps lacks a strong default, the system is exposed. That means responsibility is distributed. And distributed responsibility often means diluted accountability.

The ecosystem effect is already visible in the report's chain analysis. Wallets are the first line. They need stronger authorization screens, clearer revocation flows, allowlists, and stricter confirmation language. DeFi protocols are the second line. They need to stop relying on outdated origin checks. Auditors are the third line. They need to treat EIP-7702 as a first-class audit requirement, not a footnote.

The report also points to a likely near-term business shift. Security vendors will gain work. Monitoring firms will gain work. Wallet teams will gain pressure. The report did not invent a new product category. It exposed the need for delegated-control monitoring, revocation tooling, and zero-trust authorization checks. Those are not optional upgrades. They are the security layer that account abstraction was waiting on.

There is a regulatory angle, though it is not the main risk. The report noted possible future self-custody and smart-contract guidance. It also referenced the Bank Secrecy Act as a future pressure point for self-custody wallet behavior. But the immediate issue is not securities classification. The immediate issue is operational trust. If users cannot understand what they are authorizing, no market structure is stable.

The report's conclusion is also structurally important for Ethereum's account-abstraction narrative. The market expected account abstraction to solve user friction. That is true. The report shows it also creates a new consent problem. Users can now sign code behavior instead of signing one transaction. That is powerful. It is also dangerous if the user cannot see the difference between a benign delegation and a hostile one.

This is where the contrarian view appears. EIP-7702 was not wrong. The upgrade was still necessary. Ethereum could not remain dependent on a slow, awkward migration from EOA to smart account. EIP-7702 avoided that migration cost. It kept address continuity. It preserved key custody. It made programmability cheaper to adopt. That is real progress.

The mistake was not the protocol. The mistake was assuming adoption would be enough. Account abstraction is not a finished product when a user can delegate authority. It is only the beginning. The wallet must become part of the trust model. The DeFi stack must become part of the trust model. The monitoring stack must become part of the trust model. Without those layers, EIP-7702 is not unsafe in itself. It is under-guarded in deployment.

The next test is not another paper. The next test is whether wallet teams change the default experience. The next test is whether DeFi protocols remove stale tx.origin assumptions. The next test is whether auditors publish standardized checks for delegation risk. If those changes happen quickly, EIP-7702 becomes a mature upgrade. If they lag, Ethereum gains a powerful new feature with a weak security wrapper.

The real judgment is simple. The protocol delivered capability. The ecosystem has not yet delivered control. That asymmetry is the risk. If a user can authorize code faster than the wallet can explain it, the system is not ready for default adoption. If a DeFi contract can still be confused by new delegation flows, the contract is not ready for default trust.

Ethereum does not need more optimism about account abstraction. It needs more control over delegation. The next important upgrade will not be faster execution. It will be better authorization hygiene. The network is already powerful. The open question is whether the people operating it can prove that power is being used safely.

The next six months will decide whether EIP-7702 is remembered as a smooth step forward or as the first large account-layer trust failure. The data already favors caution. The protocol is live. The attack surface is live. The loss was small. The exposure was not. That is the warning that should carry the next phase of Ethereum's wallet and DeFi upgrades.

Fear & Greed

73

Greed

Market Sentiment

Gas Tracker

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

💡 Smart Money

0xab94...7999
Institutional Custody
+$0.9M
74%
0x60bc...24cb
Arbitrage Bot
-$3.6M
69%
0x1e7b...7d53
Market Maker
+$3.6M
84%