Skip to main content

94 posts tagged with "Layer 2"

Layer 2 scaling solutions for blockchains

View all tags

Monad vs MegaETH: The High-Performance EVM Showdown Reshaping Q2 2026

· 12 min read
Dora Noda
Software Engineer

For three years, the high-performance EVM was a deck of pitch slides. By April 2026, it is two live mainnets, roughly half a billion dollars in early TVL, and an open question that will define the next two years of Ethereum-aligned scaling: does the future belong to a parallel L1 that ditches Ethereum's settlement layer, or to a real-time L2 that doubles down on it?

Monad went live on November 24, 2025 with a 10,000 TPS parallel EVM, sub-second finality, and one of the largest token airdrops of the cycle — $105 million distributed to roughly 76,000 wallets. Eleven weeks later, on February 9, 2026, MegaETH cut its public mainnet over with a different bet entirely: a single-sequencer L2 streaming transactions at 10ms blocks, sub-millisecond latency, and a stated ceiling of 100,000 TPS. Both are EVM-compatible. Both are backed by tier-one capital. Both ship today. They could not be more philosophically opposed.

This is not the parallel-EVM-vs-monolithic-L1 debate of 2024. It is the rare case where two mainnets ship within a quarter of each other, target the same Ethereum developer base, and force a choice that cannot be hedged: do you optimize for Solana-class throughput on your own settlement, or for Web2-class latency anchored to Ethereum?

Two Mainnets, Two Theses

Monad's pitch is structural. It is an L1 — its own consensus, its own data availability, its own validator set — engineered around four coupled optimizations: MonadBFT (a HotStuff derivative with single-round speculative finality), deferred execution, optimistic parallel execution, and MonadDb. The result is 400ms blocks and 800ms time-to-finality, with the chain's economic security entirely independent of Ethereum.

MegaETH's pitch is architectural. It is an L2 — settling to Ethereum, posting data to EigenDA — but it abandons the multi-sequencer convention that defines Optimistic and ZK rollups. A single sequencer node, provisioned with 100-core CPUs and 1–4 TB of RAM, orders and executes transactions through what the team calls Streaming EVM: an asynchronous pipeline that emits transaction results continuously rather than batched into blocks. The user-perceived latency is sub-millisecond. The throughput ceiling, claimed at 100,000 TPS, sat at roughly 50,000 TPS at launch with stress tests previously hitting 35,000 sustained TPS.

Both architectures break with EVM tradition. Monad keeps the trust model familiar — a validator set, BFT consensus, on-chain state — but rebuilds the execution and storage stack from scratch. MegaETH keeps Ethereum as the trust anchor but centralizes the hot path into a single high-spec node and reintroduces the latency profile of a Web2 backend.

The question is not which is technically more impressive. It is which set of trade-offs developers will pay for.

The Architecture That Drives Each Bet

Monad: Decoupled Pipelines on a New L1

The headline number for Monad is 10,000 TPS, but the more interesting figure is 400ms — the block time. That number is not a consequence of faster hardware; it is a consequence of separating consensus from execution.

In a traditional EVM chain, validators must reach agreement on a block and execute every transaction in it before producing the next block. A slow contract call can stall the entire pipeline. Monad decouples these stages: MonadBFT validators agree on transaction ordering first, and the execution engine processes the previous block asynchronously while the next round of consensus is already underway.

The execution engine itself is optimistic. Monad assumes most transactions in a block touch independent state and runs them in parallel across CPU cores. When a conflict surfaces — two transactions writing to the same account, for instance — the affected transactions are re-executed and merged. The empirical result, reported across Monad's testnet phase and early mainnet operation, is that the parallel speedup is meaningful for typical DeFi workloads where transactions tend to cluster around a few popular contracts but most state is independent.

MonadDb completes the picture. Standard EVM clients use general-purpose key-value stores like LevelDB or RocksDB; Monad ships a custom database tuned for the access patterns of an executing EVM. The combined effect — MonadBFT plus deferred execution plus parallel execution plus MonadDb — is what gets the chain to 10,000 TPS at 400ms blocks without trading away EVM compatibility.

MegaETH: One Sequencer, Many Specialized Nodes

MegaETH starts from a different question: if we accept Ethereum as the settlement layer, how fast can a single L2 execution environment go?

The answer, as the team has built it, requires breaking the symmetry of Ethereum nodes. MegaETH separates roles into specialized node types — sequencer nodes, prover nodes, full nodes — and gives the sequencer extreme hardware: 100-core CPUs, 1–4 TB RAM. This single sequencer orders transactions, executes them through a "hyper-optimized" EVM, and emits results in a streaming fashion rather than waiting for full block completion.

The 10ms block time and sub-millisecond user latency are downstream of this design. So is the centralization risk. MegaETH is explicit that the sequencer is a single point — the MEGA token's primary security role is staking by sequencer operators, with rotation and slashing intended to keep behavior honest. EigenDA handles data availability, so users can reconstruct state independently if the sequencer fails or censors. But during normal operation, one machine sees every transaction first.

This design has a clean theoretical advantage: latency dominates throughput in Web2-style applications. A real-time order book, a multiplayer game tick, an AI agent loop — all of these care more about the round-trip time of a single transaction than about the chain's peak throughput. MegaETH is betting that a category of applications exists which has been waiting for blockchains to feel like servers, and that those applications will accept a more centralized hot path in exchange for that latency.

TVL, Token Performance, and the Early Ecosystem Battle

The dollars do not yet vindicate either side. As of mid-April 2026:

  • MegaETH has accumulated approximately $110.8 million in TVL since its February 9 launch — about ten weeks of compounding from a launch-day base of $66 million.
  • Monad has crossed $355 million in TVL, with daily transactions running between 1.7 million and 2.1 million through March 2026 — a five-month head start showing.

