Skip to main content

251 posts tagged with "Infrastructure"

Blockchain infrastructure and node services

View all tags

Mint Blockchain Shuts Down: The L2 Graveyard Is Now a Discipline

· 9 min read
Dora Noda
Software Engineer

On April 17, 2026, Mint Blockchain — the NFT-focused Ethereum Layer 2 launched in 2024 by NFTScan Labs and MintCore — announced it was turning off the lights. Users have until October 20, 2026 to withdraw ETH, WBTC, USDC, and USDT through the official gateway at mintchain.io/withdraw. After that date, any assets left on-chain are gone. No extensions. No exceptions.

It is tempting to read this as just another crypto project fading out. It is not. Mint's closure is the latest entry in a 2026 trend that has quietly become one of the most important structural stories in Ethereum: the "Build Every L2" era is colliding with revenue reality, and the rollup ecosystem is learning a new discipline — how to die gracefully.

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

peaq Network After Mainnet: Can a Polkadot Parachain Become the Ethereum of the Machine Economy?

· 9 min read
Dora Noda
Software Engineer

Sixty DePINs. Twenty-two industries. Millions of devices issuing blockchain-native identities to themselves. And a $0.017 token.

Those four numbers, placed next to each other, tell the story of peaq Network in April 2026 better than any press release. Eighteen months after mainnet launch, the Polkadot parachain built for the machine economy has the ecosystem traction of a top-tier L1 and the market cap of a mid-cycle altcoin. HashKey Capital's February 2026 research report calls peaq a foundational layer for the converging Web3-and-robotics sector. The market calls it a $200M micro-cap. One of those assessments is wrong — and figuring out which one is the most interesting question in DePIN right now.

Solana Frontier Hackathon: Can 80,000 Builders Outrun a $286M Hack and a 33% Price Crash?

· 7 min read
Dora Noda
Software Engineer

On April 6, 2026, while Drift Protocol's incident response team was still tracing $286 million in stolen assets across cross-chain bridges, Colosseum quietly opened registration for the Solana Frontier Hackathon. The timing felt almost defiant. Solana had just absorbed its largest DeFi exploit since the 2022 Wormhole bridge hack, SOL was trading near $87 after a 33% Q1 decline, and Sei Network was finalizing its EVM-only migration that same weekend — peeling off another competitor from the Solana Virtual Machine camp.

Into that turbulence, Colosseum is asking developers to spend five weeks building. The question isn't whether the Frontier Hackathon will draw a crowd. The question is whether hackathon participation can still serve as a leading indicator of ecosystem health when the ecosystem's price chart and security narrative are both bleeding.

The Frontier Hackathon by the Numbers

The Solana Frontier Hackathon runs April 6 through May 11, 2026 — five weeks, fully online, open globally. Builders compete across six tracks: DeFi, infrastructure, consumer applications, developer tooling, AI and crypto, and physical world (DePIN) projects. The prize pool sits well into seven figures, but the real draw is downstream: Colosseum's venture fund has committed over $2.5 million toward winning founders, with select teams receiving $250,000 pre-seed checks plus admission to the Colosseum accelerator.

The track record is the pitch. Across twelve Solana Foundation hackathons (four of them now run by Colosseum), more than 80,000 builders have competed. The most recent event, the Solana Cypherpunk Hackathon, drew 9,000+ participants and 1,576 final submissions — the largest crypto hackathon on record. Earlier cohorts seeded what are now flagship Solana protocols: Marinade Finance, Jupiter, and Phantom all trace lineage back to Foundation hackathons.

That history is the bull case. The bear case is everything that has happened in the last six weeks.

The Drift Wound

On April 1, 2026, attackers drained Drift Protocol — the largest perpetuals DEX on Solana — for $286 million. The mechanics matter, because they didn't exploit a smart contract bug. They exploited a feature.

The attackers spent months posing as a quantitative trading firm, building social trust with Drift contributors. They deployed a fake token called CVT (CarbonVote Token) with a 750 million supply, seeded a thin liquidity pool, wash-traded the price to roughly $1, and stood up a controlled price oracle to feed that fiction to Drift. The kill shot used Solana's "durable nonces" — a convenience primitive that lets transactions be signed now and broadcast later — to trick Security Council members into pre-signing dormant transactions that the attackers eventually fired.

