Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

Brickken joins UNE committee to advance institutional tokenization standards

2026-03-10

“Bitcoin is dying,” says Oscar-nominated actor Terrence Howard

2026-03-10

Wireless Industrial Router Market Growth, Trends, and Forecast (2025-2035)

2026-03-10
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    Brickken joins UNE committee to advance institutional tokenization standards

    2026-03-10

    Hedera enables 19 live transactions with the Reserve Bank of Australia

    2026-03-09

    Aylab joins the REI network to accelerate the growth of the scalable web3 infrastructure

    2026-03-09

    Quack AI unveils production-ready Q402 on Avalanche C-Chain to scale agent workflows

    2026-03-09

    Quantum computers can break the privacy of Zcash and Monero, says researcher

    2026-03-09
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    SEC pressure on crypto giants fades as Trump-linked project draws $75M from Justin Sun

    2026-03-08

    Refusing new IRS crypto tax forms could cost you your exchange account

    2026-03-07

    US lawmakers consider ban on prediction markets amid bets on Iran

    2026-03-06

    De volatiliteit van Bitcoin zou in april kunnen exploderen als SEC de markt achter de ETF-leverage beoordeelt

    2026-03-06

    Crypto company Kraken secures a direct link to Federal Reserve payments

    2026-03-04
  • Analysis

    XRP’s unrealized losses soar to over $50 billion due to the oil price shock

    2026-03-09

    Bitcoin Price Drops Below $68,000, Downside Targets Come into Focus

    2026-03-09

    Bitcoin signals economic concerns as oil prices rise

    2026-03-09

    Ethereum Price Extends Pullback, Support at $1,920 Now Under Threat

    2026-03-09

    Solana (SOL) Plummets to $80, Traders Look to Critical Support Defense

    2026-03-09
  • Learn

    What Is Composability in DeFi and Why It Matters

    2026-03-09

    Hoeveel Crypto-portemonnees moet je echt hebben?

    2026-03-09

    What Is Wrapped ETH (WETH) and Why Do You Need It in DeFi?

    2026-03-06

    What Is Crypto Protocol and Why Coins Need It

    2026-03-04

    Wat is Liquid Proof-of-Stake: uitgelegd voor beginners

    2026-03-02
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»Parallelized EVMs are gaining popularity, but they cannot scale blockchains alone
Blockchain

Parallelized EVMs are gaining popularity, but they cannot scale blockchains alone

2024-01-12No Comments6 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Improving blockchain scaling technology requires addressing multifaceted issues. New efforts to parallelize the Ethereum Virtual Machine (EVM) have gained interest in recent weeks as developers look for opportunities to increase transaction throughput.

The EVM is the execution environment that runs on Ethereum and its layer 2 combinations, and has also been adopted by other layer 1 networks such as Avalanche, Binance Chain and many others, which use it to process smart contract code.

In typical EVM implementations, transactions are processed sequentially in the order they arrive. This simple approach can lead to longer processing times and higher costs if there are many transactions, explains Marina Guryeva, the CEO of Neon Labs, which is deploying the EVM as a smart contract on Solana.

“For Ethereum, the traditional sequential execution model simplifies the hardware requirements, but on the other hand, it creates limitations in processing the increasing number of transactions,” Guryeva told Blockworks. “This worsens during peak usage times, resulting in longer transaction wait times, higher gas costs relative to the demand increase, and an overall broken user experience.”

Guryeva said that much of the growing interest in parallel EVMs is due to its ability to address these challenges around blockchain scalability, by addressing issues related to the blockchain trilemma.

“The parallel processing approach addresses the long-standing challenges of scalability and transaction processing efficiency within the Ethereum network,” Guryeva said.

Many transactions can be processed simultaneously rather than sequentially, as long as they are not dependent on each other.

There are other ways to achieve parallel processing, such as at the database level with approaches like sharding, which essentially divide the state of Ethereum into smaller “shards,” but full sharding is still years away.

See also  Cwallet works together with Top Blockchain companies to stimulate crypto -innovation

Read more: Dencun and Pralectra: Core Ethereum Developers Chart an Ambitious 2024

However, parallelized EVMs, including Sei Network, Monad and Neon, are already or almost ready for production. The Sei Network launched its mainnet in August 2023 and saw a recent monthly trading volume of approximately $136 million with just over 29,000 active DEX users, according to data collected by Flipside Crypto.

The native token, SEI, has risen from around $0.23 in early December to around $0.68 today – a jump of almost 200%. Neon has also seen a significant increase in its token price, with NEON trading from $0.50 on December 1 to around $2.55 today.

Monad has yet to be launched and does not yet have its own token.

A look at popular parallel EVM protocols

A big part of the work being done on the Neon EVM is to bring the Ethereum dapps into the Solana ecosystem, Guryeva said.

“It is a fully compatible Ethereum environment on Solana and allows developers to scale Ethereum dapps using Solana as the settlement layer,” she says.

