Cointime

Download App
iOS & Android

Parallel EVMs: Monad, Sei v2, Neon & Eclipse

From GLOBAL COIN RESEARCH TEAM

Parallel execution of transactions that don’t affect overlapping state is a promising blockchain scaling technology needed for widespread adoption without sacrificing user experience and fragmenting liquidity. Solana, with its Solana Virtual Machine (SVM), has pioneered that approach of simultaneous execution instead of purely sequential execution. With the dominant Ethereum Virtual Machine (EVM), this approach is more complicated. Recently, there are promising projects that try to overcome this hurdle to offer developers the possibility to create their applications in a familiar EVM environment, but with the performance of Solana.

In this article we look at Monad, Sei v2, Neon EVM and Eclipse – four promising projects that work on such parallelized EVM solutions. We will delve into how those networks are designed, their advantages and disadvantages and look at how well those parallelized blockchains are set-up for the future.

The Promise of Parallel EVMs

Without a doubt, Ethereum is the most widely adopted smart contract blockchain, boasting the strongest community and ecosystem. However,while Ethereum is making relentless efforts to ensure scalability, the shift from sharding to roll-ups has made it challenging to envision Ethereum sufficiently scalable as a base layer. While the roll-up centric approach can be a solution to scalability, it doesn’t come without downsides. Fragmented liquidity and poor user experience caused by interacting with many different blockchains instead of one will be a massive barrier to overcome.

What if the Ethereum we know achieved 10,000 TPS or more in another parallel universe? Monad, Sei, Neon and Eclipse are fully EVM compatible blockchains that leverage parallel execution to achieve scalability.

Source: twitter.com/SeiNetwork

A Look at the Contenders

Monad is a high performance EVM blockchain, aimed at significantly enhancing the scalability and transaction speed through parallel execution. It has optimised four key areas, making it a high performance blockchain.

Monad BFT

MonadBFT is the consensus protocol used by the Monad blockchain to achieve agreement on the order of transactions. It allows many nodes in the network to securely agree on transaction order, even if some nodes are dishonest or offline. MonadBFT operates in a leader-based, two-phase commit fashion, collecting threshold signatures from 2f+1 validators which are aggregated into a single signature using pairing-based cryptography. This improves efficiency, scalability and reduces storage compared to individual signatures.

Deferred execution

Monad separates consensus and execution to improve performance. The consensus layer involves nodes agreeing on the ordering of transactions without executing them. The execution layer consists of nodes independently executing the ordered transactions to update state. By separating consensus and execution, Monad achieves faster consensus with larger transaction batches. Finality is single-slot (1 second) with execution lagging less than 1 second, enabling high transaction throughput on a single shard while ensuring consistency. This architecture decouples consensus and execution to optimise transaction ordering and processing.

Parallel execution

Monad enables parallel execution of transactions within a block to improve efficiency. It uses an optimistic approach, starting executions before previous ones complete. To handle incorrect results, Monad tracks inputs/outputs and re-executes transactions with inconsistencies. A static code analyzer predicts dependencies, avoiding invalid parallelism and reverting to simple mode when unsure. This parallel execution increases throughput while reducing transaction failures.

MonadDB

Monad performs asynchronous I/O (input/output operations like disk reads/writes) for parallel transaction execution, unlike traditional systems that have to wait for I/O results before processing the next transaction. With asynchronous I/O, the CPU can process other transactions without waiting for particular I/O results. MonadDb utilises advanced Linux kernel features for efficient asynchronous disk operations, eliminating throttling from synchronous I/O. Traditional Ethereum databases lack async I/O support, but MonadDb is built to leverage it fully. This asynchronous approach provides major efficiency gains in transaction processing while preserving Ethereum compatibility.

Sei V2 is a massive upgrade to the Sei network, aiming to become the first fully parallelized EVM. This upgrade will equip Sei with the following capabilities:

Source: sei.io

Backward Compatibility with EVM Smart Contracts

Developers will be able to deploy already audited smart contracts from other EVM-compatible chains without any code changes. Sei nodes will import Geth — the Go implementation of the Ethereum Virtual Machine. Geth will be used to process EVM transactions, and any resulting updates (including state updates or calls to non-EVM related contracts) will go through a special interface created by Sei for EVM. This is an important upgrade as it simplifies the process of moving existing smart contracts from other blockchains like Ethereum to Sei.

