Introduction
Ethereum, the world’s second-largest cryptocurrency by market capitalisation (~$250 billion as of March 2026), has been the foundational protocol of the crypto sector since it pioneered the smart contract platform in 2015. It single-handedly created the decentralised finance (DeFi) ecosystem, spawned the NFT movement, and today hosts over 60% of all tokenised real-world assets by value. Most investors first studied Ethereum during the 2017–2018 ICO boom. A decade later, technology has evolved so dramatically—from proof-of-work mining to proof-of-stake validation, from 15 TPS to a roadmap targeting 10 million TPS—that a comprehensive revisit is not just warranted, it is essential.
This report presents the thesis that all roads lead to Ethereum: whether the conversation is about institutional settlement of tokenised US Treasuries, the AI agent economy’s need for trustless payment rails, the quest for quantum-resistant infrastructure, or the onboarding of the next billion users, each pathway converges on Ethereum’s unique architecture. We examine the technical roadmap (“Strawmap”), dissect the blockchain trilemma and how Ethereum is solving it across scalability, decentralisation, and security, analyse ETH’s superiority, and explore the upcoming 2026 hard forks that will deliver the first functional components of this endgame vision.
Solving the Blockchain Trilemma
The blockchain trilemma, first articulated by Ethereum co-founder Vitalik Buterin, describes the engineering constraint that no single blockchain can simultaneously maximise all three of: scalability (high throughput), decentralisation (low barriers for validators), and security (resistance to attacks and censorship). Historically, blockchains had to sacrifice one dimension to excel in the other two. Bitcoin prioritises security and decentralisation but caps out at roughly 7 TPS. Solana prioritises scalability and speed but requires industrial-grade hardware for validators, concentrating on the network. Ethereum, for years, appeared stuck in the middle—secure and decentralised, but painfully slow at 15–30 TPS on its base layer.
In 2026, Ethereum is no longer merely “acknowledging” the trilemma—it is actively dismantling it at the base layer itself. The breakthrough is zero-knowledge (ZK) cryptographic technology: instead of every validator re-executing every transaction—the bottleneck that historically forced chains to choose between throughput and decentralisation—Ethereum’s roadmap shifts heavy computation to specialised “provers” who generate succinct mathematical validity proofs. Validators then verify these proofs in milliseconds on consumer-grade hardware. This single architectural shift unlocks massive Layer 1 (L1) scalability (targeting 10,000 TPS natively, with an ecosystem-wide target of 10 million TPS) without raising hardware requirements for validators, thereby preserving decentralisation. Combined with the strongest economic security of any smart contract platform (~$110 billion staked) and a zero-outage track record since 2015, Ethereum is solving all three dimensions of the trilemma simultaneously at protocol level. This is the core insight behind the “Strawmap”—Ethereum’s newly formalised multi-year-long roadmap.