Guryeva notes that Ethereum is still the dominant blockchain supporting smart contracts and dapps, but Solana’s Sealevel technology – which allows virtual machines to process multiple transactions simultaneously by distributing the transaction workload across multiple threads on a validator’s hardware – enables lower gas costs and higher scalability possible.

Jay Jog, the co-founder of Sei Labs, shares this sentiment. He notes that Ethereum rollups struggle to get more than 30 sustained transactions per second, which limits design space on the blockchain.

“A parallelized EVM allows you to get the best out of Ethereum and Solana – the EVM and all the mindshare/tooling around it and the fast execution environment that Solana provides,” he said.

See also  Polyhedra Network partners with Google Cloud to scale ZK proofing infrastructure for Web3

The latest version of Sei has the EVM built into the chain, Jog added.

“Sei uses Geth – the Go implementation of the EVM – to achieve full EVM bytecode compatibility. Geth is very proven and currently processes ~85% of the [Ethereum] blocks,” he said.

This is different from its competitor Monad, which creates a custom EVM implementation, Jog notes.

Despite these differences, both Monad and Sei use optimistic parallel execution to achieve parallel processing.

With this technique, virtual machines run in parallel on separate threads within the network computer. Each thread would execute transactions and generate what Keone Hon, the co-founder and CEO of Monad Labs, calls “pending results.”

These running results track the input and output of the transactions, which are then returned to their original linear order. If a pending result contains input that has been invalidated, a transaction must be rescheduled.

“This means that Monad still supports linear blocks and linear transactions within the blocks,” Hon told Blockworks. “Monad can, in principle, use transaction formats exactly the same as Ethereum and then, under the hood, implement parallelism without any change from the user perspective.”

Optimistic parallel execution differs from what Solana uses, for example, where dapps must specify the dependencies of the transactions in advance, Hon said, analogous to the access list approach on Ethereum.

Parallelized EVMs are a stepping stone

It’s important to note, Hon adds, that parallel execution is a small part of the bigger picture, with Monad’s more overall mission focusing on accelerating EVM execution to make it as performant as possible.

See also  Cortex unveils major updates to MIPS compilation and ZkRollup improvements

“The real bottleneck is actually the state’s access to all these transactions, they are all dependent on the state, and that state lives on SSD (solid-state drive),” said Hon.

The majority of smart contract work has relatively simple computations, he said, and bigger limitations for smart contracts are often the input/output component: the process of reading from the SSD and then writing data back.

Parallelism only saves a small portion of the cost, said Rachel Bousfield, the technical lead at Offchain Labs, because parallel execution is rarely possible in practice with current Web3 dapps.

Ethereum-like blockchains generally use commodity databases for reading and writing data. These have the advantage of being widely accessible and can be purchased ‘off the shelf’, but they are not optimized for the problem of storing the Merkle tree data, which is necessary for parallel processing on the blockchain, notes Hon.

This means that in order to reduce transaction processing times and gas prices, the infrastructure surrounding the database will have to fundamentally change.

“So one of the other really important things that Monad is building is a custom state database from scratch that supports parallel access, so that when you have a lot of threads running in parallel, the database is tapped – to get input or outbacks back to it to write – they can proceed in parallel,” said Hon.

Monad is not alone in its focus on alleviating state dependence. Sei is also working on improvements in this area, Jog notes.

“We are doing a lot of work at the state layer to improve state access, state commit and state storage,” he said.

Source link

blockchains EVMs gaining Parallelized Popularity scale
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Brickken joins UNE committee to advance institutional tokenization standards

2026-03-10

Hedera enables 19 live transactions with the Reserve Bank of Australia

2026-03-09

Aylab joins the REI network to accelerate the growth of the scalable web3 infrastructure

2026-03-09

Quack AI unveils production-ready Q402 on Avalanche C-Chain to scale agent workflows

2026-03-09
Add A Comment

Comments are closed.

Top Posts

OnChain Studios Launches Kid-Safe Chatbot for NFTs

2023-07-12

Republican lawmakers are calling for the removal of Gary Gensler from SEC over bias and harm to the digital asset industry

2023-12-28

Crypto is confronted with liquidity endgame: Assembly risks by 2026

2025-09-12
Editors Picks

Dubai Government Media spotlights Ripple as a Blockchain leader

2023-05-17

US Investors Dump $700 Million Into Bitcoin – Is BTC’s $100K Support In Danger?

2025-11-07

AUO G070VTN01.0 7.0 inch 800*480 LCD panel

2026-02-05

Lawyers for SBF call the prosecutor’s sentencing recommendations ‘disturbing’ in a new letter to the judge

2024-03-20

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

Brickken joins UNE committee to advance institutional tokenization standards

“Bitcoin is dying,” says Oscar-nominated actor Terrence Howard

Wireless Industrial Router Market Growth, Trends, and Forecast (2025-2035)

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.