AlertSourceDiscuss
Skip to content

EIP-8007: Glamsterdam Gas Repricings

Directory of EIPs introducing changes to the gas pricing model for the Glamsterdam fork

⚠️ DraftMeta

Draft Notice

This EIP is in the process of being drafted. The content of this EIP is not final and can change at any time; this EIP is not yet suitable for use in production. Thank you!

AuthorsMaria Silva, Ansgar Dietrichs
Created2025-08-21

Abstract

This Meta EIP documents all the proposals for Glamsterdam related to the gas repricing effort. The goal of this effort is to harmonize gas costs across the EVM, thereby reducing the impact of specific bottlenecks on scaling. Proposals include changes to the cost of single EVM operations, as well as bigger changes to the gas model. This Meta EIP is purely informational and does not aim to have an active role in the governance process for the Glamsterdam fork. Instead, it serves as a directory for all repricing-related proposals, helping to organize the work and keeping the community informed about the status of each EIP.

Motivation

The main objective of the Glamsterdam fork is to improve L1 scalability. A crucial aspect of this initiative is to create a better alignment between gas costs and actual resource usage. Currently, the gas model often misprices operations, resulting in inefficiencies and unintended incentives. For instance, within the pure compute operations, there is a high variance in execution time per gas unit, which indicates that a single unit of computation is not priced equally across the various opcodes.

By standardizing gas costs across EVM operations and other resources, we can reduce bottlenecks and enhance the utilization of EVM resources, which will subsequently enable further scalability. The EIPs listed below constitute a significant first step in that direction. We expect that further iteration will be necessary in future hardforks.

Specification

The following table lists all EIPs related to repricings that are being discussed in the scope of the Glamsterdam fork. There are three types of EIPs in this list:

  1. Broad harmonization. These EIPs reprice a class of operations with the goal of harmonizing them and removing single bottlenecks.
  2. Pricing extension. These EIPs make targeted changes to a specific opcode or component of the gas model, usually coupled with a new mechanism.
  3. Supporting. These EIPs are not directly doing a repricing, but instead introduce a change that support other repricing EIPs or enhance the scalability potential of repricings.

This list will continue to be updated as more gas repricing EIPs are proposed.

EIP list

EIPDescriptionTypeResource classStatus
EIP-2780Reduce intrinsic transaction gas and charge 25k when a value transfer creates a new account.Broad harmonizationMulti-resourceProposed for Inclusion
EIP-2926Introduce code-chunking in an MPT context.Pricing extensionStateProposed for Inclusion
EIP-7686Adjust memory limits and gas limits of sub-calls to create a clear linear bound on how much total memory an EVM execution can consume.Pricing extensionMemoryProposed for Inclusion
EIP-7778Prevent Block Gas Limit Circumvention by Excluding Refunds from Block Gas Accounting.Pricing extensionGeneral AccountingProposed for Inclusion
EIP-7904Gas Cost Repricing to reflect computational complexity and transaction throughput increaseBroad harmonizationComputeProposed for Inclusion
EIP-7923Linearize Memory Costing and replace the current quadratic formula with a page-based cost model.Pricing extensionMemoryProposed for Inclusion
EIP-7971Decrease costs for TLOAD and TSTORE with a transaction-global limit.Pricing extensionMemoryProposed for Inclusion
EIP-7973Introduce warm account writes, decreasing the cost of writing to an account after the first write.Pricing extensionStateProposed for Inclusion
EIP-7976Further increase calldata cost to 15/60 gas per byte to reduce maximum block size.Pricing extensionDataProposed for Inclusion
EIP-7981Introduce floor pricing for access lists to reduce maximum block size.Pricing extensionDataProposed for Inclusion
EIP-8011Gas accounting by EVM resource, increasing throughput and improving resource usage controls, with minimal changes to the protocol and UX.SupportingNAProposed for Inclusion
EIP-8032Makes SSTORE gas cost scale with a contract's storage size to discourage state bloat.Pricing extensionStateProposed for Inclusion
EIP-8037Harmonization and increase of state creation gas costs to mitigate state growth and unblock scaling.Broad harmonizationStateProposed for Inclusion
EIP-8038Increases the gas cost of state-access operations to reflect Ethereum’s larger state.Broad harmonizationStateProposed for Inclusion
EIP-8053Adds milli-gas as the EVM’s internal gas accounting unit, reducing rounding errors without impacting UX.SupportingNAProposed for Inclusion
EIP-8057Multi‑block temporal locality discounts for state and account access.Pricing extensionStateProposed for Inclusion
EIP-8058Reduces gas costs for deploying duplicate contract bytecode via access-list based mechanism.Pricing extensionStateProposed for Inclusion
EIP-8059Gas parameters and variables are increased to a factor of REBASE_FACTOR to reduce rounding errors without major changes to the EVM.SupportingNAProposed for Inclusion

Rationale

Discussed in the individual EIPs.

Security Considerations

Discussed in the individual EIPs.

Copyright and related rights waived via CC0.

Citation

Please cite this document as:

Maria Silva, Ansgar Dietrichs, "EIP-8007: Glamsterdam Gas Repricings[DRAFT]," Ethereum Improvement Proposals, no. 8007, 2025/8/21. [Online serial]. Available: https://eips.ethereum.org/EIPS/eip-8007.