Optimistic Parallelisation

Like Monad, Sei v2 will use optimistic parallelization. This allows the blockchain to simultaneously execute transactions without the need for developers to define any dependencies. When conflicts arise (e.g., transactions touching the same state), the chain will track the storage parts each transaction touches and re-run these transactions in order. This process will continue recursively until all unresolved conflicts are resolved.

Sei DB

SeiDB is a new dual-component data structure to optimise storage and prevent blockchain bloat. It separates state storage from state commitment, transforming the traditional single IAVL tree design. This dual structure reduces latency and disk usage compared to a single tree, while improving multithreaded read-write performance. 

Neon EVM is a fully compatible Ethereum environment solution built on the Solana blockchain. It operates as a smart contract within Solana, allowing developers to deploy Ethereum dApps without undertaking any reconfiguration. 

Neon EVM enables Solidity- and Vyper-based dApps to tap into Solana’s network benefits: low fees, high transaction speeds, and parallel transaction execution capabilities.

This means creating Solana-compatible contracts using tools developers are familiar with from the Ethereum Ecosystem. Neon EVM makes the key Ethereum dApp tools compatible with Solana, including Vyper, Solidity, MetaMask. The solution allows any Ethereum application to run on Solana with minimal reconfiguration, this includes Uniswap, SushiSwap, 0x, and MakerDAO.

Source: docs.neonevm.org

Eclipse is a next generation optimistic Layer-2 solution on Ethereum powered by the Solana Virtual Machine (SVM). By integrating Ethereum’s settlement capabilities with the high performance of the SVM and parallel execution, Eclipse Mainnet offers a blend of speed, scalability, and security. It aims to enhance transaction throughput while ensuring compatibility and security through its use of Ethereum for settlement and ETH as its gas token.

Designed to tackle Ethereum’s scalability challenges, Eclipse leverages Celestia for data availability and RISC Zero for zero-knowledge proofs, aiming for greater transaction capacity without sacrificing security or decentralisation. That said, the team at Eclipse will continue to keep a close eye on Ethereum’s EIP-4844 upgrade and consider migrating to Ethereum’s DA in the future, which would further increase Eclipse’s security.

The SVM and its Sealevel runtime enable parallel transaction execution. Like on Sei v2 and Monad, transactions which don’t touch an overlapping state can be executed in parallel rather than sequentially.

Source: Eclipse.builders

To achieve EVM compatibility, Eclipse will integrate Neon EVM. This will bring full EVM compatibility to the Eclipse mainnet (including Ethereum bytecode and the Ethereum JSON-RPC). Because each Neon EVM instance has its own local fee market, apps can just deploy their own contract to attain all the benefits of an app chain without fragmenting UX, security or liquidity. In this way, besides being a layer-2 network, Eclipse aims to become an infrastructure layer for a thriving layer 3 ecosystem. A trend leading layer-2 networks like Arbitrum and Base have been embarking on recently as well. Separately, the Solang compiler enables compilation of Solidity smart contracts code into SVM bytecode. This allows developers to deploy Solidity contracts on Eclipse without the need of using Neon EVM to launch their own layer-3.

The Comparison

MonadSei v2Neon EVMEclipse
Virtual MachineEVMEVMEVMSVM & EVM
TPS10’00028’0003’000+ currently(up to 100’000 with Firedancer)Up to 100’000 with Firedancer implemented
Block time1 second0.39 seconds0.4 secondsn/aprobably 0.4s
Settlement LayerMonadSeiSolanaEthereum
InfrastructurePoS chainIBC enabled PoS chainSmart contract on SolanaOptimistic Ethereum Layer-2
Expected mainnet launchQ3 2024H1 2024Already live on Solana2024. No more information. 
TVLNot yet live18.8 million (on v1)USD 1.2 millionNot yet live
InvestmentsUSD: 19 millionFDV: n/aUSD 35 millionFDV: 8.2 billionUSD 40 millionFDV:1.2 billionUSD 15 millionFDV: n/a
Twitter followers174k671k31.3k77.4k