Elliptic and TRM Labs both attributed the operation to DPRK-linked threat actors, citing laundering patterns and onchain timestamps consistent with Lazarus Group tradecraft. Drift's TVL collapsed from approximately $550 million to under $250 million within days. The Solana Foundation responded on April 7 with the Solana Incident Response Network (SIRN), a coordinated security backstop for protocols across the ecosystem.

For a hackathon recruiting builders one week later, the question is uncomfortable: do you start a five-week sprint to ship infrastructure on a chain where the largest perp DEX just lost half its TVL to a social engineering attack on a built-in primitive?

The Paradox: Activity Up, Price Down, Builders Steady

Here is what makes the Frontier Hackathon's timing more interesting than the headlines suggest. SOL is down 33% year-to-date, but Solana is processing roughly 41% of all on-chain trading volume — more than Ethereum and every L2 combined. The chain added more than 11,500 new developers in 2025, second only to Ethereum, and crossed 10,000 all-time unique developers in late March 2026. The Solana Developer Platform (SDP) launched in late March, bundling 20+ infrastructure providers behind a single API surface for issuance, payments, and trading.

The pattern looks less like an ecosystem in retreat and more like one in the awkward middle of a re-rating. Price action is responding to the security narrative and broader risk-off conditions. Activity is responding to the fact that Solana still settles trades faster and cheaper than its competitors. Hackathon participation will tell us which of those signals dominates among the people who actually choose where to build.

The Competition Got Sharper, Not Weaker

The April 6 start date is two days before Sei Network completes its EVM-only migration on April 8. That removes Sei's dual SVM/Cosmos compatibility from the board entirely — one fewer chain offering Solana-adjacent execution semantics. On paper, that consolidates SVM gravity around Solana itself. In practice, it means anyone who wanted SVM now has exactly one mature option, and the bar to convince them is whatever Solana's developer experience looks like in May 2026.

Meanwhile, the Ethereum side of the pipeline is not idle. ETHGlobal's 2026 calendar runs Cannes (April 3-5), New York (June 12-14), Lisbon (July 24-26), Tokyo (September 25-27), and Mumbai in Q4. HackMoney 2026 alone drew 155 teams to a single sponsor's testnet. Base, Arbitrum, Monad, and the rest of the L2 cohort are running near-continuous developer programs. The Frontier Hackathon isn't competing against a vacuum; it's competing against a fully staffed Ethereum recruiting funnel that has rebuilt itself around AI-native and consumer-crypto narratives.

The differentiator Colosseum is leaning on is conversion. ETHGlobal hackathons are talent-discovery events; Colosseum hackathons are founder-formation events. The $250K check, the accelerator slot, and the explicit commitment to fund "select winning founders" turn a five-week sprint into the front door of a venture pipeline. That model is rarer than it sounds, and it's the reason Colosseum events tend to produce companies rather than demos.

What to Watch Between Now and May 11

A few signals will tell us whether the Frontier Hackathon is reviving Solana's developer momentum or just maintaining it:

  • Submission count vs. Cypherpunk's 1,576. A flat or rising number despite the Drift overhang suggests builder conviction is structural, not sentimental.
  • Track distribution. A heavy weighting toward infrastructure and developer tooling would signal that builders are responding to the security narrative by hardening the stack. A consumer/AI tilt would signal they're betting on the next narrative cycle instead.
  • Geographic spread. Previous Colosseum events skewed toward North America and Europe. A larger Asia and LATAM share would suggest the SVM consolidation story (post-Sei) is pulling international SVM-curious teams toward Solana by default.
  • DePIN and AI-agent submissions. Both categories are where Solana's low-latency settlement matters most, and both are where the Frontier Hackathon explicitly invited entries. Strong showings here would validate Solana's pivot toward agentic and physical-world use cases.
  • Post-hackathon TVL of winners six months out. This is the only metric that matters in the long run, and the one Colosseum's accelerator model is built to optimize for.

The Bigger Bet

Hackathons don't fix exploits. They don't reverse price charts. What they do — when they work — is recruit the next cohort of founders who will build the protocols that determine whether the chart and the security narrative recover at all. The Cypherpunk hackathon delivered Unruggable, Yumi, Seer, and a handful of other projects that are now actively shipping. If the Frontier Hackathon delivers a comparable cohort, the Drift exploit will be remembered as a 2026 incident rather than a 2026 inflection point.

The harder bet is whether builders show up at all. By May 11, we'll have an answer.


