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

Deterministic Factory Predeploy

Authors:

Canonical data: /latest/eips/7997.json

A minimal `CREATE2` factory shared by EVM chains.

Timeline

Glamsterdam
Francisco Giordano
Considered for Inclusion
Jan 5, 2026 · ACDE #227
Proposed
EIP Created Aug 3, 2025

Key Benefits

  • Improves UX and mitigates risk of loss of funds for users of smart contract accounts.
  • Simplifies multi-chain and cross-chain smart contracts by removing the need for per-chain parameterization or mappings.
  • Reduces the number of addresses that multi-chain applications have to distribute.
  • Addresses limitations of fragile workarounds currently in use by developers for this need, providing a native solution instead.

Trade-offs & Considerations

No trade-offs documented yet.

Stakeholder Impact

End Users

Consistent addresses across chains reduce cognitive load and potential for error.

Application Developers

Simplifies deployment of apps to multiple chains and development of apps that use cross-chain interop.

Wallet Developers

Provides a native solution to the problem of deploying multi-chain smart contract accounts.

Tooling / Infrastructure

Tools will be able to replace their default CREATE2 factory with the canonical one, or one deployed from it.

Layer 2s

Need to adopt the EIP to make the factory widely available and materialize benefits for developers.

Stakers & Node Operators

No impact.

CL Client Developers

No consensus changes expected.

EL Client Developers

Need to implement a new kind of system contract that is not deployed via transaction but is not a precompile either. Conceptually simple but new in the EL.

North Star Goal Alignment

  • Improve UX: Complements the rollup-centric roadmap with a native and reliable mechanism for deployment of multi-chain contracts, including smart contract accounts.