The Strawmap: Ethereum’s Master Blueprint to 2030
The “Strawmap” (a portmanteau of “strawman” and “roadmap”) was unveiled by Ethereum Foundation researcher Justin Drake in February 2026. It charts approximately seven biannual network upgrades through 2029, transitioning Ethereum from its experimental era into what the Foundation calls the “Engineering Era”—characterised by predictable, industrial-grade software delivery akin to iOS or Android update cycles.
The Strawmap establishes five “North Star” objectives that define Ethereum’s ultimate architectural end-state:
|
North Star
|
Target
|
How It Works
|
|---|---|---|
|
Fast L1
|
Sub-2-second slots; single-slot finality
|
Progressive slot-time reduction via Lean Consensus + Fast Confirmation Rule (FCR) + Minimmit (fast consensus algorithm). Institutional settlement in seconds, not minutes.
|
|
Gigagas L1
|
10,000 TPS on base layer
|
zkEVM real-time proving + parallel execution (BALs) + exponential gas limit increase. Validators verify proofs in milliseconds instead of re-executing transactions.
|
|
Teragas L2
|
10M TPS ecosystem-wide
|
Expand L2 data bandwidth to 1 GB/s via PeerDAS and blob scaling. Ethereum to become the data highway for thousands of sovereign rollups.
|
|
Post-Quantum
|
128-bit provable security
|
Replace ECDSA/BLS with Winternitz and STARKs. Mandate 128-bit provable security by end-2026. Century-proof infrastructure.
|
|
Private L1
|
Protocol-native confidentiality
|
Shielded ETH transfers, stealth addresses, encrypted mempools. Institutional-grade privacy without leaving the public chain.
|
The Strawmap’s upgrades are not random feature releases—they are the step-by-step construction of a radically simplified end-state architecture. This “lean” philosophy applies uniformly across all three layers of the Ethereum stack: the Consensus Layer, the Data Availability Layer, and the Execution Layer. In each case, the core principle is identical: use advanced cryptography (ZK proofs, erasure coding, data sampling) to shift heavy computational lifting off individual nodes, allowing the network to scale exponentially while the base layer remains lightweight enough to run on consumer hardware. Think of the Strawmap as the construction schedule and these three lean initiatives as the blueprint for the finished building.
Pillar 1: Lean Ethereum (The Consensus Layer)
Today, Ethereum’s “Gasper” consensus requires all ~1 million validators to individually sign attestations every 12-second slot, creating enormous signature aggregation overhead that limits how fast the chain can finalise. Lean Ethereum replaces this with a dramatically simplified scheme: a rotating committee of 256–1024 validators signs each slot using post-quantum hash-based signatures (Winternitz) aggregated via STARKs, while the remaining validators provide economic security through staking without per-slot signature duties. This unlocks progressive slot-time reduction (12s → 8s → 4s → 2s) and single-slot finality. The result is faster settlement, post-quantum resistance at the consensus level, and a radically simplified codebase that encourages more diverse client implementations—reducing key-person risk and strengthening decentralisation over the long term.
Pillar 2: PeerDAS (The Data Availability Layer)
The Data Availability (DA) layer’s job is to provide massive, cheap blockspace for Layer 2 rollups. Under the legacy architecture, every validator had to download 100% of all L2 “blob” data—a fundamentally unscalable requirement that tied data capacity directly to node hardware constraints. PeerDAS (Peer Data Availability Sampling, EIP-7594), the cornerstone of the late-2025 Fusaka upgrade, solves this by applying erasure coding and peer-to-peer subnets: each node now downloads only a tiny fraction (roughly 1/8th) of the blob data and, through probabilistic sampling, gains statistical certainty that the full dataset is available across the network. This functionally uncouples data capacity from node hardware requirements. Ethereum can now multiply blob capacity, expanding from 6 to 48 blobs per block and eventually targeting 1 GB/s of data bandwidth, driving L2 transaction costs down to fractions of a cent and pushing the ecosystem toward the 100,000+ TPS target, all without forcing home stakers to buy enterprise-grade equipment. It is scaling by doing less work locally.
Pillar 3: EOF and Statelessness (The Execution Layer)
The Execution Layer (the Ethereum Virtual Machine, or EVM) carries the heaviest technical debt. It suffers from “state bloat”—the requirement that nodes must store the entire history of Ethereum balances and smart contracts to verify new transactions—and a decade of accumulated opcodes and design compromises that make formal verification difficult. Two major lean initiatives address this:
EVM Object Format (EOF), slated for the Glamsterdam upgrade in H1 2026, is the most comprehensive rewrite of the EVM since Ethereum’s inception. It restructures how smart contracts are written and executed by strictly separating executable code from data, removing legacy inefficiencies (such as dynamic JUMP targets), and making smart contracts inherently easier for compilers, and AI agents, to formally verify. By stripping out years of EVM technical debt, EOF makes the execution layer faster, more secure, and cheaper to operate. It is the exact execution-layer equivalent of what Lean Consensus does for validators.
The Path to Statelessness permanently solves state bloat through two mechanisms. First, History Expiry (EIP-4444) allows nodes to delete transaction history older than one year, immediately reducing storage requirements and shifting the burden of long-term archival to specialised archive nodes and portal networks. Second, ZK-Verified State replaces the legacy Merkle Patricia Tree (and the previously planned Verkle Trees) with STARK-proven binary hash trees, aligning with the post-quantum cryptographic push. The current Keccak-256 hash used in the Merkle Patricia Tree will be replaced by Poseidon, a ZK-friendly algebraic hash with 8x more efficient, enables proving speed collapsing from 16 minutes to under 10 seconds. The endgame is radical: a fully stateless Ethereum where a node no longer needs to hold any state to verify a block. It simply receives each block accompanied by a compact zero-knowledge proof confirming its validity. This aims to eventually allow a smartphone, or even a smartwatch, to run a fully verifying Ethereum node.
|
Layer
|
Legacy Problem
|
Lean Solution
|
End-State Impact
|
|---|---|---|---|
|
Consensus
|
~1M validators sign every slot; quantum-vulnerable BLS; 12s slots
|
Lean Consensus: 256–1,024 committee + Winternitz/STARK sigs; post-quantum
|
2–4s slots; single-slot finality; simpler codebase; more diverse clients
|
|
Data Availability
|
Every node downloads 100% of L2 blob data; hardware bloat
|
PeerDAS (EIP-7594): erasure coding + sampling; nodes download ~1/8th
|
6 → 48+ blobs/block; L2 costs <$0.01; target 1 GB/s bandwidth
|
|
Execution
|
State bloat; legacy EVM debt; nodes must store full state; hard to formally verify
|
EOF (code/data split) + EIP-4444 (history expiry) + STARK binary trees → statelessness
|
Smartphone-capable node; ZK block verification; AI-friendly contracts
|
The unifying theme across all three pillars is cryptographic compression: using advanced mathematics (ZK proofs, erasure coding, data sampling) to shift heavy computation off individual nodes. This provides two critical assurances. First, predictability: the Strawmap’s biannual upgrade cadence gives institutions a concrete timeline against which to plan billion-dollar deployments. Second, a century-proof security guarantee: when the lean end-state is reached across all three layers, every cryptographic primitive, from consensus signatures to state proofs to data availability commitments, will carry 128-bit provable, post-quantum security, while the base layer remains lightweight enough for consumer hardware. The trilemma is resolved not by compromise or delegation, but by engineering each dimension to its theoretical ceiling within a single, unified base layer.
Scalability: From 15 TPS to 10,000 TPS
Ethereum’s scalability strategy operates on two parallel fronts: aggressively scaling the base layer (L1) itself, and providing massive data throughput for an ecosystem of specialised Layer 2 networks. This dual approach is what makes Ethereum structurally distinct from monolithic competitors.
Scaling Layer 1: The Road to Gigagas
Ethereum L1 processes roughly 15–35 TPS. The Strawmap targets a “Gigagas L1” capable of 10,000 TPS natively. This 300–600x improvement is achieved through three sequential engineering phases:
Phase 1 – Parallelisation and Gas Limit Expansion (2026). In 2025, Ethereum block gas limit had doubled from 30M gas to 60M gas, 2x the network throughput. The 60M gas was based on extensive benchmarking and testing, while keep the chain size small for solo node operators to validate and download. Currently, Ethereum processes transactions sequentially—one at a time. EIP-7928 (Block-Level Access Lists), scheduled for the Glamsterdam upgrade, requires transactions to pre-declare which state elements they will access. This enables execution clients to safely distribute non-conflicting transactions across multiple CPU cores simultaneously, transforming Ethereum from a single-lane road into a multi-lane highway. Combined with EIP-7732 (Enshrined Proposer-Builder Separation), which decouples block building from consensus and extends the validator’s processing window from ~2 seconds to ~9 seconds, the network can safely utilise a much larger fraction of each 12-second slot for computation.