On a TVL-per-week basis, the two are running closer than the absolute numbers suggest, and MegaETH's L2 status means a portion of its TVL is bridged Ethereum collateral that can re-deploy quickly as new venues open.

The token markets are less kind to Monad in the short term. MON trades at $0.03623 against an all-time high of $0.04883 set during the airdrop euphoria — roughly 28% off ATH but still 114% above its low. The next major MON unlock is scheduled for April 24, 2026, which traders are watching as a potential supply-side test. MegaETH's MEGA token mechanics are more constrained at this stage: the token's primary in-protocol use is sequencer staking and rotation, which limits how much float reaches secondary markets in early months.

On the dApp side, both ecosystems have aggressively courted Ethereum-native protocols. Aave proposed deploying v3.6 or v3.7 to Monad with a mid-to-late March 2026 schedule. Balancer V3 went live on Monad in March. Allora's prediction inference layer integrated on January 13. PancakeSwap brought roughly $250 million of TVL when it launched on Monad in December.

MegaETH's cleanest early win was joining Chainlink SCALE on February 7, 2026 — two days before mainnet — which immediately put dApps like Aave and GMX in reach of an oracle pipeline tied to nearly $14 billion of cross-chain DeFi assets. The bet there is leverage: rather than wait for protocols to deploy organically, plug into the connective tissue that already routes liquidity across chains.

The Developer Decision That Actually Matters

For most Ethereum developers, both chains are EVM-equivalent enough that "porting" means redeploying contracts and updating an RPC URL. The deeper choice is about which performance profile your application needs and which trust assumption your users will accept.

Choose Monad if your application is throughput-bound and value-bearing. A perp DEX matching at thousands of orders per second, an on-chain CLOB, a high-frequency lending market — these benefit from 10,000 TPS at 800ms finality and from Monad's L1 trust model where the chain's security is not delegated to a single sequencer. The cost is bridging: assets and users must move from Ethereum to Monad explicitly, and Monad's economic security is its own validator set rather than Ethereum's.

Choose MegaETH if your application is latency-bound and Ethereum-aligned. Real-time games, AI agent loops with tight feedback, order books that need 10ms ticks, microtransaction-heavy consumer apps — these benefit more from sub-millisecond latency than from raw TPS. Settlement to Ethereum means assets stay denominated in the L1's security model and bridging is cheaper. The cost is the single-sequencer trust assumption during normal operation.

The honest answer for many teams is both. The two chains are not fighting for the same application categories so much as drawing the boundary of what high-performance EVM means. Monad anchors the L1 throughput end. MegaETH anchors the L2 latency end. The middle — and most existing DeFi lives in the middle — will choose by which numbers matter more for the specific workload.

Can the High-Performance EVM Segment Sustain Two Winners?

The instinct after every L1 race of the last cycle is to expect consolidation. The 2021–2024 wave of "Ethereum killers" produced one durable winner outside Ethereum (Solana) and a long tail of chains that never escaped low single-digit billion TVL. The high-performance EVM segment in 2026 looks structurally different.

First, the architectural divergence is real, not cosmetic. Monad and MegaETH are not two attempts at the same idea with different tokenomics. An L1 with parallel execution and an L2 with a centralized streaming sequencer are not substitutes for one another at the workload level. Capital and developers can — and likely will — split.

Second, both chains target the EVM developer pool, which is by an enormous margin the largest in crypto. Roughly 90% of blockchain developers work on at least one EVM chain. Even modest fractional capture supports two viable ecosystems.

Third, the competitive set is wider than just these two. Solana continues to dominate the parallel execution conversation outside the EVM. Sei's Giga upgrade, with 200k TPS on devnet and Autobahn consensus rolling through 2026, is a third high-performance EVM contender. Hyperliquid has demonstrated that a vertically integrated chain optimized for one use case (perpetuals) can dominate without competing on general-purpose throughput. The narrative that "the high-performance EVM" will collapse to one winner mistakes a category for a single market.

The more interesting question is which of these chains becomes the default for net-new Ethereum-aligned development by the end of 2026 — the one builders reach for first when latency or throughput rules out Ethereum mainnet. On current trajectory, Monad has the lead in DeFi capital and developer infrastructure breadth; MegaETH has the lead in the consumer and agent-facing latency narrative. Both can be true simultaneously for at least the next year.

What to Watch Through 2026

Three signals will tell us how this plays out:

  1. TVL composition, not just total. Monad needs to show that capital is sticky rather than airdrop-rotated, and that protocols are deploying production volumes rather than testing. MegaETH needs to show that bridged capital converts to active strategies rather than parking.
  2. First-class native applications. Both ecosystems are still mostly populated by ports of Ethereum incumbents. The chain that produces a category-defining native application — something that could only exist there — will pull ahead in the developer mindshare race that the TVL numbers cannot capture.
  3. Sequencer decentralization on MegaETH; validator economics on Monad. MegaETH's single-sequencer model is honest about its trade-off but will need a credible decentralization roadmap to win institutional and risk-averse capital. Monad's validator set economics, particularly through the April 24 unlock and subsequent vesting tranches through 2029, will determine whether MON's security budget holds up against the chain's growth.

The high-performance EVM was a thesis for years. In Q2 2026, it became a market with two live products and a clarifying question: what kind of speed matters? Whichever side gives the better answer for the workloads of the next cycle — DeFi at scale or consumer-grade real-time apps — will set the template that the rest of the EVM ecosystem chases for the remainder of the decade.

