Ethereum Protocol Fellowship (EPF) Cohort 7 — Applications open until May 13
All EIPs
EIP-2780 Draft EL

Reduce intrinsic transaction gas

Authors: , , , , ,

Canonical data: /latest/eips/2780.json

Reduce intrinsic transaction gas and charge 25k when a value transfer creates a new account

Timeline

Glamsterdam
Ben Adams
Considered for Inclusion
Dec 18, 2025 · ACDE #226
Proposed
EIP Created Jul 11, 2020

Key Benefits

  • Reduces the gas cost barrier for ETH transactions, promoting more frequent usage of the native token.
  • Updates legacy fixed cost to new model based on the actual impact of the transaction..
  • Improves monetary properties of ETH, making it a better payment tool

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Lower fees means it's easier to use ETH for payments.

Application Developers

Changes how fee is managed based on accessed state, lowers base cost for every kind of transaction.

Wallet Developers

The fee cost estimation needs to be updated with new changes and complexity.

Tooling / Infrastructure

Transaction analysis needs to distinguish new gas accounting.

Layer 2s

L2s aiming to be EVM compatible need to implement this change, ETH will can better for payments even on L2 chains.

Stakers & Node Operators

No direct impact, state growth should stay constrained.

CL Client Developers

No direct impact on consensus.

EL Client Developers

Changes in tx processing and gas accounting, potential performance overhead like gas limit increase