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

Inter-Block Temporal Locality Gas Discounts

Authors: , , ,

Canonical data: /latest/eips/8057.json

Multi‑block temporal locality discounts for state and account access

Timeline

Glamsterdam
Ben Adams
Declined
Dec 4, 2025 · ACDE #225
Proposed
EIP Created Oct 20, 2025

Key Benefits

  • Aligns gas costs with real client caching and hardware behavior.
  • Lowers average per-access gas without increasing worst-case cost.
  • Improves effective L1 throughput and block execution efficiency.
  • Enables deterministic, provable pricing from recent block data, easing stateless validation.

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Some transactions touching recently used contracts or storage may cost less gas, lowering typical fees without changing how users interact.

Application Developers

Apps that reuse the same accounts or storage in nearby blocks pay less gas on first access. No opcode changes required.

Wallet Developers

Wallet gas estimators must include temporal discounts using recent block access lists. Pricing is deterministic from public chain data.

Tooling / Infrastructure

Builders and searchers may batch related operations across back-to-back blocks to capture discounts. Tooling must report per-call gas using this rule.

Layer 2s

Rollup bridges and keepers reusing L1 state across nearby blocks pay less gas on first access. Rollup protocol rules remain unchanged.

Stakers & Node Operators

Validators must upgrade for the fork and maintain a short rolling index of recently accessed items to verify block gas charges.

CL Client Developers

Consensus clients mostly just activate the fork and accept payloads using the new gas schedule. No other logic changes.

EL Client Developers

Execution-layer clients must implement the new temporal discount logic, track prior-block access lists, and update gas accounting for first accesses.