BlockEden.xyz provides enterprise-grade Solana RPC and indexer infrastructure for teams building on SVM. If you're shipping at the Frontier Hackathon or hardening a protocol post-Drift, explore our Solana API services for production-ready endpoints designed for the workloads that matter.

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.

Walrus Becomes the Brain: How Sui's Storage Protocol Turned Into 2026's Default Memory Layer for AI Agents

· 13 min read
Dora Noda
Software Engineer

Every autonomous AI agent running on-chain today has the same humiliating secret: it forgets almost everything. A trading agent rebalances a $2M treasury on Monday, crushes a complex arbitrage on Tuesday, and by Wednesday it has no coherent memory of either — because the infrastructure to remember doesn't yet exist in a form that fits the way agents actually work. That gap is now the single most important unsolved problem in the $450B on-chain agent economy, and in April 2026 a storage network originally designed for files has positioned itself as the answer.

Walrus Protocol, Mysten Labs' Sui-native decentralized storage network, crossed 450TB of data stored on its one-year anniversary, surpassing Arweave's 385TB and emerging as the dominant write-heavy storage layer in Web3. But the more interesting story isn't the raw tonnage — it's MemWal, the AI memory SDK Walrus shipped on March 25, 2026, which reframes the entire protocol as infrastructure for agents instead of files. For developers building the next wave of autonomous systems, this quietly redraws the decentralized storage map.

The Memory Bottleneck Nobody Wanted to Talk About

LLM-based agents live inside a cruel constraint: the context window. Every reasoning step, every tool call, every observation has to fit inside a few hundred thousand tokens, and anything that doesn't fit simply ceases to exist from the agent's perspective. Human developers paper over this with vector databases, Redis caches, and Postgres tables — centralized infrastructure that works fine until you want the agent to hold its own keys, sign its own transactions, and operate without a trusted backend.

The on-chain agent movement made this problem acute. By Q1 2026, Virtuals Protocol alone was tracking $479M+ in agent-generated economic activity and more than 17,000 on-chain agents holding balances. These agents need state between sessions. They need to remember which counterparties defaulted, which strategies lost money, which users granted them permissions. And they can't just write that to AWS — the whole point of running autonomously on-chain is that there is no "they" to trust with a database password.

The existing decentralized storage options all stumbled on different edges of the problem:

  • IPFS is content-addressed and peer-to-peer, but has no native economic incentive for anyone to keep pinning your data. Files disappear when the last node loses interest.
  • Filecoin fixes incentives with storage deals, but its retrieval latency — often tens of seconds for cold data — is incompatible with an agent that needs to fetch a memory fragment mid-reasoning loop.
  • Arweave offers genuine permanence with a pay-once-store-forever model, but its economics optimize for archival: cheap long-term storage, expensive and awkward small-object writes, no native integration with the compute layer where agents actually live.

None of these were designed with a use case in mind where a million autonomous programs want to write small, structured state blobs every few seconds and read them back with sub-second latency while also anchoring ownership to a wallet-controlled object on a smart-contract chain. Walrus was.

What Walrus Actually Is

Walrus is a decentralized storage and data-availability protocol built on top of Sui by Mysten Labs. It launched its mainnet in 2025 and hit its one-year milestone in early 2026 with some impressive vitals: 100 storage nodes across 19 countries, 4.12 PB of total system capacity with about 39% currently used, and a growing pipeline of protocol integrations. The top validators by stake are concentrated in the US, Finland, Netherlands, Germany, and Lithuania — a geographic distribution that matters for both latency and regulatory resilience.

Under the hood, the magic trick is an erasure-coding scheme called Red Stuff. Instead of replicating each blob across many full copies (the classic Filecoin/S3 approach), Red Stuff splits each blob into slivers and spreads them across 100+ nodes with only a 4.5x replication factor. That means Walrus pays far less for durability than naive replication while still tolerating a supermajority of node failures. Just as importantly, the scheme is self-healing: when a node goes offline, recovering its slice of the data costs bandwidth proportional to only the lost data rather than the whole blob — so the network degrades and repairs gracefully rather than hitting cliffs.

The economic layer is the WAL token. Blob publishers pay per-epoch retention fees denominated in WAL; stakers provide storage bandwidth and earn those fees; Sui objects anchor ownership and access control for every blob. As of mid-April 2026, WAL trades around $0.098 with a market cap of roughly $225M, up 45% in 24 hours after the MemWal announcement cycle. That's still about 87% off the May 2025 all-time high of $0.76, which tells you most of the value accretion is still ahead of the protocol if the AI-agent thesis plays out.