Additionally, the Fast Confirmation Rule is expected to be deployed (currently available for testing) by mid-2026. FCR drastically reduces the transaction finality from ~12 minutes to 12 seconds by utilising the supermajority of validators attestations in real-time. Because FCR is a “soft” consensus change that does not require a hard fork, individual nodes and exchanges can begin adopting it as soon as their chosen client software releases the update.
Phase 2 – Multi-Dimensional Gas Pricing (2026–2027). Today, the EVM prices all operations—whether executing a math function or creating permanent new state—under a single “gas” metric. Ethereum is introducing separate pricing for “state creation gas” and “execution gas.” Writing new permanent data becomes significantly more expensive, while raw computation becomes radically cheaper. This economic separation is what allows EIP-7938 to safely target a 100x gas limit increase over four years without bloating the blockchain’s state database.
Phase 3 – The ZK-EVM “Magic Bullet” (2026–2029). The ultimate scaling lever is the transition to a “fully SNARKed Ethereum.” Instead of every node re-executing every transaction, heavy computation is shifted to specialised “provers” who generate a succinct zero-knowledge validity proof. Validators simply verify this proof in milliseconds. Proving speed has already collapsed from 16 minutes per block to under 10 seconds on target commodity hardware (~$100,000).
To maximise proving efficiency in the long-term, there is strong conviction within the research community to replace the legacy Ethereum Virtual Machine (EVM) with a RISC-V architecture, the open-source instruction set that ZK-provers already compile EVM code down internally. Cutting out this middleman could yield a 50–100x efficiency gain and dramatically simplify the execution client codebase.
Layer 2s: From General Purpose to Specialisation
The roadmap for Ethereum’s Layer 2 ecosystem in 2026 represents a profound pivot from the “rollup-centric” vision of the past half-decade toward a “Full Spectrum” architecture. The proliferation of generic L2 rollups created a liquidity fragmentation crisis: over $40 billion spread across 55+ incompatible chains, degrading user experience and introducing bridge security vulnerabilities without introducing unique value propositions. Meanwhile, L1 itself is scaling aggressively, rendering general purpose L2 no longer makes sense.
Moving forward, L2s must evolve into highly specialized environments that bring unique user experience that Ethereum L1 cannot natively provide:
-
App-specific or non-EVM execution environment, optimising for specific applications such as decentralised social media or gaming.
-
Ultra-low-latency “city chains” provide sub-millisecond pre-confirmation for AI agents with near zero cost or internalise the orderbook-generated MEV for high frequency trading platform.
-
Institutional chains that could use STARK proofs posted to Ethereum L1 to mathematically guarantee algorithmic transparency (inheriting L1 security) while retaining centralized administrative control over their internal rules.
-
Privacy-focused rollups that provide confidential execution environments.
-
Native Rollups, L2 developers will be able to build “EVM plus other stuff” through enshrined ZK-EVM precompiles at the base layer, inherit Ethereum’s exact security and auto-upgrade alongside L1 with no risky bridge multisigs required.
To unify this diverse ecosystem, the ecosystem is aggressively deploying the Ethereum Interoperability Layer (EIL) in 2026. EIL functions like HTTP for the early internet; by leveraging Account Abstraction (ERC-4337) and cross-chain intents (ERC-7683, co-developed by Uniswap and Across), wallets will abstract away the complexity of managing assets across dozens of rollups. Users will be able to execute cross-chain swaps or mints seamlessly in a single click, allowing the entire fragmented L2 landscape to “feel like one chain again” without forcing users to trust third-party bridge operators.
Decentralisation: The Unbreachable Moat
Decentralisation is not merely an ideological talking point for Ethereum, it is the fundamental economic moat that elevates ETH from a high-throughput utility token to a sovereign, institutional-grade reserve asset. It guarantees censorship resistance, which in turn guarantees the neutrality required to settle trillions of dollars without the risk of state-level interference or corporate capture.
Ethereum vs. Competitors: An Unbridgeable Gap
No other Layer 1 blockchain comes close to Ethereum’s level of decentralisation. Ethereum operates near 1 million active validators distributed across 83 countries, running over five independent execution clients (Geth, Nethermind, Besu, Reth, Erigon) and over five consensus clients (Lighthouse, Teku, Lodestar, Nimbus, Grandine)—plus several new “lean” clients under development. This multi-client philosophy means a bug in any single software implementation that cannot bring down the entire network. Ethereum has never experienced a mainnet outage since its launch in 2015.
By contrast, Solana operates approximately 774 validators across 32 countries, historically relying on a single primary client (Agave, formerly Solana Labs), with the alternative Firedancer client only recently reaching production. Solana validators require industrial-grade hardware costing ~$10,000+, effectively excluding home stakers and concentrating on the network. Bitcoin runs approximately ~20,000+ full nodes and also relies overwhelmingly on a single implementation.
|
Metric
|
Ethereum
|
Bitcoin
|
Solana
|
|---|---|---|---|
|
Validators / Nodes
|
900,000+ validators
|
20,000+ full nodes
|
774+ validators
|
|
Countries
|
83
|
100+
|
32
|
|
Dominance Client Market Shares
|
Execution: GETH: 41% Consensus: Lighthouse: 48%
|
Bitcoin Core: 78%
|
Agave: 86%
|
|
Min. Hardware Cost
|
Consumer laptop (~$500)
|
Modest (~$300)
|
Industrial (~$10,000+)
|