BlockEden.xyz provides enterprise-grade RPC and indexing infrastructure across the EVM ecosystem and major non-EVM chains, supporting builders evaluating where to deploy as high-performance EVM matures. Explore our API marketplace to build on the infrastructure your application's latency and throughput profile actually needs.

Sources

Movement Labs M2: EVM + Move Hybrid Lets Solidity Inherit Resource-Type Safety

· 9 min read
Dora Noda
Software Engineer

Smart contract exploits drained more than $3.1 billion from DeFi in the first half of 2025 alone — already eclipsing 2024's full-year toll of $2.85 billion. Reentrancy attacks accounted for $420 million of those Q3 losses. Integer overflow bugs continue showing up in audits. The Penpie protocol lost $27 million to a single reentrancy in 2024. Every one of these vulnerabilities is a direct consequence of how the Ethereum Virtual Machine handles assets and function dispatch — and every Solidity developer knows it.

Movement Labs is betting that developers don't have to choose between Ethereum's $50 billion liquidity moat and Move's compile-time safety guarantees. Its M2 chain — the first Move VM-based Layer 2 for Ethereum, settled on Celestia and now plugged into Polygon's AggLayer — claims a way to deploy unmodified Solidity bytecode into a Move execution environment. If it works, it's the most ambitious "safety upgrade" pitch in Ethereum's L2 era. If it doesn't, it joins a long list of hybrid VMs that appealed to neither constituency.

Stacks Nakamoto + sBTC: Has Bitcoin DeFi Finally Delivered After Three Years of Delays?

· 8 min read
Dora Noda
Software Engineer

For years, "Bitcoin DeFi" has been the industry's most over-promised phrase. Every cycle, someone declares that the $1.9 trillion asset class is about to wake up. Every cycle, the capital stays on Ethereum. Now, with the Nakamoto upgrade live, sBTC past $545 million in TVL, and a decentralized signer set rotating into place, the narrative is finally meeting the infrastructure. The question is no longer whether Bitcoin DeFi is technically possible. It is whether users will show up.

From 10-Minute Blocks to 5-Second Finality

Stacks shipped the Nakamoto hard fork in late 2024, and it is the largest architectural change the protocol has ever attempted. Two shifts matter most.

First, block times dropped from roughly ten minutes (locked to Bitcoin's cadence) to around five to six seconds using "fast blocks" that still inherit Bitcoin finality. That is the difference between a chain you can use for a DeFi swap and one you can only use for settlement.

Second, Stacks can no longer fork on its own. Before Nakamoto, the chain had a theoretical 51% attack surface because miners could reorganize Stacks history independently of Bitcoin. Post-Nakamoto, reversing a confirmed Stacks transaction is at least as hard as reversing a Bitcoin transaction. You have to attack Bitcoin itself.

This is the architectural guarantee Stacks has promised since 2021. It just took three years and a complete consensus redesign to actually ship it.

sBTC: The First Serious Attempt at Trustless BTC

sBTC is a 1:1 Bitcoin-backed asset that lives on Stacks. Deposits went live on December 17, 2024. Withdrawals followed in early 2025. As of April 2026, sBTC has approximately $545 million in TVL across 7,400+ holders, with institutional minters including SNZ, Jump Crypto, and UTXO Management.

The design that sets sBTC apart from every previous wrapped Bitcoin asset is its signer set. Instead of a custodian or a fixed federation, sBTC deposits are held by a threshold signature wallet controlled by an open, economically incentivized signer network.

Signers lock up STX tokens under Proof of Transfer, run nodes, and process sBTC deposits and withdrawals. In exchange, they earn BTC rewards that PoX generates natively. There is no token-minting subsidy funding the security budget. Real Bitcoin flows to signers who do real work.

Compare this to the alternatives:

  • wBTC is controlled by BitGo. One custodian. If they go offline, the peg breaks. This risk was not theoretical — 2024 governance disputes showed exactly how concentrated that trust model is.
  • tBTC uses a threshold network of randomly selected node operators. It is genuinely decentralized but lives on Ethereum, meaning the "Bitcoin" asset spends its life far from Bitcoin's security.
  • cbBTC is Coinbase custody. It works. It is also fully centralized.
  • Babylon is not a wrapped asset at all. It lets Bitcoin secure PoS chains through BTC staking, but it does not give you a programmable BTC token to plug into DeFi.

sBTC is the first design where the BTC-backed asset lives on Bitcoin-finalized infrastructure with an open signer set that can (eventually) be joined by anyone willing to stake STX.

The Signer Decentralization Question

Here is where the honest assessment gets uncomfortable. sBTC launched with 14 to 15 elected signers — a federation, not an open-membership peg. This was always the plan. Phase 1 hardcodes trusted operators so the protocol can ship without waiting for a fully permissionless signer protocol to be production-ready.

The Q2–Q3 2025 milestone was supposed to rotate this initial cohort into a dynamically changing, permissionless signer set. That rotation is in progress but has moved more slowly than the original roadmap suggested. Stacks core developers are now floating a more ambitious redesign — fully self-custodial sBTC that further reduces trust assumptions — with a litepaper expected in 2026.

In plain language: sBTC today is less decentralized than the whitepaper describes, more decentralized than any competing wrapped BTC, and on a credible path toward genuinely permissionless signing. How quickly that path closes will determine whether sBTC keeps its trust-minimization premium over wBTC and cbBTC.

The DeFi Stack That Actually Works

Infrastructure is useless without applications. What makes the 2026 moment different from prior "Bitcoin DeFi" cycles is that the application layer has finally shipped.

  • ALEX is the anchor DEX with over $20M in TVL and a recent $10M raise led by Spartan Capital. It provides the core swap and LP functionality.
  • Arkadiko runs a CDP stablecoin (USDA) where users will be able to mint against sBTC collateral once the governance vote passes. This is the CDP-on-Bitcoin primitive that was missing for years.
  • Bitflow operates as the DEX aggregator and has launched HODLMM, a concentrated liquidity market maker built for Bitcoin trading that settles on Bitcoin via Stacks.
  • Velar runs an incentivized sBTC DEX with its own VELAR token rewards.
  • Granite delivers sBTC lending and flash loans — the building blocks that Aave and Compound gave Ethereum back in 2020.

Third-phase sBTC deposits pushed the amount of BTC locked from 1,000+ to 5,000+ coins, and sBTC TVL crossed $580 million briefly. The Stacks Asia Foundation has launched a coordinated push toward 21,000 BTC on Stacks — a symbolic target that would represent roughly 0.1% of Bitcoin's circulating supply moving into Bitcoin-native DeFi.

The Hard Truth About Comparative TVL

Stacks' $545M sBTC TVL is real and growing. It is also a rounding error compared to Ethereum's $150B+ DeFi TVL. Bitcoin's market cap sits near $1.9 trillion. The capital that has actually migrated into Bitcoin-native DeFi is a fraction of a percent.

This gap exists for three reasons:

  1. Developer preference: Ethereum's toolchain (Solidity, Foundry, Hardhat) is a decade mature. Clarity (Stacks' language) is safer and more explicit but has a far smaller developer pool. Every builder you pull onto Stacks is one you have to re-educate.

  2. Liquidity fragmentation: DeFi's flywheel requires deep pools. Stacks' $545M TVL is large enough to validate the thesis but small enough that institutional-size trades move markets.

  3. Narrative fatigue: Bitcoin holders have heard "Bitcoin DeFi is here" every cycle since 2019. Even with better infrastructure, convincing HODLers to bridge their coins takes more than technical readiness.