Crucially — and this is the part competitors keep missing — Walrus writes are cheap and fast. You can upload gigabytes at a time because the blob only traverses the network once, and storage nodes operate on slivers a fraction of the original size. That makes small, frequent writes economically viable, which matters enormously if the thing writing is an agent that wants to checkpoint its state every few tool calls.

Enter MemWal: Storage Reframed as Cognition

On March 25, 2026, the Walrus team introduced MemWal, a developer SDK and runtime for building agents with persistent memory. It is currently in beta, but it has already reframed how developers talk about the protocol: Walrus is no longer "the cheap decentralized storage layer," it's "where your agents remember things."

The core abstraction MemWal introduces is the memory space — a structured, purpose-built container that replaces the unstructured log files agents used to dump state into. A trading agent might have three memory spaces: a short-term working-memory space with a few minutes of recent observations, a medium-term portfolio-state space with positions and unrealized P&L, and a long-term counterparty-reputation space that persists across weeks or months of interaction history. Each space has its own retention policy, access permissions, and update cadence.

Under the covers, an agent using the MemWal SDK talks to a backend relayer that handles the batching, encoding, and Sui interaction for blob commits. The relayer pushes data to Walrus for storage and simultaneously updates Sui objects that describe ownership and access control for each memory space. That means an agent's memory isn't just stored — it's owned by a Sui object, which means it can be transferred, delegated, revoked, or composed with other on-chain primitives just like any other asset.

Three concrete use cases are already driving early integrations:

  1. Cross-session persistence without an always-on backend. An agent can spin up, load its relevant memory spaces from Walrus via the SDK, reason for a while, commit updates, and shut down — with no centralized server in the loop. The next time it wakes up, either in the same process or a different machine, it reconstructs its own state from the chain.

  2. Multi-agent shared context with cryptographic permissions. Because Sui's object model allows fine-grained capability delegation, one agent can grant another read-only access to a specific memory space without exposing the rest of its state. This is the primitive that "agent swarms" like those emerging on ElizaOS have been asking for — a way to let a sentiment-analysis agent read the scraping agent's output without either having to trust a shared database.

  3. Auditable decision trails for regulated agents. Financial agents that execute trades, approve loans, or manage compliance workflows need to produce records that regulators, auditors, and counterparties can verify. A memory space anchored to a Sui object with an immutable commit log is exactly what "verifiable compliance" means in an agent-native system.

The hierarchical design — short-term working memory separated from long-term persistent storage, with cryptographic integrity checks layered in — mirrors the architecture that cognitive-science research has been nudging AI builders toward for years. The difference is that MemWal makes it a protocol primitive rather than a per-application concern.

Why the Incumbents Can't Just Pivot Here

It's tempting to assume Filecoin or Arweave could just add an "agent memory" SDK and compete. The problem is architectural, not marketing.

Filecoin's F3 fast-finality upgrade in 2025 did meaningful work on its latency profile and pushed the network's market cap north of $5B, but the deal-based storage model fundamentally assumes that writes are large, infrequent, and negotiated in advance. Retrieval is getting better, but it's still measured in seconds for cold data, which is outside the budget of an agent reasoning loop. You could force agents to work around it with aggressive caching, but at that point you've rebuilt an off-chain backend.

Arweave's permaweb is philosophically different — it's designed for data that should outlive the creator, which is wonderful for journalism, provenance records, and historical archives, and poor for rapidly-updating agent state. The pay-once-store-forever model also doesn't match the actual economic shape of agent memory, where most state is interesting for a few days or weeks and then can be aged out. Arweave's AO computing layer is interesting and deserves watching, but it's a different bet: parallel on-permaweb compute rather than a memory layer for agents running elsewhere.

IPFS remains the closest thing to a lingua franca for Web3 file addressing, but without persistence guarantees, no serious agent developer will put load-bearing state there. The ecosystem of pinning services that grew up around IPFS is a pragmatic patch, not an architectural solution.

Walrus's advantage isn't that it invented a new primitive — erasure coding has existed for decades. It's that the economic model (per-epoch rental rather than perpetual endowment), the latency profile (sub-second reads on small blobs), and the smart-contract integration (Sui objects as ownership anchors) line up with how autonomous agents actually need to behave. The rest of the stack has to jam those properties into existing architectures that were designed for something else.

