What is the Ethereum Virtual Machine (EVM)?

When Vitalik Buterin built Ethereum, he wanted to push the boundaries of blockchain technology. Bitcoin inspired him, but he felt the tech should do more than just process transactions. As a result, he built the Ethereum blockchain network. Ethereum has all the features of Bitcoin. It can process peer-to-peer transactions and store them in an immutable and decentralized way. It can also do certain things that Bitcoin can’t. For example, it can run smart contracts.

So how does a blockchain run a smart contract? In Ethereum's case, the answer is the Ethereum Virtual Machine (EVM). The EVM forms the backbone of how the Ethereum network operates. In this article, we discuss what EVM is, how it works, and its benefits and use cases. But before we dive deep, let's have a quick recap on smart contracts.

TL;DR

  • Vitalik Buterin created Ethereum to pioneer the introduction of smart contracts. These self-executing contracts run on the Ethereum Virtual Machine (EVM).

  • EVM is a software that allows smart contracts to be run and be deployed on the Ethereum network.

  • EVM processes transactions in two states: world state (account balances and smart contracts) and machine state (executing transaction steps).

  • Smart contracts are written in Solidity and compiled into bytecode. The EVM executes them. Gas fees help to provide security and limit resource abuse.

  • The EVM’s impact is seen in cases like ERC-20 tokens, decentralized exchanges, NFTs, DeFi lending, and DAOs.

What are smart contracts?

Smart contracts are computer programs or applications that run autonomously on a blockchain network. They consist of data codes developers deploy to carry out specific instructions. Users don’t control smart contracts as they run as programmed.

The Ethereum network is the first blockchain to implement smart contracts. As a result, millions of smart contracts are coded and deployed on the Ethereum blockchain today. The EVM played a vital role in achieving that feat.

What is the Ethereum Virtual Machine (EVM)?

The EVM is built into the heart of its protocol. As its name suggests, the EVM is a virtual machine or digital software that powers the Ethereum network. Virtual machine software can execute programs, store data, connect to networks, and perform other computational tasks. It’s also responsible for the code execution and deployment of smart contracts.

How it works

Since Ethereum processes more than just peer-to-peer value transactions, it requires an intricate computation system. So, instead of calling the network a distributed ledger, Ethereum developers refer to it as an "unbounded state machine". And that's a basic description of how the EVM works. The Ethereum network therefore comprises two states: a world state and a machine state.

EVM

World state

The world state is where Ethereum stores its account balances and smart contracts. Similar to the Bitcoin ledger, it’s decentralized, immutable, and accessible to everyone online. The EVM updates this layer every time it completes a transaction. That means everyone with a block explorer can view the Ethereum blockchain and see the same data in real-time.

Machine state

The machine state is where the EVM carries out the step-by-step processing of transactions. It’s also popularly referred to as Ethereum's sandbox for developers. The Ethereum network processes two types of transactions. The first type is the "message call" — when one account transfers ETH tokens to another. In this scenario, the EVM moves the ETH tokens from one wallet address into another. Which then updates the transaction on the world state. The sender is charged gas fees for the computations completed in sending the transaction.

The second type of transaction is called ¨contract creation¨. It refers to when a developer wants to execute a smart contract onto Ethereum. In this scenario, the sender supplies gas fees and inputs a ¨smart contract bytecode¨.

Solidity programming language

The most widely used computer language for creating Ethereum smart contracts is Solidity. Like Javascript, it’s a high-level language suitable for humans, but machines don’t understand it. Therefore, once developers write a smart contract in Solidity, they must translate it into machine language or bytecodes using an Ethereum Virtual Machine compiler, like solc.

Smart contract execution

As the EVM executes the code, the gas supply reduces according to the gas cost of the computations executed. If at any point the gas supply is reduced to zero before the transaction is complete, the EVM immediately halts. It abandons the transaction and doesn’t change the world state. The network is unaffected, but the sender's ETH balance goes down to pay for the computations used to execute the code to the halting point. However, if the execution completes successfully, the EVM updates the world state to match the machine state version.

Ethereum gas fees

As we can see from the above, gas fees play a crucial role in processing transactions on the Ethereum blockchain. When Ethereum used the Proof of Work (PoW) consensus mechanism, processing a transaction required hardware and electricity, and miners required incentives to carry out their tasks. In the case of processing ETH token transfers, gas fees vary depending on the congestion of the pool.

When executing smart contracts, gas fees take on a different role. At the point of execution, Smart Contract bytecodes are broken down into smaller pieces called ¨opcodes¨. Opcodes are short for Operational Codes and are the instructions the EVM uses to perform computations. Each opcode is assigned a gas fee — the more complex the opcode, the higher the cost. This step is essential in keeping the Ethereum blockchain secure from malicious attacks. For example, if a user deploys a DDos attack, the EVM will continue executing the smart contract in the machine state. It’ll charge gas fees for every computation, and when the sender runs out of gas, it’ll abandon the transaction.