The path forward is not obvious. Stacks is pursuing multichain sBTC expansion via Wormhole (deploying sBTC on Sui and other L1s) and native USDC integration in Q1 2026 to solve the stablecoin-liquidity pair problem. Both are reasonable moves. Neither is a guarantee that capital migration accelerates.

Why 2026 Is the Fork in the Road

The bull case for Stacks is narrow but coherent. If sBTC hits its $1B DeFi TVL target and the signer rotation completes on schedule, Stacks becomes the default answer to the "where do you put productive Bitcoin" question. BlackRock and other institutional BTC holders that currently park coins in spot ETFs without yield gain a credible on-chain yield path. The $21,000 BTC campaign becomes a realistic milestone rather than aspirational.

The bear case is equally coherent. Rootstock, BitVM-based solutions, Babylon, and cbBTC on Base all compete for the same capital. If signer decentralization stalls or sBTC governance hits friction, wrapped BTC on Ethereum remains the default and the Bitcoin DeFi narrative dies for another cycle.

What is different this time is that the technical excuses are gone. Fast finality works. The peg functions. Real DeFi protocols have shipped. The remaining variables are execution, marketing, and whether Bitcoin holders actually want yield on their Bitcoin or whether they prefer their coins to sit quietly in cold storage.

The Builder's Verdict

For developers evaluating where to build Bitcoin-native applications, the math has shifted. Pre-Nakamoto Stacks was a research project. Post-Nakamoto Stacks is a production chain with sub-10-second user-facing latency, Bitcoin-finalized security, and a BTC-backed asset that does not require trusting Coinbase or BitGo.

The application layer still has gaps. Lending is nascent. Derivatives are immature. Cross-chain messaging relies on Wormhole rather than native Bitcoin primitives. Developer tooling needs to match the Ethereum standard.

But the premise — that you can build financial applications on Bitcoin without bridging to a foreign L1 or trusting a custodian — is no longer theoretical. Whether that premise matters enough to rewire how Bitcoin capital flows through DeFi is the question 2026 will answer.

If the answer is yes, Stacks earns a seat at the L1 table. If the answer is no, Bitcoin DeFi joins the metaverse and Web3 gaming as a narrative that sounded inevitable until it wasn't.

BlockEden.xyz provides enterprise-grade RPC infrastructure across 20+ chains, including native Bitcoin L2 support for builders shipping on Stacks and other Bitcoin-aligned networks. Explore our services to build on foundations designed to last.

Virtuals Protocol Picks Arbitrum: Why the Largest AI Agent Economy Chose Liquidity Over Distribution

· 10 min read
Dora Noda
Software Engineer

When the platform behind over $400 million in cumulative agent-to-agent commerce decides to deploy on a new chain, Layer 2 rivals pay attention. On March 24, 2026, Virtuals Protocol — the most commercially active AI agent platform in crypto — announced that its Agent Commerce Protocol (ACP) would go live on Arbitrum. The choice is worth unpacking: Virtuals has been a Base-native project since launch, and Base still handles more than 90% of its daily active wallets. So why did the team reach past Coinbase's distribution machine and plant a flag on Arbitrum?

The short answer is liquidity. The longer answer reframes how we should think about where autonomous agents will settle their economic activity — and which Layer 2 is best positioned to host the next wave of machine-to-machine commerce.

The Deal: ACP Goes Live on Arbitrum

ACP is Virtuals' commercial backbone. It provides a standardized framework for AI agents to transact with each other and with humans using smart-contract escrow, cryptographic verification, and an independent evaluation phase. Think of it as Stripe for autonomous software: an agent hires another agent, funds are locked in escrow, work is delivered, a neutral evaluator confirms the outcome, and the payout is released — all without a trusted platform in the middle.

The Arbitrum integration went live the same day it was announced, with projects confirming operational on-chain payments. That matters because most "multi-chain" announcements in crypto are future-dated deployment promises. Virtuals shipped code, not a roadmap slide.