There's a useful comparison table from the Four Pillars research team that surfaces another non-obvious advantage: cost. Walrus's erasure coding and low replication factor make it roughly 100x cheaper than Filecoin or Arweave per MB of durable storage. For agents that might write hundreds of small state updates per day, that compounds into real money at scale.

What This Means for Infrastructure Builders

The emergence of Walrus as an agent-memory layer is part of a broader pattern that anyone building Web3 infrastructure in 2026 needs to internalize. The agent economy is fracturing into specialized substrates, each solving one sharp problem:

  • Coinbase's Agentic Wallet solves custody: where the keys live.
  • Mind Network's x402z handles confidential payments: how agents transact without leaking strategy.
  • Nava Labs tackles intent verification: did the executed action match what the user asked for.
  • ERC-8004 defines identity: who the agent is on-chain.
  • Warden is building the cryptoeconomic settlement layer: how agents post collateral and get slashed for misbehavior.
  • Walrus + MemWal now owns the memory layer: what the agent knows and remembers.

None of these is a winner-take-all market on its own, but together they form the new agentic stack — and the projects that win will be the ones that integrate cleanly across the layers. A developer launching a new on-chain trading agent in 2026 should expect to compose a Sui wallet, a Walrus memory layer, an identity credential, a verification proof, and a payment rail. No single protocol does all five well, and the ones that try usually do none well.

The World Economic Forum's DePIN projection — from $50B in 2025 to $3.5T by 2028 — is the macro wind blowing through all of this. Storage and compute are the biggest components of that projection, and storage is where Walrus is planting its flag most aggressively. The Allium partnership, which brought 65TB of verifiable, institutional-grade blockchain data (Bitcoin, Ethereum, Sui historical records) onto the Walrus platform earlier this year, is the institutional validation the protocol needed: it's not just a toy for Sui-native NFT projects but a viable substrate for serious data workloads.

The Open Questions

None of this is guaranteed. Three things could still derail the thesis:

Sui concentration risk. Walrus is economically tied to Sui through WAL tokenomics and technically tied through object-model integration. If Sui loses relevance as a smart-contract platform — to Aptos, Solana, or an L2 renaissance — Walrus's agent-memory story has to rebuild from a weaker base. So far Sui's developer traction looks healthy, but "so far" is how you describe every crypto platform before its inflection point in either direction.

MemWal adoption curve. The SDK is still in beta. The real test is whether major agent frameworks — ElizaOS, AutoGPT-style systems, the emerging MCP/A2A agent protocols — make MemWal a first-class integration or just one option among several. Without tight framework support, MemWal becomes a niche tool for developers who go out of their way to use Sui.

Commercial centralization pressure. If OpenAI or Anthropic ship a first-party "agent memory" product with tight LLM integration, many developers will take the convenient option over the decentralized one. Walrus's answer has to be that decentralized memory unlocks use cases — agents holding their own assets, multi-party agent collaboration without a trusted operator — that centralized memory cannot. That's true, but the go-to-market requires sustained education.

Building on the New Agentic Stack

The next 18 months will decide whether the agentic Web3 stack ossifies around three or four incumbents or fragments across a dozen competing layers. Walrus's bet is that memory becomes a distinct, claimable layer in that stack — and that the winner of the memory layer is whoever combines programmable ownership, low-latency reads, sustainable economics, and actual developer tooling. By that checklist, it is further ahead than any of its direct competitors today.

For builders who want to ship agent-native products in 2026, the practical recommendation is simple: treat memory as a first-class infrastructure concern, not an afterthought. The agents that remember their users, their strategies, and their mistakes will compound advantages that stateless agents simply cannot.

BlockEden.xyz provides reliable, production-grade Sui RPC infrastructure for teams building on-chain agents and dApps that integrate with Walrus, MemWal, and the broader Sui ecosystem. Explore our Sui API services to build on the same foundations powering the agent-native Web3 stack.

Sources

Chainlink Puts €2 Trillion of European Equities On-Chain: Why SIX Group's DataLink Deal Rewires Tokenization

· 10 min read
Dora Noda
Software Engineer

For years, the biggest problem with tokenized European equities was not regulation, liquidity, or custody. It was the data. On-chain builders could tokenize a wrapper of Nestlé or Santander, but they were forced to reference prices from American sources, aggregators, or synthetic feeds of unknown provenance. Any institutional counterparty asked the same question — "whose tape are you quoting?" — and the answer was never satisfying.

