Glossary

What is EVM?

The EVM (Ethereum Virtual Machine) is the runtime that executes smart contracts; EVM-compatible chains like Monad run the same bytecode and tooling as Ethereum.

The EVM defines how contract code runs and how state changes. Any chain that implements it can run Ethereum contracts unmodified and reuse Ethereum wallets, libraries, and standards such as ERC-20.

Monad is EVM-compatible, so tokens and pools behave identically to Ethereum while benefiting from Monad's performance.

Keep reading