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

State Creation Gas Cost Increase

Authors: , , , , , ,

Canonical data: /latest/eips/8037.json

Harmonization, increase and separate metering of state creation gas costs to mitigate state growth and unblock scaling

Timeline

Glamsterdam
Maria Silva
Scheduled for Inclusion
May 7, 2026 · ACDE #236
Considered for Inclusion
Jan 19, 2026 · ACDT #66
Proposed
EIP Created Oct 1, 2025

Key Benefits

  • Standardizes costs across all state creation operations.
  • Mitigates excessive state growth, enhancing Ethereum's overall scalability.
  • Encourages developers to optimize contract designs due to increased costs.

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Users may experience higher transaction fees for creating new accounts and contracts, but improved scalability benefits all.

Application Developers

Developers should anticipate increased deployment costs, necessitating adjustments to gas estimation tools and budget projections.

Wallet Developers

Wallet developers need to update gas estimations to reflect new costs; otherwise, minimal code changes are needed.

Tooling / Infrastructure

Tooling and infrastructure must accommodate new pricing models for transaction estimates, with only minor changes to existing tools.

Layer 2s

L2s adopting this EIP will align with mainnet behaviors, requiring thorough testing and client updates for accurate operations.

Stakers & Node Operators

Node operators will need to update their clients for new gas parameters; otherwise, operations and validation remain unchanged.

CL Client Developers

Minimal changes expected for CL clients; primarily involves standard fork coordination with minimal complexity.

EL Client Developers

Must integrate new gas costs into transaction handling, requiring updates to gas accounting and ensuring compatibility with existing EIP standards.

North Star Goal Alignment

  • Scale L1: By making state creation more expensive, this EIP helps control state growth, which is crucial for scaling Ethereum.