On April 16, 2026, that answer changed. SIX, the group that operates SIX Swiss Exchange and BME Spanish Exchanges, announced a direct integration with Chainlink that puts equity reference data for Swiss and Spanish blue chips — a combined €2 trillion in market capitalization — natively on-chain. Available instantly to 2,600+ applications across 75+ public and private blockchains, the deal quietly dismantles one of the last structural barriers to tokenizing European capital markets.

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:

Ethereum's Glamsterdam Upgrade: How ePBS and EIP-7732 End the Flashbots Era and Rewrite MEV

· 9 min read
Dora Noda
Software Engineer

Two companies currently decide which transactions land on Ethereum. Titan Builder and Beaverbuild together construct roughly 86% of mainnet blocks, and adding Rsync and Flashbots pushes the top four past 90%. For a network whose brand rests on decentralization, that is an uncomfortable number — and it is about to change.

The Glamsterdam hard fork, scheduled for the first half of 2026, brings Enshrined Proposer-Builder Separation (ePBS) — formalized as EIP-7732 — into Ethereum's consensus layer. After three years of MEV-Boost running as off-chain middleware, block production is finally being absorbed into the protocol itself. The winners and losers of that shift will define the next cycle of Ethereum infrastructure.

The Duopoly Problem Glamsterdam Is Trying To Solve

To understand why ePBS matters, start with the market it is replacing.

MEV-Boost, the relay system Flashbots shipped after The Merge, was meant to be a temporary fix. It let validators outsource block construction to specialized builders who could squeeze more value out of each slot, then redistribute that value back to the proposer. It worked almost too well. Within two years, over 90% of Ethereum blocks were built via MEV-Boost, and the construction market calcified around a handful of players.

The 2025 numbers from relayscan.io tell the story bluntly:

  • Titan Builder: ~46.5% of blocks, ~$19.7M profit
  • Rsync Builder: ~15.6%
  • Flashbots: ~12.8%
  • Beaverbuild: ~9.4%

A Herfindahl-Hirschman Index reading near 3,892 places the builder market well beyond the U.S. Department of Justice's threshold of 1,800 for "highly concentrated." Titan's profit margin under exclusive order flow deals reportedly exceeds 17%, while Flashbots — which originally seeded the entire MEV-Boost ecosystem — barely breaks even on block building today.

That is the market ePBS aims to dismantle at the protocol level.

What EIP-7732 Actually Changes

EIP-7732 is deceptively surgical. It is a consensus-layer-only upgrade that decouples execution validation from consensus validation, both logically and temporally. In plain terms, the proposer no longer needs to see the full block's execution payload before committing to it.

Here is the new flow:

  1. Builders assemble execution payloads off-chain and broadcast signed SignedExecutionPayloadBid commitments containing only a blockhash and a payment value.
  2. The proposer selects the highest bid and embeds the commitment in the beacon block — without seeing the transactions inside.
  3. A new subset of validators, the Payload Timeliness Committee (PTC), attests whether the builder revealed the committed payload on time with the correct blockhash.
  4. Execution validation is postponed until the next slot's beacon block validation.

The critical engineering insight is that the full execution payload no longer rides on the consensus critical path. Network propagation speeds up, validators shoulder less computational load per slot, and — the part every MEV researcher has been waiting for — the relay becomes redundant. The builder commits cryptographically; the protocol itself enforces the promise.

Why This Guts The Relay Business

Today, relays exist because proposers cannot trust builders directly. A relay like Flashbots or Titan Relay holds the full block, verifies it, and only reveals it to the proposer after the proposer signs the header — preventing the proposer from stealing the builder's MEV.

ePBS makes that trust relationship native to the protocol. The PTC handles timeliness enforcement. The consensus rules handle payment. The entire middleware layer Flashbots built to coordinate block building — the most important piece of Ethereum infrastructure outside the client software itself — becomes economically unnecessary.

This is why the coindesk coverage framed Glamsterdam as a fight about MEV fairness, not just performance. The question is not whether MEV disappears. MEV is a mathematical consequence of ordered transactions with public mempools. The question is who captures it and on what terms.

The Censorship Math Changes Too

The relay oligopoly did not just concentrate power; it concentrated compliance. At peak, roughly 72% of MEV-Boost blocks were classified as OFAC-compliant because the largest relays filtered sanctioned addresses. That number has since declined to around 30% of relayed blocks as non-censoring relays gained share, but the architecture still gives a handful of US-based companies veto power over which Ethereum transactions get proposed.