The numbers behind the move are substantial. ACP has processed over $400 million in cumulative aGDP (agentic gross developer product), with over $39.5 million in protocol revenue flowing to the Virtuals treasury and its agent ecosystem. VIRTUAL, the platform's token, trades at roughly $0.75 with a $492 million market cap and ranks #85 on CoinMarketCap. Virtuals is not a speculative narrative — it is already the largest production agent-commerce venue in crypto.

Why Not Just Stay on Base?

Base has been extraordinarily good to Virtuals. Coinbase's L2 contributes over 90.2% of daily active wallets and roughly $28.4 million in daily agent-related volume for the platform. Base's appeal is obvious: 100M+ Coinbase users sit on the other side of a single on-ramp, and Coinbase's product team has invested heavily in making agent deployment a first-class use case.

But distribution is not the same as liquidity. And agents, as they mature, increasingly need both.

Every time an agent pays another agent, liquidates an inventory position, hedges a treasury, or routes a customer payment to a stablecoin, it touches DEXs, lending markets, and stablecoin pools. Deep liquidity lowers slippage, tightens spreads, and narrows the execution penalty that eats into per-transaction margins. For an agent operating at micro-revenue scale — pennies per job, thousands of jobs a day — slippage is existential.

This is where Arbitrum's profile becomes compelling. The chain processed more than 2.1 billion cumulative transactions in 2025 and holds roughly $16–20 billion in total value locked, representing about 30.86% of the entire L2 DeFi market. Stablecoin supply on Arbitrum grew 80% year-on-year to nearly $10 billion, with USDC representing roughly 58% of on-chain stables. Post-Fusaka, average transaction fees dropped to approximately $0.004.

Translated to agent economics: Arbitrum offers the deepest DEX liquidity, the largest regulated-stablecoin float, and sub-cent finality. Base has users; Arbitrum has markets.

The Base vs. Arbitrum L2 War, Reframed

The Layer 2 competition has been narrated for two years as a consolidation race. Base and Arbitrum together control over 77% of the L2 DeFi ecosystem, and the remaining rollups are fighting for what's left. But the Virtuals integration suggests a more interesting framing: the winning chain for agent commerce may not be the chain with the most users or the most TVL in absolute terms — it may be the chain whose liquidity profile best matches the transaction shape agents actually generate.

Agents do a lot of swapping. They hold stablecoins more than they hold volatile assets. They settle small amounts frequently rather than large amounts rarely. They route through DEXs rather than centralized venues. Arbitrum's stack — Uniswap V4, GMX, Camelot, and the deepest USDC/USDT pools on any L2 — is effectively purpose-built for that workload. Base's stack is tilted more toward consumer apps and on-ramped spot users.

The Virtuals team is not abandoning Base. Base remains its primary home, and the vast majority of agent wallets will continue to live there. But for the subset of agents whose jobs require serious liquidity — DeFi-adjacent agents, trading agents, treasury-management agents, cross-chain payment agents — routing through Arbitrum's commerce layer is a strictly better outcome.

The ERC-8183 Context

The Arbitrum deployment also has an Ethereum-alignment story. Virtuals co-developed ERC-8183 with the Ethereum Foundation's dAI team as the formal standard for AI agent commercial transactions. ERC-8183 defines a "Job" primitive with three roles — client, provider, and evaluator — and uses smart contracts to hold funds through the full lifecycle from initiation to completion.

Arbitrum is Ethereum's largest EVM-equivalent L2. Deploying ACP on Arbitrum positions Virtuals as the reference implementation of ERC-8183 in the Ethereum mainstream, not a Base-specific side-track. It also gives developers a production-grade venue to test the standard before rolling it out to other chains.

That matters for the broader standards race. ERC-8183 competes conceptually with BNB Chain's BAP-578 (the proposed standard for tokenizing agents as on-chain assets), Solana-native frameworks like ElizaOS, and Ethereum's ERC-8004 agent-deployment standard. By planting ACP on Arbitrum, Virtuals increases the probability that ERC-8183 becomes the dominant "how do agents transact" standard while other proposals focus on identity, deployment, or tokenization.

The Competitive Landscape Gets Crowded

Virtuals is not alone in building agent commerce infrastructure. The field is becoming the most watched narrative in the AI-crypto intersection, and the architectural bets are starting to look different.

Coinbase's Agentic Wallets and x402. Coinbase has built a full agent stack: Agentic Wallets for key management, x402 as an HTTP-native payment protocol, and CDP onboarding that plugs into 100M+ Coinbase users. x402 has already processed more than 50 million transactions. The philosophy is agent-agnostic — Coinbase doesn't care which platform built the agent, it wants to be the wallet and payment rail underneath.

Nevermined with Visa and x402. Nevermined stitched together Visa Intelligent Commerce, Coinbase's x402, and its own economic orchestration layer to let agents pay with traditional card rails while settling on-chain. The approach targets publishers, data providers, and API-first businesses who want to monetize agent traffic that currently bypasses their paywalls.

BNB BAP-578. BNB Chain is proposing a chain-level standard for treating agents themselves as tradable on-chain assets. Instead of standardizing how agents transact (ACP) or how they pay (x402), BAP-578 standardizes how agents are held, transferred, and represented in wallets.

Virtuals ACP on Arbitrum. Commerce-protocol-first, liquidity-first, Ethereum-aligned. The thesis is that agents need a venue to do business in, not just a wallet to spend from or a token standard to be represented as.

These are not mutually exclusive. A production agent in 2027 might be deployed on Base, held in a Coinbase Agentic Wallet, represented under BAP-578, and transact through ACP on Arbitrum. But the standards race determines which layer captures the most value — and the team that sets the default commerce protocol probably wins the largest share.

