Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Regulation
    • Market Cap
    • Web 3
    • Scam
  • Blockchain
  • NFT
  • Metaverse
  • Analysis
  • Learn
  • Blog
  • Contact
    • Tech7685@gmail.com
What's Hot

Bitcoin will explode to new all time High, just like traders are super bearish to btc, according to analyst

2025-06-01

Bitcoin Rich List: who stacks, who is addicted?

2025-06-01

Memecoin investors should not look at the SEC for protection, “says Commissioner Hester Pierce

2025-06-01
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
  • BitcoinPlatform.com
Facebook X (Twitter) Instagram
Free Cryptocurrency – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Regulation
    • Market Cap
    • Web 3
    • Scam
  • Blockchain

    In and Ecocreds partner to stimulate transparent, blockchain-driven sustainability

    2025-06-01

    IQ AI and OpenLedger work together to improve intelligent automation

    2025-06-01

    Ripple makes a fundamental statement about blockchain -transforming finances

    2025-06-01

    VeChain wants to transform the supply chain from Amazon with confidential evidence

    2025-06-01

    Binance and Pakistan IT ministerie Rollen Blockchain Education Program out for 80,000 students

    2025-06-01
  • NFT

    Performance Art Duo Operator ‘Make Movement Collectible’ with NFTS

    2025-05-31

    NFT -Market sees $ 3.91 million volume on OpenSea in the midst of cryptopunks’ dominance

    2025-05-31

    Courtyard Bovent the turnover, Doodles leads in growth

    2025-05-29

    Under exposed EP 27 – Macro, Alt SZN and the Hype trade

    2025-05-28

    A new collection of NFT -stamps inspired by Mozart and Hedy Lamarr

    2025-05-28
  • Metaverse

    Shib: The Metaverse – Part of the expanding Shiba Inu ecosystem

    2025-01-03

    Experience to Earn: Everdome’s Metaverse Frontier

    2024-12-30

    Beyond Bots: Meta Motivo and the Dawn of Human Digital Life

    2024-12-13

    Exploring NetVRk: What’s Behind This AI-Powered Virtual Universe?

    2024-10-28

    Council of Europe emphasizes the impact of Metaverse on privacy and democracy

    2024-09-05
  • Analysis

    Bitcoin will explode to new all time High, just like traders are super bearish to btc, according to analyst

    2025-06-01

    Analyst who has nailed 2021 Bitcoin -Top, predicts new leg for Bitcoin – but there is a catch

    2025-06-01

    Hyperliquid Bitcoin Whale loses $ 100 million because the BTC price falls under $ 105k

    2025-06-01

    Cronos Tart Crypto Market Downtick on Friday as asset manager Canary Capital Files for CRO ETF

    2025-05-31

    XRP multi-time frame breakdown: here comes what is there

    2025-05-31
  • Learn

    What Is Asset Tokenization? How It Works and Why It’s Important

    2025-05-30

    What Is DeFi 2.0 and Why It Matters

    2025-05-27

    Crypto Margin Trading: How It Works and How to Manage the Risks

    2025-05-26

    Wat is circulerende levering in cryptocurrency?

    2025-05-23

    What Is a DEX (Decentralized Exchange)?

    2025-05-21
  • Blog
  • Contact
    • Tech7685@gmail.com
Free Cryptocurrency – 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  Hex Trust joins forces with TON to revolutionize DeFi and Staking

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  In Win for Polygon's AggLayer, Magic Labs Chain Unification Network Unveils 'Newton'

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  OKX Joins exSat as Key Validator to Improve Bitcoin Scalability

“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

In and Ecocreds partner to stimulate transparent, blockchain-driven sustainability

2025-06-01

IQ AI and OpenLedger work together to improve intelligent automation

2025-06-01

Ripple makes a fundamental statement about blockchain -transforming finances

2025-06-01

VeChain wants to transform the supply chain from Amazon with confidential evidence

2025-06-01
Add A Comment

Comments are closed.

Top Posts

I asked ChatGPT about BNB because Binance is getting a small stay from the court

2023-09-24

Merlin Chain launches AI assistant ‘Merlin Wizard 0.1’ for user interaction in the Bitcoin Layer2 -Ecosystem

2025-03-25

How will Morgan Stanley’s entry into crypto trading affect major exchanges?

2025-01-03
Editors Picks

Brazil’s tax authorities will start collecting information from foreign crypto exchanges

2024-06-18

Nexus launches an AI lab for safe and verifiable artificial inteligence

2025-05-10

South Korea promotes safeguards for crypto investors with new law

2023-07-03

Top US Regulator gives Banks Greenlight to participate in crypto and stablecoin activities

2025-03-10
About
About

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

Bitcoin will explode to new all time High, just like traders are super bearish to btc, according to analyst

Bitcoin Rich List: who stacks, who is addicted?

Memecoin investors should not look at the SEC for protection, “says Commissioner Hester Pierce

Get Informed

Subscribe to Updates

Get the latest news and Update from Free.cc about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
  • BitcoinPlatform.com