Architectural Safeguards for Decentralisation
Ethereum’s roadmap actively protects decentralisation through several mechanisms. The Verge transitions from heavy Merkle Patricia Trees to efficient Binary State Trees (EIP-7864), enabling “stateless clients” that verify the chain via ZK proofs without storing the entire state database. The Purge (EIP-4444) eliminates the requirement for nodes to store historical data older than one year. By drastically reducing the storage bloat, the network can accommodate the faster state growth that comes with a higher gas limit without forcing node operators onto expensive hardware. PeerDAS allows nodes to verify massive L2 data blobs by sampling tiny cryptographic fragments rather than downloading everything. Together, these ensure Ethereum’s base layer remains verifiable on consumer hardware even as throughput scales 100x.
On the MEV front, Enshrined Proposer-Builder Separation (ePBS) moves the block builder market into the protocol, eliminating reliance on trusted third-party relays. Fork-Choice Enforced Inclusion Lists (FOCIL / EIP-7805) go further: a randomly selected committee of validators can mandate the inclusion of specific transactions in every block. Even if a hostile actor controls 100% of the block building market, they cannot censor transactions. This combination guarantees Ethereum’s “credible neutrality” at the protocol level—a property no other L1 can match.
Distributed Validator Technology (DVT), via projects like Obol and SSV Network, allows a single validator key to be split across a cluster of independent, geographically dispersed nodes. This empowers home stakers and mitigates the risk of regulatory crackdowns on centralised staking providers. The recent MaxEB upgrade (EIP-7251), which raised the maximum validator balance from 32 to 2,048 ETH, further protects network health by reducing signature bloat and peer-to-peer overhead, allowing the system to absorb institutional capital without overwhelming smaller home nodes.
Security: Post-Quantum Readiness
Ethereum’s security posture extends far beyond its ~$83 billion in staked economic security. The network is executing the most comprehensive post-quantum cryptographic transition of any blockchain—addressing an existential threat that its largest competitor, Bitcoin, remains structurally unprepared to handle.
Ethereum’s Four-Pillar Post-Quantum Architecture
Ethereum’s quantum roadmap targets the four areas most vulnerable to quantum attack: Consensus-layer signatures (replacing BLS with hash-based Winternitz signatures aggregated via STARKs), Data Availability (shifting from quantum-vulnerable KZG commitments to STARK-based proofs), User account signatures (enabling post-quantum key swaps via Account Abstraction / EIP-8141), and Zero-knowledge proofs (transitioning from elliptic-curve SNARKs to quantum-safe STARKs with recursive proof aggregation). By end-2026, any ZK proof system at L1 must guarantee 128-bit provable security, removing reliance on unproven mathematical conjectures.
A critical and often overlooked urgency is the “Harvest-Now-Decrypt-Later” (HNDL) threat. Unlike signature forgery, which can be remediated via emergency hard forks, privacy breaches are irreversible. Adversaries can harvest encrypted on-chain data today and decrypt it once quantum computers arrive. Every stealth address announcement, every encrypted compliance credential, and every viewing key becomes a permanent target. Ethereum’s roadmap mandates immediate adoption of post-quantum key exchanges (ML-KEM) for all new confidentiality protocols, preventing a massive “privacy honeypot” from accumulating.
Proactive Cryptographic Upgrades
As the timeline for quantum computing advances, the crypto industry faces the imperative to secure legacy cryptographic architectures against sufficiently powerful systems running Shor’s algorithm. Across the broader cryptocurrency ecosystem, a significant volume of digital wealth is secured by static public keys, which present theoretical vulnerabilities to future quantum capabilities. Addressing this requires robust, forward-looking architectural solutions that do not disrupt network consensus or compromise foundational property rights.
Ethereum addresses this looming cryptographic challenge through a structurally advantageous framework: Account Abstraction. By utilising Frame Transactions, Ethereum effectively transforms standard wallets into flexible, programmable smart contracts. This allows for the seamless swapping of signature schemes at the individual account level.
Rather than waiting for a globally coordinated, base-layer network upgrade, which can be technically complex and politically contentious in decentralized systems, institutions and everyday users can proactively migrate their treasury wallets. They can upgrade to quantum-resistant standards, such as lattice-based or hash-based cryptography, on their own timelines. This “ship of Theseus” approach provides unparalleled user-level flexibility, ensuring that the network can dynamically adapt to the quantum era without requiring a disruptive, all-or-nothing cryptographic overhaul.
Sustainable Security Budgets in a Maturing Market
Beyond cryptographic resilience, a core structural challenge for any multi-trillion-dollar digital asset network is the long-term sustainability of its security budget. Across the industry, early network security is often heavily subsidized by inflationary block rewards. However, as block subsidies programmatically decrease over time (especially in Proof-of-Work consensus), networks must find ways to ensure that the economic incentives for securing the blockchain remain robust, even if transaction fee revenues fluctuate.
Ethereum’s Proof-of-Stake consensus mechanism provides a sustainable, long-term solution to the security budget equation. Rather than relying on external, energy-intensive resource expenditure that requires continuous high-level inflation to subsidize, Ethereum compensates its validators through a balanced, self-reinforcing economic loop.
The network maintains a low-block-reward issuance (approximately 2.5% annually), which is uniquely counterbalanced by its fee-burn mechanism. This dynamic results in a net inflation rate of roughly 0.8% annually, notably efficient when contextualized against other smart contract platforms, such as Solana’s ~3.94% annual inflation rate. Furthermore, validator yields are supplemented by MEV and standard transaction fees.
Because Ethereum’s security scales proportionally to the inherent value of the staked ETH itself, rather than depending on a depreciating external subsidy, it creates a robust security guarantee. As the network and its native asset become more valuable, the capital required to attack the network naturally becomes more prohibitively expensive, ensuring structural economic stability for the long term.

