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

State-access gas cost update

Authors: , ,

Canonical data: /latest/eips/8038.json

Increases the gas cost of state-access operations to reflect Ethereum’s larger state

Timeline

Glamsterdam
Maria Silva
Considered for Inclusion
Dec 18, 2025 · ACDE #226
Proposed
EIP Created Oct 3, 2025

Key Benefits

  • Improved alignment of gas costs with actual state access performance.
  • Enhanced network performance while maintaining optimal resource usage.
  • Encourages more efficient smart contract design by reflecting true operational costs.

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Users may experience cost adjustments for transactions related to state access.

Application Developers

Developers must account for higher state access costs, potentially leading to adjustments in gas estimations during deployment.

Wallet Developers

Wallets need to update gas estimation logic to incorporate the new parameters, affecting the transaction success rate.

Tooling / Infrastructure

Tools must adapt to new gas cost models to ensure accurate reporting and analysis of transaction behaviors.

Layer 2s

L2 implementations need to align with the updated state access costs; anticipate necessary updates to ensure compatibility.

Stakers & Node Operators

Node operators must upgrade to new client versions to accommodate updated gas pricing; minimal impact on runtime behavior.

CL Client Developers

No consensus changes expected for CL; only standard fork coordination. No new serialization or gossip rules necessitated by this proposal.

EL Client Developers

Adaptations required in gas accounting for state access operations; must ensure compatibility with previous gas models and EIP-2929.