© 2025 Free.cc - All rights reserved. Contact: info@free.cc

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

  • bitcoinBitcoin(BTC)$105,643.141.10%
  • ethereumEthereum(ETH)$2,538.030.77%
  • tetherTether USDt(USDT)$1.000.01%
  • rippleXRP(XRP)$2.180.59%
  • binancecoinBNB(BNB)$661.870.64%
  • solanaSolana(SOL)$158.041.07%
  • usd-coinUSDC(USDC)$1.000.00%
  • dogecoinDogecoin(DOGE)$0.1938861.05%
  • tronTRON(TRX)$0.2706772.08%
  • cardanoCardano(ADA)$0.690.79%
  • hyperliquidHyperliquid(HYPE)$34.084.53%
  • suiSui(SUI)$3.343.59%
  • chainlinkChainlink(LINK)$14.050.94%
  • avalanche-2Avalanche(AVAX)$20.941.03%
  • stellarStellar(XLM)$0.2677031.39%
  • bitcoin-cashBitcoin Cash(BCH)$402.77-2.84%
  • unus-sed-leoUNUS SED LEO(LEO)$8.650.34%
  • the-open-networkToncoin(TON)$3.191.53%
  • shiba-inuShiba Inu(SHIB)$0.0000131.20%
  • hedera-hashgraphHedera(HBAR)$0.1690481.38%
  • litecoinLitecoin(LTC)$88.401.81%
  • polkadotPolkadot(DOT)$4.070.20%
  • moneroMonero(XMR)$347.017.31%
  • bitget-tokenBitget Token(BGB)$4.790.63%
  • ethena-usdeEthena USDe(USDE)$1.000.01%
  • daiDai(DAI)$1.000.00%
  • pepePepe(PEPE)$0.0000121.63%
  • piPi(PI)$0.650.21%
  • uniswapUniswap(UNI)$6.314.55%
  • aaveAave(AAVE)$246.280.67%
  • bittensorBittensor(TAO)$415.17-3.18%
  • aptosAptos(APT)$4.811.99%
  • okbOKB(OKB)$50.16-0.65%
  • nearNEAR Protocol(NEAR)$2.472.23%
  • crypto-com-chainCronos(CRO)$0.105409-0.30%
  • ondo-financeOndo(ONDO)$0.852.26%
  • internet-computerInternet Computer(ICP)$4.941.00%
  • ethereum-classicEthereum Classic(ETC)$17.091.20%
  • gatechain-tokenGateToken(GT)$19.27-0.29%
  • kaspaKaspa(KAS)$0.0886725.94%
  • mantleMantle(MNT)$0.680.74%
  • official-trumpOFFICIAL TRUMP(TRUMP)$11.381.52%
  • polygon-ecosystem-tokenPOL (prev. MATIC)(POL)$0.2150930.74%
  • usd1World Liberty Financial USD(USD1)$1.000.02%
  • vechainVeChain(VET)$0.0243361.08%
  • render-tokenRender(RENDER)$3.931.97%
  • artificial-superintelligence-allianceArtificial Superintelligence Alliance(FET)$0.762.99%
  • ethenaEthena(ENA)$0.3128453.21%
  • worldcoin-wldWorldcoin(WLD)$1.163.29%
  • filecoinFilecoin(FIL)$2.57-0.32%
  • bitcoinBitcoin(BTC)$105,643.141.10%
  • ethereumEthereum(ETH)$2,538.030.77%
  • tetherTether USDt(USDT)$1.000.01%
  • rippleXRP(XRP)$2.180.59%
  • binancecoinBNB(BNB)$661.870.64%
  • solanaSolana(SOL)$158.041.07%
  • usd-coinUSDC(USDC)$1.000.00%
  • dogecoinDogecoin(DOGE)$0.1938861.05%
  • tronTRON(TRX)$0.2706772.08%
  • cardanoCardano(ADA)$0.690.79%
  • hyperliquidHyperliquid(HYPE)$34.084.53%
  • suiSui(SUI)$3.343.59%
  • chainlinkChainlink(LINK)$14.050.94%
  • avalanche-2Avalanche(AVAX)$20.941.03%
  • stellarStellar(XLM)$0.2677031.39%
  • bitcoin-cashBitcoin Cash(BCH)$402.77-2.84%
  • unus-sed-leoUNUS SED LEO(LEO)$8.650.34%
  • the-open-networkToncoin(TON)$3.191.53%
  • shiba-inuShiba Inu(SHIB)$0.0000131.20%
  • hedera-hashgraphHedera(HBAR)$0.1690481.38%
  • litecoinLitecoin(LTC)$88.401.81%
  • polkadotPolkadot(DOT)$4.070.20%
  • moneroMonero(XMR)$347.017.31%
  • bitget-tokenBitget Token(BGB)$4.790.63%
  • ethena-usdeEthena USDe(USDE)$1.000.01%
  • daiDai(DAI)$1.000.00%
  • pepePepe(PEPE)$0.0000121.63%
  • piPi(PI)$0.650.21%
  • uniswapUniswap(UNI)$6.314.55%
  • aaveAave(AAVE)$246.280.67%
  • bittensorBittensor(TAO)$415.17-3.18%
  • aptosAptos(APT)$4.811.99%
  • okbOKB(OKB)$50.16-0.65%
  • nearNEAR Protocol(NEAR)$2.472.23%
  • crypto-com-chainCronos(CRO)$0.105409-0.30%
  • ondo-financeOndo(ONDO)$0.852.26%
  • internet-computerInternet Computer(ICP)$4.941.00%
  • ethereum-classicEthereum Classic(ETC)$17.091.20%
  • gatechain-tokenGateToken(GT)$19.27-0.29%
  • kaspaKaspa(KAS)$0.0886725.94%
  • mantleMantle(MNT)$0.680.74%
  • official-trumpOFFICIAL TRUMP(TRUMP)$11.381.52%
  • polygon-ecosystem-tokenPOL (prev. MATIC)(POL)$0.2150930.74%
  • usd1World Liberty Financial USD(USD1)$1.000.02%
  • vechainVeChain(VET)$0.0243361.08%
  • render-tokenRender(RENDER)$3.931.97%
  • artificial-superintelligence-allianceArtificial Superintelligence Alliance(FET)$0.762.99%
  • ethenaEthena(ENA)$0.3128453.21%
  • worldcoin-wldWorldcoin(WLD)$1.163.29%
  • filecoinFilecoin(FIL)$2.57-0.32%