HomeEIPsNewsletter
EIPsEIP-8096
EIP-8096

Increase Gas Cost of Point Evaluation

Increases cost of point evaluation precompile
DraftStandards Track: Core
Created: 2025-12-02
Requires: EIP-4844
Marcin Sobczak (@marcindsobczak), Kamil Chodoła (@kamilchodola), Marek Moraczyński (@MarekM25)
Discussions ForumOriginal Proposal LinkEdit
1 min read
Anyone may contribute to propose contents.
Go propose
Video
Anyone may contribute to propose contents.
Go propose
Original

Abstract

This EIP modifies the gas cost of point evaluation precompile introduced in EIP-4844.

Motivation

Currently the point evaluation precompile is underpriced relative to its resource consumption. This EIP aims to address these discrepancies by adjusting the gas cost and making point evaluation precompile sufficiently efficient to enable potential further increases in the block gas limit.

Specification

Upon activation of this EIP, the gas cost of calling the precompile at address 0x000000000000000000000000000000000000000A will be tripled from 50_000 gas to 150_000 gas.

Rationale

Benchmarking the point evaluation precompile revealed that its gas cost is significantly underestimated. This modification aim to ensure that the point evaluation precompile's performance no longer impedes potential increases to the block gas limit.

Backwards Compatibility

This EIP introduces a backwards-incompatible change. However, similar gas repricings have occurred multiple times in the Ethereum ecosystem, and their effects are well understood.

Security Considerations

This EIP does not introduce any new functionality or make existing operations cheaper, therefore there are no direct security concerns related to new attack vectors or reduced cost.

Copyright and related rights waived via CC0.

Further reading
Anyone may contribute to propose contents.
Go propose

Not miss a beat of EIPs' update?

Subscribe EIPs Fun to receive the latest updates of EIPs Good for Buidlers to follow up.

View all
Serve Ethereum Builders, Scale the Community.
Resources
GitHub