Privacy: Transforming a Public Ledger into a Digital Sanctuary
The Ethereum Foundation has restructured its cryptography division into the Privacy Stewards of Ethereum (PSE), adopting a “Defipunk” mandate: privacy must be an unconditional default, not an opt-in afterthought. The “Private L1” North Star encompasses three pillars:
-
Private Writes (confidential execution): Protocol-native shielded ETH transfers, stealth addresses (ERC-5564) generating one-time, cryptographically unlinked recipient addresses, and Fully Homomorphic Encryption (FHE) research enabling smart contracts to compute on encrypted data.
-
Private Reads (anti-surveillance): Private Information Retrieval (PIR) and Oblivious RAM allow institutions to query the Ethereum state without the RPC server knowing which data was requested—eliminating metadata leakage.
-
Private Proving (client-side verification): Optimising ZK proof generation for local devices, enabling zkTLS (privately proving off-chain web data on-chain) and zkID (unlinkable digital identity attestations).
The LUCID encrypted mempool (EIP-8184) seals transaction details until they are irreversibly locked into a block, structurally eliminating toxic MEV (front-running and sandwich attacks). For institutions managing trillions, the ability to execute compliant, selectively disclosable, and fully confidential RWA transfers on a public network is a mandatory prerequisite for deployment. Ethereum is the only major smart contract blockchain treating this as a first-class protocol feature.
Institutional Onboarding: The RWA Migration to Ethereum
The tokenised real-world asset (RWA) market surpassed $20 billion on-chain by early 2026, quadruple from $5 billion at the start of 2025. US Treasuries alone account for $10 billion, led by BlackRock’s BUIDL fund ($2.6B AUM), Ondo Finance, and Franklin Templeton’s FOBXX. McKinsey projects the broader RWA tokenisation market could reach $2 trillion by 2030, with some estimates as high as $16 trillion. Ethereum hosts nearly 60% of all tokenised RWAs by value.