Out of the two independent parallel EVM chains, Monad seems to get more attention. Despite much lower follower count compared to Sei, their posts generate more interactions and in recent Twitter spaces three times as many people showed up as in spaces hosted by Sei. This indicates that Monad has a more passionate and active community. Especially the Ethereum community seems to be very excited about its upcoming launch, which will put Monad into a great position to capture early hype and adoption.

Although Sei’s performance metrics seem higher than Monad’s and they are launching first, Sei gets less attention. Since the announcement of their parallelized EVM, Sei has gone on a massive rally, but the fact that it already launched as a CosmWASM chain earlier and has its coin circulating for a while gives it less the feeling of something new. Sei seems to have a weaker narrative than Monad and due to its Cosmos background it’s perceived less as an Ethereum project by members of the Ethereum community.

Thanks to Solana’s upcoming Firedancer validator client, Neon EVM and Eclipse will offer superior performance compared to Monad and Sei, exemplifying the performance deficiencies the EVM faces against the SVM, even once it is parallelized too. Despite this performance edge and having launched mainnet much earlier than the other projects, Neon struggles to find its place in the market. Early adoption numbers are very disappointing to say the least. This likely can be explained by the fact that Neon doesn’t really have a target audience. The Ethereum community is highly skeptical of Solana for its unreliability, lack of security and perceived lack of decentralisation. Consequently they’re not interested in interacting or launching applications on Solana. The Solana community on the other hand is happy using the SVM and shows no interest in switching to the EVM, which leaves Neon EVM in an awkward spot that no one is really interested in.

It will be interesting to see if Eclipse faces the same fate. As an Ethereum layer-2 it taps into the security, decentralisation and reliability of Ethereum. But due to running the Solana Virtual Machine at its base layer it might still face scepticism from the Ethereum community. Unifying the best of Ethereum and Solana, while also slotting neatly into the trend of modular blockchain design and supporting dApp specific layer 3 roll-ups, it seems that Eclipse would tick all the boxes of trends and narratives that are currently hot in Web3 though. Judging by its design, technology and performance, Eclipse should be perfectly positioned to create a strong narrative around their launch. Early signs are promising as Eclipse is gaining some momentum and is hiring more marketing professionals. It will be interesting to see if they can create real hype leading up to the mainnet launch.

Future Outlook

The Web3 space is highly competitive, with many layer-1 and layer-2 solutions fighting for attention. Success depends on more than just having the most advanced technology. Creating compelling narratives, building strong communities, and having developers launching exciting new applications on the network are equally important. This puts blockchains that excel in the latter in favourable positions.

Monad has best positioned itself in the upcoming parallel EVM narrative. Despite marginally lower performance than Sei, Monad is gaining the most hype and attention, and therefore seems to be in the prime position of the projects introduced in this article. However, crypto narratives fade quickly. Monad will have to capitalise on this short-term hype to bootstrap their ecosystem.

Beyond competing against each other, these contenders also will have to compete with Ethereum, its layer-2s, and second generation blockchains like Solana, Avalanche and Polygon. All of them have had significantly more time to develop their communities and ecosystems already. The appeal of the shiny new object, their innovative tech and impressive performance will likely give Monad, Sei and Eclipse attention when they launch. Long-term success will then depend if they can capitalise on this attention and get users and developers to stick around to develop their own thriving ecosystems and communities.

This article has been written and prepared by Lukasinho, a member of the GCR Research Team, a group of dedicated professionals with extensive knowledge and expertise in their field. Committed to staying current with industry developments and providing accurate and valuable information, GlobalCoinResearch.com is a trusted source for insightful news, research, and analysis.

Disclaimer: Investing carries with it inherent risks, including but not limited to technical, operational, and human errors, as well as platform failures. The content provided is purely for educational purposes and should not be considered as financial advice. The authors of this content are not professional or licensed financial advisors and the views expressed are their own and do not represent the opinions of any organization they may be affiliated with.

Comments

All Comments

