Building on World Chain

EVM Equivalence

World Chain is EVM-equivalent because it utilizes the OP Stack, a modular framework developed by Optimism, which ensures compatibility with the Ethereum Virtual Machine (EVM). By leveraging the OP Stack, World Chain can execute smart contracts and interact with decentralized applications designed for Ethereum without any modifications. This equivalency enables seamless interoperability with Ethereum's ecosystem of applications and protocols. The OP Stack's modularity also allows World Chain to implement scaling solutions and other customizations while maintaining the fundamental EVM equivalence, ensuring a flexible yet consistent environment for developers and users alike.

Differences between World Chain, OP Mainnet and Ethereum

Though the EVM remains unchanged across OP Stack (Superchain) chains compared to the Ethereum layer 1, there are some configurations of the execution clients that do differ.

ParameterWorld ChainOP MainnetEthereum
Block time in seconds2212
Block gas limit30,000,00030,000,00030,000,000
Block gas target10,000,0005,000,00015,000,000
EIP-1559 elasticity multiplier662
EIP-1559 denominator2502508
Maximum base fee increase (per block)0.8%2%12.5%
Maximum base fee decrease (per block)0.4%0.4%12.5%

For more information check out the OP Stack docs.