What are the benefits of EVM?

As described above, the EVM prevents malicious activities from attacking the network. Therefore, it enables the execution of smart contracts and other automated services in a secure and trustworthy platform.

The Ethereum network is the largest crypto ecosystem at the time of writing. What's more, it's considered the gold standard for decentralized application (DApp) creation and smart contract deployment. Many other blockchains have created side chains that allow Ethereum developers to transfer their applications without changing the code.

EVM is also decentralized, meaning anyone can create a smart contract on Ethereum without permission. It also enables developers to build and deploy decentralized services and applications, recently gaining massive popularity.

EVM use cases

With the Ethereum Virtual Machine executing smart contracts, many new inventions have hit the blockchain space. Here are the top five EVM use cases:

ERC-20 tokens

ERC-20 tokens are generated by smart contracts using predefined data structures. The data structure is responsible for giving the token a name, distributing it, and keeping track of it. In 2017, when initial coin offerings (ICOs) were popular, many new cryptocurrencies were launched using the ERC-20 tokens. Today, the best use of ERC-20 tokens is for stablecoins, like USDT.

Decentralized Exchanges (DEXs)

Decentralized exchanges (DEXs) allow users to buy, sell or trade crypto by deploying smart contracts. Exchanges such as Uniswap and SushiSwap also use automated market makers (AMMs) applications, allowing users to tap into the liquidity pools of tokens without third-party interference.

NFTs

Non-fungible tokens (NFTs) are digital artifacts stored on the blockchain. They authenticate ownership and can’t be copied. Blockchain enthusiasts use smart contracts to create and mint NFT collections. Some of the most expensive NFT collections include the Bored Ape Yacht Club (BAYC) and Cryptopunks. Owners can transfer or trade their NFTs on marketplaces such as OpenSea.

DeFi lending

Decentralized finance (DeFi) Lending refers to platforms that allow users to lend or borrow cryptocurrencies without using a third party. Smart contracts govern the borrowing and lending protocols. Loans are issued immediately to borrowers, and lenders sometimes receive interest daily.

Decentralized Autonomous Organizations

A decentralized autonomous organization (DAO) is a communal entity that lacks a central authority. In DAOs, individual members collectively make governing decisions regarding the project. The rules of a DAO are established by core community members and implemented through smart contracts.

EVM limitations

The EVM has two significant limitations. Firstly, it requires users to have foreknowledge of Solidity and coding skills. Many people need help coding, making it difficult for new users to create and interact with smart contracts.

Its second limitation is that gas fees can become very expensive when creating a smart contract or deploying an Ethereum network application.

Which cryptocurrencies are EVM compatible?

EVM-compatible blockchains are a simple solution to solving the expensive gas fee problem. Developers have borrowed certain parts of the Ethereum network and created DApps that enable users to quickly and easily move assets between any EVM network. Many of the most popular blockchains in use today follow this EVM-compatible approach, mainly:

The future of EVM

Building upon the basic foundation of Bitcoin, Vitalik Buterin's vision is to create a decentralized supercomputer that's accessible to all virtually. The Ethereum Virtual Machine has had a huge role in making that vision a reality. Since its conception, the EVM has had several upgrades and continues to evolve and improve.

The Dencun upgrade introduced EIP-4844, which brought proto-danksharding to Ethereum. This significantly reduces gas fees by allowing the network to process Layer-2 transaction data more efficiently. Proto-danksharding is underpinned by a new data type called blobs, which are removed from the blockchain rather than being permanently stored. Meanwhile, EIP-4788 — also part of the Dencun upgrade — helped to enhance interoperability by enabling EVM to access the state of the Beacon Chain directly. This is essential for protocols such as liquid staking and cross-chain interactions. The Dencun upgrade was completed in March 2024.

Looking ahead, Ethereum's roadmap emphasizes scalability through rollups, with zero-knowledge EVMs (zkEVMs) playing a crucial role. zkEVMs enable efficient off-chain transaction processing while maintaining compatibility with Ethereum, improving scalability.

The final word

The Ethereum Virtual Machine is part of the Ethereum network's foundational infrastructure. It's essential to allowing smart contracts to run on the blockchain, with the software responsible for performing multiple computational tasks. Beyond its operational importance, the EVM protects the network by helping prevent attacks, supporting a secure, resilient, and decentralized platform for developers to build upon.

Curios to learn more about the evolving Ethereum network? Check out our guide to the Blast Layer-2 that offers native yield, and read up on Curve Finance, the stablecoin decentralized exchange built on Ethereum.