Recommended for you

  • Amazon Shares Surge 15.2%, Biggest Gain Since 2012

    On July 31, Amazon shares surged 15.2% to $271.255 per share, marking their biggest gain since 2012, with a total market value of $2.92 trillion.

  • US Treasury Secretary Bessent Vows to Track Down Iranian Assets Globally for Terror Victims

    US Treasury Secretary Bessent said the US will actively track down Iranian assets worldwide to ensure compensation funds for victims of Iran-backed terrorist activities. Bessent stated that the US government's military and economic blockade measures against the Iranian regime will continue and will not be relaxed. (Jinshi)

  • Apple Plunges Nearly 10%, Q4 Revenue Guidance Misses Expectations

    On July 31, Apple (AAPL.US) plunged nearly 10% to $300.33, marking its biggest drop since April 2025. In terms of fundamentals, Apple's third-fiscal-quarter revenue rose approximately 16% year-over-year to $109.42 billion, slightly above analyst expectations. Among the details, product revenue came in at $78.68 billion, beating the expected $77.25 billion. However, services revenue—a key driver of its valuation re-rating in recent years—totaled $30.74 billion, missing the consensus estimate of $31.36 billion. Additionally, Greater China revenue reached $18.82 billion, with year-over-year growth slowing to 22%, also below analysts' forecast of $19.58 billion. During the earnings call, Apple guided fourth-fiscal-quarter revenue growth in the range of 9% to 11%, overall below the 12.1% analysts had expected. CFO Parekh noted that component supply constraints would impact iPhone, Mac, and iPad businesses in the fourth fiscal quarter, with currency fluctuations also constraining growth.

  • Three Fed Officials Back Rate Hike, Hawkish Pressure Builds

    On July 31, three Federal Reserve policymakers said that dissenting votes in favor of a rate hike this week stemmed from stubborn inflationary pressures, highlighting rising internal pressure on Fed Chair Warsh to act. In statements released Friday morning, Hammack and Kashkari said they worry that although the current round of price increases may stem from short-term factors such as President Trump's tariff policies and the Iran war, the inflation situation already warrants Fed action. Logan also joined in, saying that even if inflation cools, if the Fed does not raise rates, inflation is unlikely to fully fall back to the Fed's 2% target; without any policy constraints, inflation could continue to run above target until an unexpected shock occurs. Kashkari said that if inflation remains persistently stubborn, he might support a series of rate hikes, not just a single increase, to prevent inflation from becoming further entrenched. He said: "A series of small policy adjustments may be preferable to waiting for developments to unfold and ultimately having to take more forceful action." Hammack said that if the Fed does not tighten policy, price increases could continue to accelerate. She said: "Inflation has been stubbornly above 2% for more than five years, and I have no confidence that it will return to our target on its own." (Jin Shi)

  • US 10-Year Treasury Yield Rises to 4.7388%, Highest Since January 2025

    On July 31, the US 10-year Treasury yield rose to 4.7388%, the highest level since January 2025.

  • Spot Gold Intraday Decline Widens to 2%, at $4,021.08 per Ounce

    On July 31, spot gold's intraday decline widened to 2%, reported at $4,021.08 per ounce.

  • BTC Falls Below $63,000

    Market数据显示,BTC has fallen below $63,000, currently reported at $62,985.99, with a 24-hour decline of 2.99%. Market volatility is significant, please exercise risk control.

  • Fed's Logan: Leaning Toward 25 Basis Point Rate Hike

    On July 31, Federal Reserve Governor Logan said she leans toward a 25 basis point rate hike, believing inflation has not yet entered a sustainable path back to the Fed's 2% target. Logan stated that taking moderate action now would reduce the risk of needing more aggressive tightening in the future, while emphasizing that the Fed cannot rely on unexpected shocks to achieve its inflation target.

  • Fed's Logan: Taking Modest Actions Now Reduces Likelihood of Needing Stronger Action Later

    On July 31, Dallas Fed President Lorie Logan said that taking modest actions in the near term would reduce the likelihood of needing to take stronger action in the future.

  • Philadelphia Semiconductor Index Erases 5% Gain, Turns Lower

    On July 31, U.S. chip and semiconductor stocks rapidly weakened, with the Philadelphia Semiconductor Index wiping out a 5% gain and turning lower. Micron Technology, which had risen 6%, is now down 4.2%. SanDisk, which had gained nearly 10%, is now down over 6%. SK Hynix and Seagate Technology, which had risen over 8%, are now down 2%. TSMC, which had gained 4%, is now down nearly 1%.