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

Verkle proof verification precompile

Authors: ,

Canonical data: /latest/eips/7545.json

Add a precompile to help dapps verify verkle proofs

Timeline

EIP Created Oct 13, 2023

Key Benefits

  • Enables cheap verification of Verkle proofs in smart contracts
  • Unlocks new cross-chain application possibilities
  • Reduces gas costs for state proof verification
  • Essential infrastructure for stateless applications

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Benefits through cheaper applications that need to verify state proofs, enabling new use cases like efficient cross-chain bridges.

Application Developers

Enables building applications that efficiently verify Verkle proofs, opening up new possibilities for cross-chain protocols and state-dependent applications.

Wallet Developers

Can implement more efficient state verification in light clients and improve cross-chain transaction validation.

Tooling / Infrastructure

Infrastructure services can leverage efficient proof verification for state-dependent queries and cross-chain data verification.

Layer 2s

Critical for Layer 2 systems that need to verify L1 state efficiently, enabling better bridge security and state synchronization.

Stakers & Node Operators

Indirect benefits through more efficient proof verification reducing overall network computational load.

CL Client Developers

No direct impact on consensus layer operations as this affects execution layer precompile functionality.

EL Client Developers

Must implement the Verkle proof verification precompile with proper gas accounting and cryptographic verification algorithms.

North Star Goal Alignment

  • Scale L1: Essential for efficient Verkle tree proof verification within smart contracts, enabling advanced stateless applications and cross-chain verification.
  • Improve UX: Enables new applications requiring state proof verification at much lower gas costs than pure smart contract implementations.