FAQs

The Ethereum Virtual Machine (EVM) is a virtual software platform that powers the Ethereum blockchain, enabling it to execute and deploy smart contracts.

It’s important because it lets Ethereum do more complicated transactions than simple peer-to-peer value transfers. This makes it a useful platform for decentralized applications (DApps) and other automated services.

The EVM processes transactions through two states: the world state and the machine state. The world state records account balances and smart contracts, while the machine state handles the step-by-step execution of transactions.

The EVM may move tokens between accounts or run smart contract bytecodes, depending on the type of transaction. Gas fees determine the cost and completion of these calculations.

The EVM's key areas include creating ERC-20 tokens, decentralized exchanges like Uniswap, minting and trading NFTs, DeFi lending platforms, and community-governed Decentralized Autonomous Organizations (DAOs).

The EVM has two main limitations: complexity and high gas fees. Project owners creating smart contracts need to understand Solidity, the Ethereum programming language. Gas fees can also be very expensive, especially during network congestion or when deploying complex applications.

Ansvarsfraskrivelse
Dette innholdet er kun gitt for informasjonsformål og kan dekke produkter som ikke er tilgjengelige i din region. Det er ikke ment å gi (i) investeringsråd eller en investeringsanbefaling, (ii) et tilbud eller oppfordring til å kjøpe, selge, eller holde krypto / digitale aktiva, eller (iii) finansiell, regnskapsmessig, juridisk, eller skattemessig rådgivning. En beholdning av krypto / digitale aktiva, inkludert stablecoins og NFT-er, innebærer høy grad av risiko og kan svinge mye. Du bør vurdere nøye om trading eller holding av krypto / digitale aktiva egner seg for deg i lys av den økonomiske situasjonen din. Rådfør deg med en profesjonell med kompetanse på juss/skatt/investering for spørsmål om dine spesifikke omstendigheter. Informasjon (inkludert markedsdata og statistisk informasjon, hvis noen) som vises i dette innlegget, er kun for generelle informasjonsformål. Noe innhold kan være generert eller støttet av verktøy for kunstig intelligens (AI/KI). Selv om all rimelig forsiktighet er tatt i utarbeidelsen av disse dataene og grafene, aksepteres ingen ansvar eller forpliktelser for eventuelle faktafeil eller utelatelser uttrykt her. OKX Web3 Wallet og dets tilleggstjenester tilbys ikke av OKX Exchange og er underlagt Vilkår for bruk av OKX Web3-økosystemet.

Relaterte artikler

Se mer
seo prompts artical
Web3

Camp Network Airdrop: A Guide to Earning Future $CAMP Tokens

### TL;DR This guide explores Camp Network, a new Layer 1 blockchain for the AI-driven creator economy. Learn about its unique approach to on-chain intellectual property (IP) and how to participate in
13. aug. 2025
2
seo prompts artical
Web3

Pharos Network Testnet: A Guide to Earning Potential Airdrops

### TL;DR The Pharos Network, a new high-performance Layer 1 blockchain, has launched its incentivized testnet, offering users the chance to earn potential airdrops of its native token, $PHRS. This gu
13. aug. 2025
2
trends_flux2
Web3

Earn ASP in Aspecta Trading & Airdrop Event

## TL;DR Aspecta is an AI-powered Web3 identity and reputation protocol with a new $ASP token launch and OKX DEX’s “Trade & Earn” campaign offering up to 2M ASP rewards. This article explores Aspecta’
13. aug. 2025
Nybegynnere
trends_flux2
Web3

Earn PUMP Tokens in Pump.Fun’s On-Chain Trading Competitions

## What is Pump.Fun Protocol? Pump.Fun is a decentralized, community-driven on-chain trading game designed to bring excitement and competition to DeFi trading. It offers users a gamified experience wh
13. aug. 2025
trends_flux2
Web3

Earn and Trade with Rcade: A New Wave of Web3 Gaming Rewards

## What is Rcade Protocol? Rcade Network is an emerging Web3 gaming protocol that integrates decentralized finance (DeFi) mechanics with play-to-earn and NFT gaming experiences. By bridging blockchain
13. aug. 2025
seo prompts artical
Web3

Discover RCade Protocol: Exploring Blockchain Gaming Ecosystems and Token Utility

What Is RCade Protocol? RCade is a blockchain-based gaming ecosystem designed to blend decentralized finance (DeFi) with immersive gaming experiences. It serves as a platform where players engage in play-to-earn mechanics, leveraging blockchain tokens and NFTs to enhance game interaction and rewards. RCade’s ecosystem aims to foster a decentralized, user-governed gaming environment where economic incentives and gaming fun coexist.
12. aug. 2025
1
Se mer