World Chain Ships Streamed EIP-7928 Before Ethereum
Anyone running validator infrastructure on a busy L2 knows the real bottleneck isn't the EVM, it's the sequential grind of verifying a block after it's been assembled. That constraint quietly caps throughput on every OP Stack chain in production. World Chain just shipped a change that attacks it head-on, and it did so without a hard fork.
For platform leads weighing which L2 to build payments rails on over the next 18 months, this deployment matters more than the headline suggests. It's a live test of technology Ethereum itself hasn't landed yet.
The Problem
Validators on rollups today wait. They wait for a block to be assembled, then they replay it, then they verify. Throughput scales by making blocks bigger or making machines faster. Both paths quietly push out hobbyist node operators and concentrate validation in whoever can afford the biggest boxes. That's the decentralization tax nobody likes to price.
As Cryptonews.net reported, World Chain has become the first layer-2 to deploy streamed EIP-7928 block access lists on mainnet, with validators receiving access list data every 200 milliseconds through the network's Flashblocks architecture. Independent transactions can be verified in parallel while the block is still being assembled. That is a meaningfully different execution model from what most OP Stack chains ship today.
EIP-7928 itself is part of Ethereum's longer-term roadmap and is expected to be included in the future Glamsterdam upgrade. You can read the shape of that work in the wider EIP index. World Chain didn't wait. It extended the proposal through Flashblocks and activated it via a runtime flag, so node operators can upgrade without coordinating a network-wide protocol change.
Why does this matter to a CTO reading this at their desk? Because the operational cost of hard forks is enormous. Production incidents I've seen around fork coordination usually don't come from the fork itself, they come from the six weeks of client version drift on either side. Runtime flags flip that dynamic. You test, you flip, you roll back if telemetry looks wrong. That's an operator's release model, not a protocol politician's.
The scaling headline is real too. Internal benchmarking on the test environment showed validation latency remained largely unchanged even as throughput scaled to approximately one gigagas per second on standard cloud hardware. One gigagas per second on cloud commodity kit is the number that should make every payments engineer sit up. It says: if this holds on mainnet, you don't need bare-metal boxes to keep up.
Options on the Table
If you're picking an L2 substrate for stablecoin settlement, remittance flows, or an identity-gated payments product, the shortlist right now is uncomfortable. Every option has a wart.
Option 1: Vanilla OP Stack chains (Base, Optimism proper, others). Mature tooling, huge developer mindshare, predictable roadmap tied to Ethereum's upgrade cadence. The downside is you inherit Ethereum's throughput ceiling until Glamsterdam lands, and Glamsterdam is not next quarter. You are building on a chain whose scaling model assumes hardware growth.
Option 2: zkEVM rollups (zkSync, Scroll, Linea, Polygon zkEVM). Different security model, strong theoretical scaling story, but the prover economics still shift underneath teams every few months. My take: for anything touching regulated payments, prover centralization is a governance question you'll have to answer to auditors, and the answer keeps changing.
Option 3: World Chain and other Flashblocks-extended OP Stack variants. You get streamed access lists in production today. You also get World ID's proof-of-human system integrated at the chain level, which is either a feature or a coupling problem depending on your product. World Chain is built on the OP Stack, secured by Ethereum, and forms part of the broader Superchain ecosystem, so you don't lose the OP composability story.
Option 4: App-specific chains or alt-L1s. Maximum control, maximum operational burden. Fine if you have a team that wants to run validator infrastructure. Most fintech and iGaming teams I've worked with underestimate that cost by roughly an order of magnitude.
The trade-off worth stating plainly: World Chain is offering earlier access to scaling primitives at the cost of running on a chain whose product identity is tied to World ID and proof-of-human. If your app is remittances, stablecoins, or identity-linked payments, that alignment helps. If you're building a generic DeFi protocol that doesn't want opinionated identity plumbing, it's friction.
The uncomfortable read: most teams pick an L2 based on TVL and bridge liquidity, not throughput headroom. That's fine until your product actually gets users, at which point the throughput ceiling becomes the roadmap.
What Crypto and DeFi Should Actually Do
Stop treating L2 selection as a one-time decision. The chains that ship features via runtime flags will diverge from the chains that wait for Ethereum hard forks, and the gap will widen through 2026. You want portability, not loyalty.
Concretely, three moves. First, write your contracts and infra assuming you'll deploy on at least two L2s within twelve months. That means no chain-specific precompiles unless you can wrap them behind an interface. The Ethereum developer docs are still the safest baseline; anything beyond stock EVM is a portability tax you're paying.
Second, benchmark on the target chain with your actual workload before committing. World Chain's one-gigagas-per-second number came from internal test benchmarks on cloud hardware, not adversarial mainnet conditions with contended state. Teams I've worked with routinely see 30 to 60 percent haircuts moving from synthetic benchmarks to real workloads with hot storage slots. Assume the same here.
Third, treat runtime-flag upgrades as an operational feature, not a curiosity. If your L2 can ship changes without hard forks, your incident response window shrinks. That's good for you and bad for anyone who built their monitoring assuming quarterly upgrade cycles. Update your runbooks accordingly.
For payments and remittance products specifically, the streamed access list model is genuinely interesting because it decouples throughput from validator hardware. That's the property you want when your load is bursty and cross-border. My take: if World Chain's mainnet numbers hold anywhere close to the benchmark, it becomes the default answer for stablecoin corridors that need consistent settlement latency under load.
Gotchas and Edge Cases
Benchmark numbers on test environments are marketing until proven otherwise. One gigagas per second on standard cloud hardware is impressive, but the test conditions matter enormously. Watch for the mainnet numbers under contended state access, adversarial transaction ordering, and MEV-heavy blocks. Parallel verification is easiest when transactions genuinely don't touch each other. Real DeFi workloads touch each other constantly.
The runtime flag activation model cuts both ways. Yes, node operators can upgrade without a hard fork. That also means the network's behavior can shift with less public coordination than a typical fork requires. If you run monitoring, you need to know when flags flip. Ask the World Chain team what their notification cadence is and put it in your runbook.
Streamed access lists change the shape of what validators see mid-block. If you have any off-chain systems reading intermediate state, from indexers to bridge relayers, verify they still work correctly against streamed data. Production incidents I've seen around L2 upgrades almost always originate in off-chain infrastructure that made assumptions about block finality that quietly stopped being true.
Finally, EIP-7928 is still a proposal on Ethereum's side. If Glamsterdam ships a materially different version of the spec, World Chain will have to reconcile its extended Flashblocks implementation with whatever mainline lands. That's a compatibility risk worth pricing into any long-horizon architectural decision.
Key Takeaways
- World Chain is the first L2 to deploy streamed EIP-7928 block access lists on mainnet, with validators receiving access list data every 200 milliseconds via Flashblocks.
- Activation via runtime flag instead of hard fork is the operational story engineers should care about most: faster iteration, smaller coordination cost.
- Test benchmarks hit roughly one gigagas per second on standard cloud hardware with stable validation latency. Treat this as a ceiling, not a floor, until mainnet proves it.
- For payments, stablecoins, and remittance products, streamed access lists decouple throughput from validator hardware, which is the property that actually matters under bursty load.
- Design for L2 portability. Runtime-flag chains will diverge from hard-fork chains through 2026, and you don't want to be locked into either camp.
Frequently Asked Questions
Q: What is EIP-7928 and why does it matter?
EIP-7928 introduces block access lists that let validators verify transactions in parallel rather than sequentially after block assembly. It's part of Ethereum's longer-term roadmap and is expected to ship in the future Glamsterdam upgrade. World Chain has deployed a streamed version of it on mainnet ahead of Ethereum itself.
Q: How does World Chain deploy this without a hard fork?
The feature was activated through a runtime flag rather than a protocol-level fork. Node operators can upgrade without coordinating a network-wide change, which shortens the release cycle significantly compared with traditional Ethereum-style upgrades.
Q: Should teams migrate to World Chain based on this?
Not on the announcement alone. The one-gigagas-per-second throughput figure comes from internal test benchmarking on standard cloud hardware, and real workloads typically underperform synthetic benchmarks. Wait for mainnet numbers under contended state and adversarial conditions before making a substrate decision.
Kraken Gets Early Access to Anthropic's Unreleased Mythos Model
Kraken says it has direct access to Anthropic's Mythos, an AI model deemed too dangerous to release publicly, to scan exchange code for vulnerabilities.
Binance Handed Russia a User's Full Account History Over $742
Binance turned over a full account history, passport scans and residence permit to Russian investigators over $742 in crypto transfers. The compliance question just got ugly.
Ethereum Stalls at $1,900 Despite $245M ETF Inflows
Ethereum has soaked up $245M in US spot ETF inflows and still can't clear $1,900. That gap between institutional demand and price is the story.