What the Multi-Chain Footprint Signals

Virtuals' chain roster is expanding fast. As of April 2026, the protocol is live on Ethereum mainnet, Base, Solana, Ronin, Arbitrum, and the XRP Ledger, with planned Q2 2026 deployments on BNB Chain and XLayer. That is seven to nine chains by mid-year.

The pattern looks less like a multi-chain hedge and more like a deliberate liquidity-zone strategy. Each chain represents a distinct liquidity pocket — Base for consumer distribution, Arbitrum for DeFi depth, Solana for throughput and memes, Ronin for gaming, XRP Ledger for payments corridors, BNB Chain for Asian market access. Agents can be deployed to the chain that matches their job type, and ACP can route commerce across them.

For the L2 ecosystem, the implication is uncomfortable: the biggest agent platform has explicitly decided that no single chain wins. Agents will route based on economics, not loyalty. Chains that cannot differentiate on specific transaction shapes — stablecoin depth, gaming UX, regulatory clarity, consumer distribution — get skipped.

The Infrastructure Question Builders Should Ask

If you're building an AI agent product in 2026, the Virtuals-to-Arbitrum move reshapes the deployment question. It used to be "which chain has the most users?" That question assumed agents needed consumer distribution. But most production agents today are not consumer-facing — they are back-office, API-driven, or agent-to-agent workflows where the "user" is another piece of software.

For those workloads, the right question is: "where does the money my agent touches actually live?" If the agent swaps stablecoins, settles invoices, routes payments, or hedges positions, that money lives in DeFi pools and stablecoin floats. Arbitrum wins that question today. Base wins the consumer-adjacent question. Solana wins the high-frequency question.

Pick the chain whose liquidity profile matches your agent's workload, not the chain with the prettiest brand deck.

The Bigger Picture

The Virtuals-Arbitrum integration is easy to read as "one more chain deployment" and miss what it actually signals: the autonomous agent economy is starting to make independent, economics-driven infrastructure decisions. It is no longer organized around whichever foundation or ecosystem has the best BD team. It is organizing around where agents can execute their jobs most efficiently.

That shift matters for every infrastructure provider in crypto. The chains, RPC services, wallet providers, and stablecoin issuers that win the agent economy will win because they built the best venue for machine-speed, machine-scale transactions — not because they onboarded the most humans first.

Arbitrum just got a substantial vote of confidence. Base still has the distribution crown. The next twelve months will reveal whether agent commerce consolidates on one winner, fragments permanently across liquidity zones, or — most likely — rewards whichever chain ships the best boring infrastructure: cheap gas, deep stablecoin pools, reliable RPC, and predictable finality.

BlockEden.xyz provides enterprise-grade RPC infrastructure for Arbitrum, Base, Ethereum, Solana, and 20+ other chains powering the agent economy. If you are deploying autonomous agents that need reliable, low-latency access to the chains where liquidity actually lives, explore our API marketplace to build on infrastructure designed for machine-scale workloads.


Sources

World Chain's 30M Humans vs 123,000 AI Agents: Why Proof of Personhood Just Became DeFi's Most Urgent Primitive

· 11 min read
Dora Noda
Software Engineer

In January 2026, there were roughly 337 active AI agents on blockchain networks. By March 11, that number had exploded past 123,000 — a 36,000% surge in ninety days. Somewhere in that same quarter, World Chain quietly crossed 30 million World ID verifications and began routing roughly 44% of all OP Mainstack activity through its "humans-only" priority blockspace. Those two curves are about to collide, and when they do, every DeFi protocol, prediction market, airdrop, and DAO governance vote will have to answer a question that sounded academic a year ago: how do you tell a human from a bot when the bot has a wallet, a reputation score, and better uptime than you?

The short version: you can't — unless the chain itself draws the line. That is exactly what Worldcoin's World Chain is trying to become. And it is why Proof of Personhood has gone from niche curiosity to the most contested primitive in Web3 infrastructure.

Cysic Venus Open-Sources the ZK Proving Stack Making Ethereum Real-Time Verification Economical

· 11 min read
Dora Noda
Software Engineer

Seven point four seconds. That is how long it now takes to generate a zero-knowledge proof for an entire Ethereum mainnet block on a 24-GPU cluster running Cysic's new Venus prover. A year ago, the same task required 200 high-end cards and ten seconds to hit real-time parity. The collapse of that gap — roughly an order of magnitude in hardware cost while breaking below Ethereum's twelve-second slot time — is the quietest inflection point in crypto infrastructure this quarter. And it is happening precisely as Fusaka's PeerDAS upgrade throws open the data availability floodgates, turning proof generation into the single remaining bottleneck between Ethereum and a hundred-rollup future.

On April 8, 2026, Cysic open-sourced Venus, a hardware-optimized proving backend built on top of Zisk, the zkVM originally developed by Polygon Hermez. The release was not marketed with the usual token unlock choreography. It was dropped on GitHub with a technical note claiming a nine-percent end-to-end improvement over ZisK 0.16.1 and an invitation to contribute. That understatement conceals the real story: ZK proving has quietly crossed from research project to commodity compute, and the infrastructure stack that wins the next two years will not look like what most L2 teams are currently building toward.

The Bottleneck Nobody Priced In

For three years, Ethereum's scaling debate has fixated on data availability. Blobs, EIP-4844, PeerDAS, danksharding — every roadmap conversation assumed that once Ethereum could cheaply post rollup data, L2s would inherit the cost reduction automatically. That assumption quietly broke in late 2025. Fusaka shipped on December 3, 2025, and PeerDAS arrived with it, promising 48 blobs per block and a path to 12,000 transactions per second. Data availability, for the first time in Ethereum's history, stopped being the tightest constraint on the system.