ePBS does not mandate censorship resistance. But by removing the relay bottleneck, it removes the natural enforcement point. Builders who censor now have to compete against builders who do not on raw auction price — and on a trustless bid-reveal market, price tends to win. Expect the OFAC-compliant share to drop further after Glamsterdam ships, simply because the easiest place to impose policy has been eliminated.

Jito, Base, and Three Ways To Price A Block

Ethereum is not the first chain to confront MEV markets, and it is worth comparing ePBS against the two other models that dominate 2026.

Solana's Jito approach. Over 94% of Solana stake runs the Jito-Solana client. Tips flow directly to validators through an explicit auction — no relay, no builder-proposer split. MEV contributes 15-25% of total validator rewards, and the connection to stakers via JitoSOL is direct. The upside is transparency; the downside is that Solana's leader schedule concentrates MEV extraction windows in ways that still produce sandwich attacks on DEX traders.

Base's sequencer model. Coinbase operates the single sequencer on Base and captures sequencer revenue directly. There is no MEV auction to third parties because there are no third parties. This maximizes revenue capture for the L2 operator but sacrifices the decentralization story entirely — a tradeoff that works for Coinbase-scale balance sheets and nobody else.

Ethereum's ePBS. A trustless bid-reveal auction between builders and proposers, mediated by consensus. In theory this combines Jito's transparency with the credibly neutral distribution Ethereum's ideology requires. In practice, nobody knows yet whether builder concentration simply reasserts itself under new rules, or whether the removal of exclusive-order-flow agreements genuinely reopens the market.

The $500M Question For DeFi Users

Researchers estimate DeFi users lose north of $500 million annually to sandwich attacks, frontrunning, and JIT liquidity extraction — with sandwich attacks alone responsible for 51% of MEV volume in 2025. EigenPhi's data from late 2025 found over 72,000 sandwich attacks targeting 35,000 victims on Ethereum in a single 30-day window. A single Uniswap v3 stablecoin swap in March 2025 saw $220,764 of USDC compressed into $5,271 of USDT — a 98% loss to the victim.

Does ePBS reduce this? Directly, no. The attack surface — public mempools plus arbitrary transaction ordering — remains. But ePBS reshapes the ecosystem around MEV protection:

  • Private mempool services like MEV-Blocker ($5B+ in protected transactions routed historically) and CowSwap's coincidence-of-wants batching retain their value, because the protocol still does not hide user intent.
  • Encrypted mempools like EIP-8105's "Universal Enshrined Encrypted Mempool" become the logical follow-on proposal, tackling the order visibility that ePBS leaves untouched.
  • SUAVE and decentralized sequencing remain relevant as application-layer MEV protection rather than infrastructure monopolies.

The short version: ePBS fixes who gets paid for ordering transactions, not whether users can be exploited through ordering. The second fight is just beginning.

What Builders Should Actually Watch

Three signals will tell you whether ePBS delivers on its decentralization promise or quietly reproduces the old oligopoly:

  1. HHI after six months. If the builder HHI remains above 2,500 post-ePBS, the concentration problem was about economies of scale, not middleware, and no amount of protocol surgery will help. If it falls below 1,800, ePBS worked as advertised.

  2. Exclusive order flow agreements. Current builder margins depend on private deals with Uniswap, Banana Gun, and other high-value order flow sources. ePBS does not directly outlaw these, but it changes the leverage. Watch whether flagship integrations migrate to BuilderNet-style open consortia or stay exclusive.

  3. Non-censoring block share. Post-Glamsterdam, the relay-based censorship chokepoint is gone. If OFAC-compliance share stays above 50% anyway, it reveals that compliance pressure on Ethereum is structural rather than infrastructural.

The Infrastructure Reality Check

Glamsterdam will reshape how Ethereum orders transactions, but it will not touch what most infrastructure providers actually do: run nodes, serve RPCs, index state. The block-building layer has always been a rarefied slice of the stack. For developers building on top of Ethereum, the practical impact of ePBS is indirect — slightly faster propagation, modestly more credible neutrality, and a likely shift in which MEV protection services matter most.

BlockEden.xyz provides enterprise-grade API infrastructure for Ethereum, Sui, Aptos, and 20+ other chains, with SLA-backed RPC endpoints that insulate your application from consensus-layer changes. Explore our API marketplace to build on infrastructure designed to outlast any single upgrade.

Sources