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

Gas Units Rebase for High-precision Metering

Authors:

Canonical data: /latest/eips/8059.json

Gas parameters and variables are increased to a factor of `REBASE_FACTOR` to reduce rounding errors without major changes to the EVM

Timeline

Glamsterdam
Maria Silva
Declined
Dec 4, 2025 · ACDE #225
Proposed
EIP Created Oct 22, 2025

Key Benefits

  • Enables high-precision gas metering without fractional gas.
  • Reduces rounding errors when repricing EVM operations.
  • Future-proofs gas costs as hardware improves and state access stays costly.
  • Avoids major changes to internal EVM logic.

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Users may notice gas numbers change, since each unit is 1,000× smaller, but transaction behavior and protocol rules stay the same.

Application Developers

App and contract developers must update hardcoded gas cost constants, tests, and benchmarks to the 1,000× unit. Contract bytecode semantics stay unchanged.

Wallet Developers

Wallets must update gas estimation, limit defaults, and UI displays to the rebased 1,000× unit so transactions include correct values.

Tooling / Infrastructure

Explorers, profilers, and RPC analytics must revise gas accounting, reporting, and alerts to reflect the new 1,000× unit across all fields.

Layer 2s

Rollups and other L2s that follow Ethereum gas semantics must rescale gas metering, calldata pricing, and limits by 1,000× for L1 consistency.

Stakers & Node Operators

Validators and node operators must upgrade clients to enforce rebased gas accounting and block validation rules; normal operational workflows otherwise remain unchanged.

CL Client Developers

Consensus clients must update header checks for gas limit and gas used to the rebased scale; other fork choice and attestation code is unchanged.

EL Client Developers

Execution clients must apply the 1,000× factor across opcode costs, transaction validation, gas accounting, RPC exposure, and metering logic, touching many constants and tests.

North Star Goal Alignment

  • Scale L1: Enables a more precise accounting of efficient compute operations, thus removing an average of 4% loss in block space per transaction from roundig errors.