The new tightest constraint is proof generation. ZK rollups need cryptographic attestations that their state transitions are valid. Generating those proofs is expensive compute work that happens off-chain, on specialized hardware. Optimistic rollups, which settle disputes through a challenge window rather than mathematical proof, skip this cost entirely — which is why the top ZK L2s currently sit at roughly $3.3 billion in total value locked, while optimistic rollups have passed $40 billion. The twelve-to-one gap is not a narrative problem. It is a prover economics problem.

Succinct's internal research put the math bluntly. To prove every Ethereum block in real time with SP1 Turbo required a cluster of 160-200 RTX 4090 GPUs — a capital outlay of $300,000 to $400,000 per proving cluster, consuming grid-scale electricity. Any L2 wanting to run its own prover faced a choice between centralizing proof generation with a handful of operators who could afford that stack, or accepting multi-minute proving latencies that broke the user experience. Neither option delivered the "ZK endgame" that Vitalik has been sketching since 2021.

How Venus Actually Works

Venus is interesting less for what it is than for what it represents. Cysic did not invent a new proof system. The underlying cryptography comes from Zisk, which descended from years of work by Jordi Baylina and the Polygon team. What Cysic did was re-architect the execution layer so that proof generation becomes an explicit computation graph — a directed acyclic diagram of operations that can be scheduled end-to-end across heterogeneous hardware.

In practice, this means the CPU-GPU synchronization overhead that dominated prior zkVMs gets optimized away at the scheduling layer. The prover does not stop and wait for a GPU kernel to finish before dispatching the next operation. The graph is known in advance, so data movement, memory allocation, and kernel launches can be pipelined. That is where the nine-percent improvement over ZisK 0.16.1 comes from — not a breakthrough in polynomial math, but an engineering win in how the math touches silicon.

More importantly, the same computation graph runs on FPGAs and, eventually, on Cysic's dedicated ZK ASIC. The company has publicly claimed its ASIC can perform 1.33 million Keccak hash function evaluations per second, a hundred-fold improvement over typical GPU workloads, with roughly fiftyfold better energy efficiency. Internal estimates suggest a single purpose-built ZK Pro unit could replace roughly 50 GPUs while drawing a fraction of the power. If those numbers hold in production, the economics of proving shift from renting warehouse space full of RTX cards to operating a compact rack of specialized chips.

The Race to Sub-Twelve-Second Proving

Venus did not arrive in a vacuum. Over the last twelve months, three teams have converged on the same milestone: proving Ethereum blocks in under the twelve-second slot time that defines real-time verification.

Succinct hit it first in public. SP1 Hypercube, announced in May 2025, proved 93 percent of a 10,000-block mainnet sample in real time using a 200-card RTX 4090 cluster. A November 2025 revision pushed the success rate to 99.7 percent using just sixteen RTX 5090 GPUs — a hardware cost reduction of roughly 90 percent in six months. The system is now live on Ethereum mainnet, producing proofs for every block as they are mined.

Cysic's number is even tighter on cost. Seven point four seconds with 24 GPUs puts end-to-end proving comfortably inside the slot time on commodity hardware. The current Venus release is open source, not audited for production, and still under active development. But the engineering trajectory suggests that a sub-ten-second proof on a consumer-grade cluster is now a matter of software tuning rather than fundamental architecture.

Per-proof costs have collapsed in lockstep. Industry benchmarks place the current best-case cost at roughly two cents per Ethereum block proof using 16x RTX 5090 hardware. The target for mass adoption is below one cent. A year ago, that same proof cost closer to a dollar. Three years ago, it was literally uneconomic — the gas fees on the settled rollup would not cover the prover's electricity bill. This is the kind of cost curve that quietly kills entire product categories, and it is accelerating.

The Marketplace Wars Are Already Here

Cheap, fast proving does not automatically become accessible. Someone has to operate the hardware, match demand, price proof jobs, and settle payments. Three different architectural bets are now competing for that middleware layer.

Boundless, launched on mainnet by RISC Zero in September 2025, runs an auction marketplace. GPU operators bid to produce proofs, and the system routes work to the lowest cost qualified prover. The model borrows from spot compute markets like AWS Spot Instances and promises to drive proof costs toward marginal hardware cost. Boundless recently added Bitcoin settlement, which lets Ethereum and Base proofs verify on the Bitcoin base layer — a niche but meaningful expansion of where ZK attestations can live.

Succinct's Prover Network takes a different bet. Rather than pure auction, it operates a routing protocol with approved high-performance provers handling specific workloads. Cysic joined the network as a multi-node prover operator, running GPU clusters tuned for SP1 Hypercube production traffic. The arrangement suggests Succinct sees value in reliability and latency guarantees that a pure spot market cannot provide for consumer-facing rollups.

Cysic itself launched its mainnet and CYS token on December 11, 2025, and has since processed over ten million ZK proofs integrated with Scroll, Aleo, Succinct, ETHProof, and others. The network's pitch is "ComputeFi" — turning proving capacity into a liquid, onchain asset that operators can tokenize and stake. Whether this becomes a third major marketplace or settles into a supplier role for the two larger networks is the open question of 2026.

Why This Matters for Rollup Economics

The punchline sits three layers down from the infrastructure news, in the unit economics of actual L2s. Today, a zkEVM rollup spends a meaningful fraction of its per-transaction costs on proof generation. Those costs get passed through to users as gas fees or eaten by the rollup operator as margin. Either way, they widen the gap between what a ZK rollup can charge and what an optimistic rollup charges for the same transaction.

