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

Raise gas costs of hash functions

Authors:

Canonical data: /latest/eips/7667.json

Raise the gas costs of hash function opcodes and precompiles, to match prover expenses in ZK-EVMs

Timeline

Withdrawn
Oct 23, 2025 · ACDE #223
EIP Created Mar 31, 2024

Key Benefits

  • Aligns gas pricing with ZK proving costs, reducing worst-case proof time outliers.
  • Discourages hash-heavy blocks that strain provers and increase centralization risks.
  • Reduces reliance on ad-hoc sequencer limits and centralized rollup workarounds.
  • Prepares Ethereum for eventual L1 SNARK verification with predictable proving bounds.

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Most transactions unchanged; hash-heavy operations may cost slightly more gas, modestly increasing fees in specific dapps only occasionally.

Application Developers

Contracts relying on hashing (proof verification, logging) see higher gas; developers may optimize or reduce on-chain hashing to control costs.

Wallet Developers

No functional changes; gas estimation sourced from nodes reflects new pricing, but UI fee projections may rise for hash-heavy calls.

Tooling / Infrastructure

Off-chain analyzers or gas simulators using custom cost tables must update constants; otherwise, node-backed tooling continues working without changes required.

Layer 2s

Indirect benefit aligning L1 costs with ZK proving realities; no mandatory changes to rollup protocols, though pricing strategies may adjust.

Stakers & Node Operators

Minimal operational effect; block production logic unchanged beyond adopting clients with updated gas schedule if activated during network upgrades only.

CL Client Developers

Consensus-layer functionality unaffected; coordination for any network upgrade only, with no EVM pricing logic implemented here within this client layer.

EL Client Developers

Must implement updated opcode and precompile gas constants; affects transaction validation, simulation, and gas accounting across execution clients implementations universally.

North Star Goal Alignment

  • Scale L1: Ensures sustainable economics for hash operations in the Verkle tree environment and prevents potential DoS vectors from underpriced operations.