For institutions, the choice of settlement layer is existential. They require censorship resistance (no government can freeze or seize tokenised assets arbitrarily), quantum-proof security (protecting trillions of assets for decades), compliance hooks (the uRWA standard, ERC-7943, embeds legal enforcement primitives like forceTransfer and setFrozen directly into token contracts), privacy (the LUCID encrypted mempool and stealth addresses prevent front-running of large institutional trades), and fast settlement (the Fast Confirmation Rule). No other blockchain satisfies all five requirements simultaneously.
Major pilot programmes are already live. Project Guardian, a collaboration between the Monetary Authority of Singapore, UBS, and SBI Digital Markets, tests institutional DeFi on Ethereum. Swift and Euroclear integrations allow banks to use existing Swift messaging infrastructure to instruct Ethereum smart contracts, enabling atomic cross-chain settlement of tokenised funds. JPMorgan’s Onyx has processed over $900 billion in tokenised repo transactions. There is simply no second best chain to Ethereum for onboarding highly-valuable tokenised RWA.
The AI Agent Economy: Stablecoins as Rails, Ethereum as Foundation
The integration of AI with blockchain is creating an entirely new economic paradigm: autonomous machine-to-machine commerce. McKinsey projects AI agents could mediate $3–5 trillion in global consumer commerce by 2030, while the AI agent market overall is projected to reach $236 billion by 2034. Ethereum is positioning itself as the economic coordination layer for this revolution, not by competing at raw speed, but by providing the trust infrastructure that autonomous agents require.
The technical bedrock is the transition from legacy accounts to intelligent “Agent Wallets.” Through ERC-4337 (Account Abstraction) and the ERC-7579 modular smart account standard, AI agents operate independently with Paymasters abstracting gas fees and Session Keys enforcing programmatic spending limits without exposing primary private keys. The Ethereum Foundation’s newly established “dAI” (decentralised AI) division is spearheading this effort, with Vitalik Buterin’s vision of an economic layer where “bots can hire bots,” manage security deposits, and interact trustlessly through ZK-payments.
Two critical standards have emerged. ERC-8004 (Trustless Agents) introduces an on-chain Identity Registry (ERC-721-based), paired with Reputation and Validation Registries where agent capabilities are verified via stake-secured re-execution, TEEs, or zkML proofs. By January 2026, over 150,000 agent identities were minted on this standard. ERC-8183 (Agentic Commerce, co-developed by Virtuals and Ethereum Foundation) establishes an on-chain job escrow system: a client agent hires a provider agent, funds locked in escrow, work is submitted, and an evaluator (which can be an AI, a ZK verifier, or a DAO) confirms or rejects before payment releases.

