主页EIPs周刊
EIPsEIP-8025
EIP-8025

Optional Execution Proofs

Introducing optional execution proofs on the consensus layer
DraftStandards Track: Core
创建时间: 2025-09-17
Kevaundray Wedderburn (@kevaundray), Justin Drake (@JustinDrake) <[email protected]>
社区讨论原文链接编辑
1 分钟了解
欢迎补充好内容
去提交
相关视频
欢迎补充好内容
去提交
正文

Abstract

Optional execution proofs allow beacon nodes to verify the validity of the execution payload within a beacon block without running an execution layer client. The execution proofs are sent over the consensus layer's peer-to-peer network.

Motivation

Optional execution proofs reduce the hardware and bandwidth requirements that are needed for an attester to verify a beacon block. Moreover, the cost to verify to a block no longer grows with the gas limit.

Since these are optional, protocol upgrades cannot be based on the improvements in this EIP. This EIP allows us to safely test execution proofs without making it explicitly consensus critical.

Specification

This is a consensus layer change only.

Validators will now be able to enable two new modes:

  • zkEVM Proof generating
  • Stateless validation

When a proof generating node receives a beacon block, they will create the necessary proofs for the execution payload in the block and re-propagate them on the specified subnets.

When a stateless validating node receives a beacon block, they will check to see if they have already received a valid execution proof for that execution payload from the specified subnet.

The detailed specifications are in the consensus-specs repository.

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174.

Rationale

<-- TODO -->

Backwards Compatibility

This is backwards compatible and does not require a hardfork.

Test Cases

<-- TODO -->

Reference Implementation

<-- TODO -->

Security Considerations

<-- TODO -->

Copyright and related rights waived via CC0.

扩展阅读
欢迎补充好内容
去提交

不想错过最新的 EIP 动态?

订阅 EIPs Fun 周刊以跟进相关更新,建⽴你与 EIP 之间的连接 ,更好地建设以太坊。

详情
支持以太坊贡献者,推动生态建设
资源
GitHub