If proof costs drop to sub-cent levels and proving latency fits inside Ethereum's slot time, that gap closes. A ZK rollup stops needing to charge a security premium. The user-facing experience becomes indistinguishable from an optimistic rollup — except that withdrawals settle in minutes rather than the seven-day challenge window that still friction-taxes every optimistic bridge.

That flip matters structurally because the largest pools of institutional liquidity still cite the optimistic-rollup withdrawal delay as a reason to stay on L1. Real-time ZK proving with marketplace-driven pricing removes the last functional argument against ZK-first rollup architecture. Every L2 team currently shipping an optimistic stack will face a serious technical review in 2026. Several will migrate, or at minimum ship a ZK fork of their sequencer.

What Still Might Break

The Venus release is honest about its limitations. The code has not been audited for production use. Running unaudited prover software in a live rollup is the kind of decision that sinks careers if a soundness bug creates an invalid proof the verifier accepts. Expect production deployment to lag the open-source release by months, not weeks.

The hardware story also concentrates risk. If ASIC-based proving delivers the promised fiftyfold efficiency gain, a handful of fabricators will dominate prover hardware the way Bitmain dominated Bitcoin mining. That dynamic cuts against the decentralization narrative that justified ZK rollups in the first place. Cysic's ASIC roadmap is an answer to a compute problem, but it is a fresh question about who owns the chips that secure the world's largest smart contract platform.

Finally, real-time proving only matters if the rest of the stack keeps up. Data availability sampling via PeerDAS needs to actually work at production scale, not just in testnet benchmarks. Sequencer decentralization remains an unresolved problem across every major L2. Proving is necessary but not sufficient for the endgame, and the industry has a history of declaring victory on one layer while quietly papering over breakdowns in adjacent layers.

The Near-Term Inflection

Zoom out and the pattern becomes clear. In May 2025, real-time Ethereum proving required a $400,000 GPU cluster and a nine-figure research budget. In April 2026, it runs on 24 commodity cards with open-source software. The next eighteen months will compress the cost curve further — toward ASIC economics, toward cent-level per-proof pricing, toward proof generation as a utility service rather than a bespoke infrastructure project.

For builders, the practical implication is that ZK-based architectures which were uneconomic in 2024 are worth re-evaluating now. Privacy-preserving transaction protocols, verifiable AI inference, cross-chain messaging with mathematical rather than multisig security, onchain identity with zero-knowledge credential disclosure — all of these sat behind a prover cost wall that is no longer there.

The Cysic Venus release, read alone, is a modest engineering update to an open-source proving backend. Read in the context of Succinct's Hypercube shipping to mainnet, Boundless running live proof auctions, and Fusaka's PeerDAS clearing the data availability bottleneck — it is the point where ZK infrastructure stops being the constraint and starts being the substrate. Every rollup thesis written before that transition needs a rewrite.

BlockEden.xyz provides enterprise-grade RPC and data infrastructure across 27+ chains including Ethereum L2s, Scroll, and Aptos. As real-time proving reshapes the L2 landscape, explore our API marketplace to build on reliable foundations for the ZK-native era.


Sources:

Monad Mainnet Is Live — But Does 10,000 TPS Still Matter When Base Owns 46% of L2 DeFi TVL?

· 9 min read
Dora Noda
Software Engineer

Three years after raising $240 million led by Paradigm and promising to shatter the EVM performance ceiling, Monad delivered. Its public mainnet went live on November 24, 2025, and the numbers are real: 10,000 transactions per second, 400-millisecond block times, 800-millisecond finality — all on a fully EVM-compatible Layer 1. The hard engineering problem is solved. But an entirely different problem has taken its place: does raw throughput still win market share when Coinbase's Base chain, running at comparatively modest 2-second blocks, commands $4.1 billion in TVL and nearly half of all L2 DEX volume?

The answer to that question shapes not just Monad's future, but the entire parallel EVM narrative.

Bitcoin's Programmable L2 Stack Is Finally Converging — Stacks, Ark, Lightning, and StarkWare Are Building BTC's Smart Contract Moment

· 8 min read
Dora Noda
Software Engineer

For years, Bitcoin maximalists insisted that BTC should remain "digital gold" — a pristine store of value untouched by smart contract complexity. That narrative is crumbling. In 2026, four distinct Layer 2 technologies are converging simultaneously to give Bitcoin its first comprehensive programmable stack: Stacks delivers Bitcoin-final smart contracts, Ark reimagines off-chain payments with virtual UTXOs, Lightning crosses $1 billion in monthly volume, and StarkWare lands zero-knowledge proof verification directly on Bitcoin. Together, they represent a paradigm shift that could redirect developer attention — and capital — toward the $1.4 trillion BTC settlement layer.

Gnosis and Zisk Launch the Ethereum Economic Zone: Can Real-Time ZK Proofs Unify 60+ Layer 2s Into One Economy?

· 8 min read
Dora Noda
Software Engineer

Ethereum's Layer 2 networks now process twelve times more transactions than mainnet. They hold over $40 billion in locked assets. And yet, for all their success, they have created what may be Ethereum's most dangerous structural weakness: an archipelago of siloed economies where liquidity is fragmented, user experience is fractured, and the mainnet that secures everything captures less and less of the value flowing through its ecosystem.

On March 29, 2026, at EthCC in Cannes, a coalition led by Gnosis co-founder Friederike Ernst and zero-knowledge cryptographer Jordi Baylina unveiled a bold response: the Ethereum Economic Zone (EEZ), a rollup framework co-funded by the Ethereum Foundation that aims to make dozens of independent L2s behave as a single, unified system — with synchronous composability, shared liquidity, and no bridges required.