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

EVM64 - 64-bit mode EVM opcodes

Authors:

Canonical data: /latest/eips/7937.json

Multibyte opcodes for 64-bit arithmetic, comparison, bitwise and flow operations in EVM.

Timeline

Headliner Presentation
Jun 5, 2025 · ACDE #213
Headliner Proposal
May 22, 2025 · Forum Post
EIP Created Apr 23, 2025

Key Benefits

  • Dramatically reduces gas costs for mathematical operations
  • Enables more sophisticated on-chain calculations
  • Improves performance for DeFi and gaming applications
  • Makes the EVM more competitive with other smart contract platforms

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Lower gas costs for applications requiring mathematical computations like DeFi protocols, gaming, and scientific applications.

Application Developers

Can build much more efficient mathematical applications, implement better algorithms on-chain, and reduce gas costs for computation-intensive smart contracts.

Wallet Developers

Indirect benefits through lower gas costs for mathematical operations in wallet-related smart contracts.

Tooling / Infrastructure

Development tools, debuggers, and gas estimation systems need updates to support 64-bit operations and their gas costs.

Layer 2s

More efficient mathematical operations benefit Layer 2 proof generation and verification systems.

Stakers & Node Operators

More efficient computation reduces overall network computational load for mathematical operations.

CL Client Developers

No direct impact on consensus layer operations as this affects execution layer computational capabilities.

EL Client Developers

Major implementation work required for new 64-bit opcodes, proper gas accounting, and ensuring compatibility with existing 256-bit operations.

North Star Goal Alignment

  • Scale L1: Significantly improves computational efficiency for mathematical operations, reducing gas costs and enabling more complex on-chain calculations.
  • Improve UX: Cheaper and faster mathematical operations enable more sophisticated on-chain applications and reduce gas costs for computation-heavy smart contracts.