Agentic Payment Rails: The “Payment Wars” of 2026
Stablecoins are the core payment rail for AI agents—traditional card rails carry a ~$0.0195–0.50 floor per transaction, making them structurally blocked for the thousands of micro-transactions per hour that agents require. x402 protocol embeds stablecoin payments directly into HTTP requests: when an agent hits a paywall, the server returns HTTP 402, the agent’s wallet auto-pays in stablecoin, and the request retries with payment attached. Over 20 million machine-to-machine transactions have flowed through x402. x402 itself is free (facilitators might charge fees on its managed service layer) and users typically just pay the network settlement fees which cost about $0.0001 on high performance layer 2s such as Base. Stripe’s Machine Payments Protocol (MPP) via Tempo introduces session-based streaming micropayments. Google’s Universal Commerce Protocol (UCP) covers full shopping journeys. OpenAI’s Agentic Commerce Protocol (ACP) powers in-chat purchases. Visa’s Trusted Agent Protocol provides cryptographic identity verification for agent-merchant interactions.

All of these rails converge on stablecoins, and Ethereum hosts over 52% of the global stablecoin market (~$164 billion). As the AI agent economy scales, the stablecoin throughput flowing through Ethereum’s infrastructure compounds ETH’s value as the security anchor for this new economy. The upcoming Account Abstraction upgrades (EIP-8141) and interoperability layer (EIL) are specifically designed to make Ethereum the frictionless settlement backbone for autonomous commerce.
The 2026 Hard Forks: Glamsterdam and Hegotá
The Strawmap’s first two deliverables arrive in 2026 as back-to-back network upgrades, each targeting distinct but complementary objectives.
Glamsterdam (H1 2026)
-
EIP-7732 (Enshrined Proposer-Builder Separation / ePBS): Moves the block builder market directly into the protocol, eliminating trusted third-party relays. Decouples consensus from execution, extending the validator’s processing window from ~2s to ~9s. Creates a transparent, trustless MEV marketplace. This is the architectural precursor to safely scaling gas limits.
-
EIP-7928 (Block-Level Access Lists / BALs): Enables parallel transaction execution by requiring transactions to pre-declare which state elements they access. Transforms Ethereum from sequential processing to multi-core execution. Directly drives the “Gigagas L1” target.
-
EIP-8037 (Multi-Dimensional Gas Pricing) (in-discussion): Begins the separation of state creation costs from execution costs, allowing computation to become radically cheaper while preventing state bloat.
Hegotá (H2 2026)
-
EIP-8141 (Frame Transactions / Native Account Abstraction): Transforms all wallets into flexible smart contracts natively. Enables social recovery (eliminating seed phrases), gas sponsorship (paying fees with stablecoins), transaction batching, and—crucially—provides the mandatory off-ramp from legacy ECDSA to post-quantum signature schemes. This is the single most important user-facing upgrade in Ethereum’s history.
-
EIP-7805 (FOCIL / Fork-Choice Enforced Inclusion Lists): Empowers a validator committee to mandate transaction inclusion in every block, stripping malicious or compliant builders of censorship capability. Even with 100% builder market concentration, no transaction can be excluded.
-
EIP-8184 (LUCID Encrypted Mempool) was declined: core developers commented: “one hard fork too early”. Cryptographically seals pending transactions until they are irreversibly committed to a block, eliminating toxic MEV. Institutions can safely broadcast large trades without exposing strategies.
-
EIP-7807 (SSZ Execution Blocks) was declined: core developers believe SSZ can be rolled out by updating the Engine API on nodes, instead of network-wide hard fork. A unified binary format replacing JSON and RLP, cutting data transmission latency by 50%, enabling independent block hash verification, and making it much easier to check specific data without downloading the entire blockchain.
Conclusion: The CROPS Mandate and the Ethereum Endgame
The Ethereum Foundation recently formalised its ideological and technical boundaries through the EF Mandate, solidifying the CROPS framework as the non-negotiable bedrock of all protocol development: Censorship Resistance, Open Source, Privacy, and Security. Every upgrade, every EIP, every roadmap decision must inherently guarantee these four properties. The Foundation has adopted a “subtractive” philosophy, engineering its own obsolescence, with the ultimate metric of success being the “walkaway test”: if the Ethereum Foundation dissolved tomorrow, the protocol must continue to function and evolve flawlessly without it.
This philosophy is controversial. Critics argue it prioritises ideological purity over commercial pragmatism, that it ignores price action and market sentiment. But for institutional capital allocating billions into long-duration assets, CROPS is precisely the guarantee that matters. It means no government can force Ethereum to censor transactions. No corporation can capture the protocol. No quantum computer can break the cryptography. No single entity can shut it down. It is the “digital sanctuary” that traditional finance requires to migrate trillions on-chain.
The investment thesis is straightforward. Ethereum is simultaneously the most decentralised smart contract platform (1M+ validators, 10 clients, zero outages), the most quantum-prepared blockchain (128-bit mandate by end-2026, user-level migration via Account Abstraction), the dominant settlement layer for institutional assets ($164B stablecoins, 60%+ RWA share, BlackRock/ JPMorgan/ Swift integrations), the emerging coordination layer for the AI agent economy (ERC-8004, ERC-8183, x402, stablecoin rails), and the only blockchain executing a credible path from 15 TPS to 10 million TPS without sacrificing any of the above.
All roads lead to Ethereum.