Skip to main content

26 posts tagged with "blockchain infrastructure"

Blockchain infrastructure services

View all tags

Prividium: Bridging the Privacy Gap for Institutional Blockchain Adoption

· 9 min read
Dora Noda
Software Engineer

Banks have been circling blockchain for a decade, intrigued by its promise but repelled by a fundamental problem: public ledgers expose everything. Trade strategies, client portfolios, counterparty relationships—on a traditional blockchain, it's all visible to competitors, regulators, and anyone else watching. This isn't regulatory squeamishness. It's operational suicide.

ZKsync's Prividium changes the equation. By combining zero-knowledge cryptography with Ethereum's security guarantees, Prividium creates private execution environments where institutions can finally operate with the confidentiality they need while still benefiting from blockchain's transparency advantages—but only where they choose.

The Privacy Gap That Blocked Enterprise Adoption

"Enterprise crypto adoption was blocked not only by regulatory uncertainty, but by missing infrastructure," ZKsync CEO Alex Gluchowski explained in a January 2026 roadmap announcement. "Systems could not protect sensitive data, guarantee performance under peak load, or operate within real governance and compliance constraints."

The problem isn't that banks don't understand blockchain's value. They've been running experiments for years. But every public blockchain forces a Faustian bargain: gain the benefits of shared ledgers and lose the confidentiality that makes competitive business possible. A bank that broadcasts its trading positions to a public mempool won't stay competitive long.

This gap has created a divide. Public chains handle retail crypto. Private, permissioned chains handle institutional operations. The two worlds rarely interact, creating liquidity fragmentation and the worst of both approaches—isolated systems that can't realize blockchain's network effects.

How Prividium Actually Works

Prividium takes a different approach. It runs as a fully private ZKsync chain—complete with dedicated sequencer, prover, and database—inside an institution's own infrastructure or cloud. All transaction data and business logic stay off the public blockchain entirely.

But here's the key innovation: every batch of transactions still gets verified through zero-knowledge proofs and anchored to Ethereum. The public blockchain never sees what happened, but it cryptographically guarantees that whatever happened followed the rules.

The architecture breaks down into several components:

Proxy RPC Layer: Every interaction—from users, applications, block explorers, or bridge operations—passes through a single entry point that enforces role-based permissions. This isn't configuration-file security; it's protocol-level access control integrated with enterprise identity systems like Okta SSO.

Private Execution: Transactions execute within the institution's boundary. Balances, counterparties, and business logic remain invisible to external observers. Only state commitments and zero-knowledge proofs reach Ethereum.

ZKsync Gateway: This component receives proofs and publishes commitments to Ethereum, providing tamper-proof verification without data exposure. The cryptographic binding ensures nobody—not even the institution operating the chain—can forge transaction history.

The system uses ZK-STARKs rather than pairing-based proofs, which matters for two reasons: no trusted setup ceremony and quantum resistance. Institutions building infrastructure for decades-long operation care about both.

Performance That Matches Traditional Finance

A private blockchain that can't handle institutional transaction volumes isn't useful. Prividium targets 10,000+ transactions per second per chain, with the Atlas upgrade pushing toward 15,000 TPS, sub-second finality, and proving costs around $0.0001 per transfer.

These numbers matter because traditional financial systems—real-time gross settlement, securities clearing, payment networks—operate at comparable scales. A blockchain that forces institutions to batch everything into slow blocks can't replace existing infrastructure; it can only add friction.

The performance comes from tight integration between execution and proving. Rather than treating ZK proofs as an afterthought bolted onto a blockchain, Prividium co-designs the execution environment and proving system to minimize the overhead of privacy.

Deutsche Bank, UBS, and the Real Enterprise Clients

Talk is cheap in enterprise blockchain. What matters is whether real institutions are actually building. Here, Prividium has notable adoption.

Deutsche Bank announced in late 2024 that it would build its own Layer 2 blockchain using ZKsync technology, rolling out in 2025. The bank is using the platform for DAMA 2 (Digital Assets Management Access), a multi-chain initiative supporting tokenized fund management for 24+ financial institutions. The project enables asset managers, token issuers, and investment advisors to create and service tokenized assets with privacy-enabled smart contracts.

UBS completed a proof-of-concept using ZKsync for its Key4 Gold product, which lets Swiss clients make fractional gold investments through a permissioned blockchain. The bank is exploring geographic expansion of the offering. "Our PoC with ZKsync demonstrated that Layer 2 networks and ZK technology hold the potential to resolve" the challenges of scalability, privacy, and interoperability, according to UBS Digital Assets Lead Christoph Puhr.

ZKsync reports collaborations with over 30 major global institutions including Citi, Mastercard, and two central banks. "2026 is the year ZKsync moves from foundational deployments to visible scale," Gluchowski wrote, projecting that multiple regulated financial institutions would launch production systems "serving end users measured in the tens of millions rather than thousands."

Prividium vs. Canton Network vs. Secret Network

Prividium isn't the only approach to institutional blockchain privacy. Understanding the alternatives clarifies what makes each approach distinct.

Canton Network, built by former Goldman Sachs and DRW engineers, takes a different path. Rather than zero-knowledge proofs, Canton uses "sub-transaction level privacy"—smart contracts ensure each party only sees transaction components relevant to them. The network already processes over $4 trillion in annual tokenized volume, making it one of the most economically active blockchains by real throughput.

Canton runs on Daml, a purpose-built smart contract language designed around real-world concepts of rights and obligations. This makes it natural for financial workflows but requires learning a new language rather than leveraging existing Solidity expertise. The network is "public permissioned"—open connectivity with access controls, but not anchored to a public L1.

Secret Network approaches privacy through Trusted Execution Environments (TEEs)—protected hardware enclaves where code runs privately even from node operators. The network has been live since 2020, is fully open-source and permissionless, and integrates with the Cosmos ecosystem through IBC.

However, Secret's TEE-based approach carries different trust assumptions than ZK proofs. TEEs depend on hardware manufacturer security and have faced vulnerability disclosures. For institutions, the permissionless nature can be a feature or a bug depending on compliance requirements.

The key differentiation: Prividium combines EVM compatibility (existing Solidity expertise works), Ethereum security (the most trusted L1), ZK-based privacy (no trusted hardware), and enterprise identity integration (SSO, role-based access) in a single package. Canton offers mature financial tooling but requires Daml expertise. Secret offers privacy by default but with different trust assumptions.

The MiCA Factor: Why 2026 Timing Matters

European institutions face an inflection point. MiCA (Markets in Crypto-Assets Regulation) became fully applicable in December 2024, with comprehensive compliance required by July 2026. The regulation demands robust AML/KYC procedures, customer asset segregation, and a "travel rule" requiring source and beneficiary information for all crypto transfers with no minimum threshold.

This creates both pressure and opportunity. The compliance requirements eliminate any lingering fantasy that institutions can operate on public chains without privacy infrastructure—the travel rule alone would expose transaction details that make competitive operation impossible. But MiCA also provides regulatory clarity that removes uncertainty about whether crypto operations are permissible.

Prividium's design addresses these requirements directly. Selective disclosure supports sanctions checks, proof of reserves, and regulatory verification on demand—all without exposing confidential business data. Role-based access controls make AML/KYC enforceable at the protocol level. And Ethereum anchoring provides the auditability regulators require while keeping actual operations private.

The timing explains why multiple banks are building now rather than waiting. The regulatory framework is set. The technology is mature. First movers establish infrastructure while competitors are still running proofs of concept.

The Evolution from Privacy Engine to Full Banking Stack

Prividium started as a "privacy engine"—a way to hide transaction details. The 2026 roadmap reveals a more ambitious vision: evolving into a complete banking stack.

This means integrating privacy into every layer of institutional operations: access control, transaction approval, audit, and reporting. Rather than bolting privacy onto existing systems, Prividium is designed so privacy becomes the default for enterprise applications.

The execution environment handles tokenization, settlements, and automation within institutional infrastructure. A dedicated prover and sequencer run under the institution's control. The ZK Stack is evolving from a framework for individual chains into an "orchestrated system of public and private networks" with native cross-chain connectivity.

This orchestration matters for institutional use cases. A bank might tokenize private credit on one Prividium chain, issue stablecoins on another, and need assets to move between them. The ZKsync ecosystem enables this without external bridges or custodians—zero-knowledge proofs handle cross-chain verification with cryptographic guarantees.

Four Non-Negotiables for Institutional Blockchain

ZKsync's 2026 roadmap identifies four standards that every institutional product must meet:

  1. Privacy by default: Not an optional feature, but the standard operating mode
  2. Deterministic control: Institutions must know exactly how systems behave under all conditions
  3. Verifiable risk management: Compliance must be provable, not just claimed
  4. Native connectivity to global markets: Integration with existing financial infrastructure

These aren't marketing talking points. They describe the gap between crypto-native blockchain design—optimized for decentralization and censorship resistance—and what regulated institutions actually need. Prividium represents ZKsync's answer to each requirement.

What This Means for Blockchain Infrastructure

The institutional privacy layer creates infrastructure opportunities beyond individual banks. Settlement, clearing, identity verification, compliance checking—all require blockchain infrastructure that meets enterprise requirements.

For infrastructure providers, this represents a new category of demand. The retail DeFi thesis—millions of individual users interacting with permissionless protocols—is one market. The institutional thesis—regulated entities operating private chains with public chain connectivity—is another. They have different requirements, different economics, and different competitive dynamics.

BlockEden.xyz provides enterprise-grade RPC infrastructure for EVM-compatible chains including ZKsync. As institutional blockchain adoption accelerates, our API marketplace offers the node infrastructure that enterprise applications require for development and production.

The 2026 Turning Point

Prividium represents more than a product launch. It marks a shift in what's possible for institutional blockchain adoption. The missing infrastructure that blocked enterprise adoption—privacy, performance, compliance, governance—now exists.

"We expect multiple regulated financial institutions, market infrastructure providers, and large enterprises to launch production systems on ZKsync," Gluchowski wrote, describing a future where institutional blockchain transitions from proof-of-concept to production, from thousands of users to tens of millions, from experimentation to infrastructure.

Whether Prividium specifically wins the institutional privacy race matters less than the fact that the race has started. Banks have found a way to use blockchains without exposing themselves. That changes everything.


This analysis synthesizes public information about Prividium's architecture and adoption. Enterprise blockchain remains an evolving space where technical capabilities and institutional requirements continue to develop.

Hyperliquid's Disruption: A New Era for Decentralized Exchanges

· 10 min read
Dora Noda
Software Engineer

Eleven people. $330 billion in monthly trading volume. $106 million in revenue per employee—more than Nvidia, more than Tether, more than OnlyFans. These numbers would be remarkable for any company in any industry. That they belong to a decentralized exchange built on a custom Layer-1 blockchain challenges everything we thought we knew about how crypto infrastructure should be built.

Hyperliquid didn't just outperform dYdX, GMX, and every other perpetual DEX. It rewrote the playbook for what's possible when you reject venture capital, build from first principles, and optimize ruthlessly for performance over headcount.

Alchemy Pay vs CoinsPaid: Inside the B2B Crypto Payment Infrastructure War Reshaping Global Commerce

· 9 min read
Dora Noda
Software Engineer

When 78% of Fortune 500 companies are either exploring or piloting crypto payments for international B2B transfers, the question isn't whether crypto payment infrastructure matters—it's who will build the rails that carry the next trillion dollars. Two platforms have emerged as frontrunners in this race: Alchemy Pay, the Singapore-based gateway serving 173 countries with ambitions to become a "global financial hub," and CoinsPaid, the Estonia-licensed processor that handles 0.8% of all global Bitcoin activity. Their battle for B2B dominance reveals the future of how businesses will move money across borders.

TimeFi and Auditable Invoices: How Pieverse Timestamp System Makes On-Chain Payments Compliance-Ready

· 9 min read
Dora Noda
Software Engineer

The IRS sent 758% more warning letters to crypto holders in mid-2025 than the previous period. By 2026, every crypto transaction you make will be reported to tax authorities via Form 1099-DA. Meanwhile, AI agents are projected to conduct $30 trillion in autonomous transactions by 2030. The collision of these trends creates an uncomfortable question: how do you audit, tax, and ensure compliance for payments made by machines—or even humans—when traditional paper trails don't exist?

Enter TimeFi, a framework that treats timestamps as a first-class financial primitive. At the forefront of this movement is Pieverse, a Web3 payment infrastructure protocol that's building the audit-ready plumbing the autonomous economy desperately needs.

Zama Protocol: The FHE Unicorn Building Blockchain's Confidentiality Layer

· 11 min read
Dora Noda
Software Engineer

Zama has established itself as the definitive leader in Fully Homomorphic Encryption (FHE) for blockchain, becoming the world's first FHE unicorn in June 2025 with a $1 billion valuation after raising over $150 million. The Paris-based company doesn't compete with blockchains—it provides the cryptographic infrastructure enabling any EVM chain to process encrypted smart contracts without ever decrypting the underlying data. With its mainnet launched on Ethereum in late December 2025 and the $ZAMA token auction beginning January 12, 2026, Zama sits at a critical inflection point where theoretical cryptographic breakthroughs meet production-ready deployment.

The strategic significance cannot be overstated: while Zero-Knowledge proofs prove computation correctness and Trusted Execution Environments rely on hardware security, FHE uniquely enables computation on encrypted data from multiple parties—solving the fundamental blockchain trilemma between transparency, privacy, and compliance. Institutions like JP Morgan have already validated this approach through Project EPIC, demonstrating confidential tokenized asset trading with full regulatory compliance. Zama's positioning as infrastructure rather than a competing chain means it captures value regardless of which L1 or L2 ultimately dominates.


Technical architecture enables encrypted computation without trust assumptions

Fully Homomorphic Encryption represents a breakthrough in cryptography that has existed in theory since 2009 but only recently became practical. The term "homomorphic" refers to the mathematical property where operations performed on encrypted data, when decrypted, yield identical results to operations on the original plaintext. Zama's implementation uses TFHE (Torus Fully Homomorphic Encryption), a scheme distinguished by fast bootstrapping—the fundamental operation that resets accumulated noise in ciphertexts and enables unlimited computation depth.

The fhEVM architecture introduces a symbolic execution model that elegantly solves blockchain's performance constraints. Rather than processing actual encrypted data on-chain, smart contracts execute using lightweight handles (pointers) while actual FHE computations are offloaded asynchronously to specialized coprocessors. This design means host chains like Ethereum require no modifications, non-FHE transactions experience no slowdown, and FHE operations can execute in parallel rather than sequentially. The architecture comprises five integrated components: the fhEVM library for Solidity developers, coprocessor nodes performing FHE computation, a Key Management Service using 13 MPC nodes with threshold decryption, an Access Control List contract for programmable privacy, and a Gateway orchestrating cross-chain operations.

Performance benchmarks demonstrate rapid improvement. Bootstrapping latency—the critical metric for FHE—dropped from 53 milliseconds initially to under 1 millisecond on NVIDIA H100 GPUs, with throughput reaching 189,000 bootstraps per second across eight H100s. Current protocol throughput stands at 20+ TPS on CPU, sufficient for all encrypted Ethereum transactions today. The roadmap projects 500-1,000 TPS by end of 2026 with GPU migration, scaling to 100,000+ TPS with dedicated ASICs in 2027-2028. Unlike TEE solutions vulnerable to hardware side-channel attacks, FHE's security rests on lattice-based cryptographic hardness assumptions that provide post-quantum resistance.


Developer tooling has matured from research to production

Zama's open-source ecosystem comprises four interconnected products that have attracted over 5,000 developers, representing approximately 70% market share in blockchain FHE. The TFHE-rs library provides a pure Rust implementation with GPU acceleration via CUDA, FPGA support through AMD Alveo hardware, and multi-level APIs ranging from high-level operations to core cryptographic primitives. The library supports encrypted integers up to 256 bits with operations including arithmetic, comparisons, and conditional branching.

Concrete functions as a TFHE compiler built on LLVM/MLIR infrastructure, transforming standard Python programs into FHE-equivalent circuits. Developers require no cryptography expertise—they write normal Python code and Concrete handles the complexity of circuit optimization, key generation, and ciphertext management. For machine learning applications, Concrete ML provides drop-in replacements for scikit-learn models that automatically compile to FHE circuits, supporting linear models, tree-based ensembles, and even encrypted LLM fine-tuning. Version 1.8 demonstrated fine-tuning a LLAMA 8B model on 100,000 encrypted tokens in approximately 70 hours.

The fhEVM Solidity library enables developers to write confidential smart contracts using familiar syntax with encrypted types (euint8 through euint256, ebool, eaddress). An encrypted ERC-20 transfer, for example, uses TFHE.le() to compare encrypted balances and TFHE.select() for conditional logic—all without revealing values. The September 2025 partnership with OpenZeppelin established standardized confidential token implementations, sealed-bid auction primitives, and governance frameworks that accelerate enterprise adoption.


Business model captures value as infrastructure provider

Zama's funding trajectory reflects accelerating institutional confidence: a $73 million Series A in March 2024 led by Multicoin Capital and Protocol Labs, followed by a $57 million Series B in June 2025 led by Pantera Capital that achieved unicorn status. The investor roster reads as blockchain royalty—Juan Benet (Filecoin founder and board member), Gavin Wood (Ethereum and Polkadot co-founder), Anatoly Yakovenko (Solana co-founder), and Tarun Chitra (Gauntlet founder) all participated.

The revenue model employs BSD3-Clear dual licensing: technologies remain free for non-commercial research and prototyping, while production deployment requires purchasing patent usage rights. By March 2024, Zama had signed over $50 million in contract value within six months of commercialization, with hundreds of additional customers in pipeline. Transaction-based pricing applies for private blockchain deployments, while crypto projects often pay in tokens. The upcoming Zama Protocol introduces on-chain economics: operators stake $ZAMA to qualify for encryption and decryption work, with fees ranging from $0.005 - $0.50 per ZKPoK verification and $0.001 - $0.10 per decryption operation.

The team represents the largest dedicated FHE research organization globally: 96+ employees across 26 nationalities, with 37 holding PhDs (~40% of staff). Co-founder and CTO Pascal Paillier invented the Paillier encryption scheme used in billions of smart cards and received the prestigious IACR Fellowship in 2025. CEO Rand Hindi previously founded Snips, an AI voice platform acquired by Sonos. This concentration of cryptographic talent creates substantial intellectual property moats—Paillier holds approximately 25 patent families protecting core innovations.


Competitive positioning as the picks-and-shovels play for blockchain privacy

The privacy solution landscape divides into three fundamental approaches, each with distinct trade-offs. Trusted Execution Environments (TEEs), used by Secret Network and Oasis Network, offer near-native performance but rely on hardware security with a trust threshold of one—if the enclave is compromised, all privacy breaks. The October 2022 disclosure of TEE vulnerabilities affecting Secret Network underscored these risks. Zero-Knowledge proofs, employed by Aztec Protocol ($100M Series B from a16z), prove computation correctness without revealing inputs but cannot compute on encrypted data from multiple parties—limiting their applicability for shared state applications like lending pools.

FHE occupies a unique position: mathematically guaranteed privacy with configurable trust thresholds, no hardware dependencies, and the crucial ability to process encrypted data from multiple sources. This enables use cases impossible with other approaches—confidential AMMs computing over encrypted reserves from liquidity providers, or lending protocols managing encrypted collateral positions.

Within FHE specifically, Zama operates as the infrastructure layer while others build chains on top. Fhenix ($22M raised) builds an optimistic rollup L2 using Zama's TFHE-rs via partnership, having deployed CoFHE coprocessor on Arbitrum as the first practical FHE implementation. Inco Network ($4.5M raised) provides confidentiality-as-a-service for existing chains using Zama's fhEVM, offering both TEE-based fast processing and FHE+MPC secure computation. Both projects depend on Zama's core technology—meaning Zama captures value regardless of which FHE chain gains dominance. This infrastructure positioning mirrors how OpenZeppelin profits from smart contract adoption without competing with Ethereum directly.


Use cases span DeFi, AI, RWAs, and compliant payments

In DeFi, FHE fundamentally solves MEV (Maximal Extractable Value). Because transaction parameters remain encrypted until block inclusion, front-running and sandwich attacks become mathematically impossible—there is simply no visible mempool data to exploit. The ZamaSwap reference implementation demonstrates encrypted AMM swaps with fully encrypted balances and pool reserves. Beyond MEV protection, confidential lending protocols can maintain encrypted collateral positions and liquidation thresholds, enabling on-chain credit scoring computed over private financial data.

For AI and machine learning, Concrete ML enables privacy-preserving computation across healthcare (encrypted medical diagnosis), finance (fraud detection on encrypted transactions), and biometrics (authentication without revealing identity). The framework supports encrypted LLM fine-tuning—training language models on sensitive data that never leaves encrypted form. As AI agents proliferate across Web3 infrastructure, FHE provides the confidential computation layer ensuring data privacy without sacrificing utility.

Real-World Asset tokenization represents perhaps the largest opportunity. The JP Morgan Kinexys Project EPIC proof-of-concept demonstrated institutional asset tokenization with encrypted bid amounts, hidden investor holdings, and KYC/AML checks on encrypted data—maintaining full regulatory compliance. This addresses the fundamental barrier preventing traditional finance from using public blockchains: the inability to hide trading strategies and positions from competitors. With tokenized RWAs projected as a $100+ trillion addressable market, FHE unlocks institutional participation that private blockchains cannot serve.

Payment and stablecoin privacy completes the picture. The December 2025 mainnet launch included the first confidential stablecoin transfer using cUSDT. Unlike mixing-based approaches (Tornado Cash), FHE enables programmable compliance—developers define access control rules determining who can decrypt what, enabling regulatory-compliant privacy rather than absolute anonymity. Authorized auditors and regulators receive appropriate access without compromising general transaction privacy.


Regulatory landscape creates tailwinds for compliant privacy

The EU's MiCA framework, fully effective since December 30, 2024, creates strong demand for privacy solutions that maintain compliance. The Travel Rule requires crypto asset service providers to share originator and beneficiary data for all transfers, with no de minimis threshold—making privacy-by-default approaches like mixing impractical. FHE's selective disclosure mechanisms align precisely with this requirement: transactions remain encrypted from general observation while authorized parties access necessary information.

In the United States, the July 2025 signing of the GENIUS Act established the first comprehensive federal stablecoin framework, signaling regulatory maturation that favors compliant privacy solutions over regulatory evasion. The Asia-Pacific region continues advancing progressive frameworks, with Hong Kong's stablecoin regulatory regime effective August 2025 and Singapore maintaining leadership in crypto licensing. Across jurisdictions, the pattern favors solutions enabling both privacy and regulatory compliance—precisely Zama's value proposition.

The 2025 enforcement shift from reactive prosecution to proactive frameworks creates opportunity for FHE adoption. Projects building with compliant privacy architectures from inception—rather than retrofitting privacy-first designs for compliance—will find easier paths to institutional adoption and regulatory approval.


Technical and market challenges require careful navigation

Performance remains the primary barrier, though the trajectory is clear. FHE operations currently run approximately 100x slower than plaintext equivalents—acceptable for low-frequency high-value transactions but constraining for high-throughput applications. The scaling roadmap depends on hardware acceleration: GPU migration in 2026, FPGA optimization, and ultimately purpose-built ASICs. The DARPA DPRIVE program funding Intel, Duality, SRI, and Niobium for FHE accelerator development represents significant government investment accelerating this timeline.

Key management introduces its own complexities. The current 13-node MPC committee for threshold decryption requires honest majority assumptions—collusion among threshold nodes could enable "silent attacks" undetectable by other participants. The roadmap targets expansion to 100+ nodes with HSM integration and post-quantum ZK proofs, strengthening these guarantees.

Competition from TEE and ZK alternatives should not be dismissed. Secret Network and Oasis offer production-ready confidential computing with substantially better current performance. Aztec's $100M backing and team that invented PLONK—the dominant ZK-SNARK construction—means formidable competition in privacy-preserving rollups. The TEE performance advantage may persist if hardware security improves faster than FHE acceleration, though hardware trust assumptions create a fundamental ceiling ZK and FHE solutions don't share.


Conclusion: Infrastructure positioning captures value across ecosystem growth

Zama's strategic genius lies in its positioning as infrastructure rather than competing chain. Both Fhenix and Inco—the leading FHE blockchain implementations—build on Zama's TFHE-rs and fhEVM technology, meaning Zama captures licensing revenue regardless of which protocol gains adoption. The dual licensing model ensures open-source developer adoption drives commercial enterprise demand, while the $ZAMA token launching in January 2026 creates on-chain economics aligning operator incentives with network growth.

Three factors will determine Zama's ultimate success: execution on the performance roadmap from 20 TPS today to 100,000+ TPS with ASICs; institutional adoption following the JP Morgan validation; and developer ecosystem growth beyond current 5,000 developers to mainstream Web3 penetration. The regulatory environment has shifted decisively in favor of compliant privacy, and FHE's unique capability for encrypted multi-party computation addresses use cases neither ZK nor TEE can serve.

For Web3 researchers and investors, Zama represents the canonical "picks and shovels" opportunity in blockchain privacy—infrastructure that captures value as the confidential computing layer matures across DeFi, AI, RWAs, and institutional adoption. The $1 billion valuation prices significant execution risk, but successful delivery of the technical roadmap could position Zama as essential infrastructure for the next decade of blockchain development.

The $0.001 Crisis: How Ethereum L2s Must Reinvent Revenue as Fees Vanish

· 15 min read
Dora Noda
Software Engineer

Transaction fees on Ethereum Layer 2 networks have collapsed to as low as $0.001—a triumph for users, but an existential crisis for the blockchains themselves. As Base, Arbitrum, and Optimism race toward near-zero costs, the fundamental question haunting every L2 operator becomes unavoidable: how do you sustain a billion-dollar infrastructure when your primary revenue stream is approaching zero?

In 2026, this isn't theoretical anymore. It's the new economic reality reshaping Ethereum's scaling landscape.

The Fee Collapse: Victory Turned Crisis

Layer 2 solutions were built to solve Ethereum's scalability problem—and by that measure, they've succeeded spectacularly. Transaction fees on leading L2s now range between $0.001 and $0.01, representing a 90-99% reduction compared to Ethereum mainnet. During peak congestion, when an Ethereum transaction might cost $50, Base or Arbitrum can execute the same operation for fractions of a penny.

But success has created an unexpected dilemma. The very achievement that makes L2s attractive to users—ultra-low fees—threatens their long-term viability as businesses.

The numbers tell the story. In the last six months of 2025, the top 10 Ethereum L2s generated $232 million in revenue from user transaction fees. While impressive in absolute terms, this figure masks growing pressure as blob-based data availability introduced by EIP-4844 squeezed rollup fees by 50-90% in many cases. When blob utilization remains low—as it has in early 2026—the marginal cost of posting data approaches zero, eliminating one of the few remaining justifications for charging users premium fees.

Arbitrum's Foundation reported gross margins topping 90% across four revenue streams in Q4 2025, with annualized profits around $26 million. But this performance came before the full impact of competing L2s, declining blob prices, and user expectations for ever-cheaper transactions. The margin compression is already visible: on Base, priority fees alone constitute approximately 86.1% of total daily sequencer revenue, averaging just $156,138 per day—hardly enough to justify billion-dollar valuations or sustain long-term infrastructure development.

The crisis intensifies when you consider the competitive dynamics. With over 60 Ethereum L2s now live and more launching monthly, the market resembles a race to the bottom. Any L2 that tries to maintain higher fees risks losing users to cheaper alternatives. Yet if everyone races to zero, nobody survives.

MEV: From Villain to Revenue Lifeline

Maximal Extractable Value (MEV)—once crypto's most controversial topic—is rapidly becoming L2s' most promising revenue source as transaction fees evaporate.

MEV represents the profit that can be extracted by reordering, inserting, or censoring transactions within a block. On Ethereum mainnet, block builders and validators have long captured billions in MEV through sophisticated strategies like sandwich attacks, arbitrage, and liquidations. Now, L2 sequencers are learning to tap the same revenue stream—but with more control and less controversy.

Timeboost: Arbitrum's MEV Auction

Arbitrum's Timeboost mechanism, launched in late 2025, represents the first major attempt to monetize MEV systematically on an L2. The system introduces a transparent auction for transaction ordering rights, allowing sophisticated traders to bid for the privilege of having their transactions included ahead of others.

In its first seven months, Timeboost generated over $5 million in revenue—a modest sum, but a proof of concept that sequencer-level MEV capture can work. Unlike opaque MEV extraction on mainnet, Timeboost returns this value to the protocol itself, rather than letting it leak to third-party searchers or remain hidden from users.

The model shifts the sequencer from mere transaction processor to "neutral auctioneer." Instead of the sequencer extracting MEV directly (which creates centralization concerns), it creates a competitive marketplace where MEV searchers bid against each other, with the protocol capturing the surplus.

Proposer-Builder Separation on L2s

The architecture gaining the most attention for sustainable MEV capture is Proposer-Builder Separation (PBS), originally developed for Ethereum mainnet but now being adapted for L2s.

In PBS models, the sequencer's role splits into two functions:

  • Builders construct blocks with optimized transaction ordering to maximize MEV capture
  • Proposers (sequencers) select the most profitable block from among competing builders' proposals

This separation transforms the economics fundamentally. Rather than sequencers needing sophisticated MEV extraction capabilities in-house, they simply auction off the right to build blocks to specialized entities. The sequencer captures revenue through competitive block-building bids, while builders compete on their ability to extract MEV efficiently.

On Base and Optimism, cyclic arbitrage contracts already account for over 50% of on-chain gas consumption in Q1 2025. These "optimistic MEV" transactions represent economic activity that will continue regardless of user transaction fees—and L2s are learning to capture a share of that value.

Enshrined PBS (ePBS)—where PBS is built directly into the protocol rather than operated by third parties—offers even more potential. By embedding MEV capture mechanisms at the protocol level, L2s can guarantee that extracted value flows back to token holders, network participants, or public goods funding rather than leaking to external actors.

The challenge lies in implementation. Unlike Ethereum mainnet, where PBS has matured over years, L2s face design constraints around centralized sequencers, fast block times, and the need to maintain compatibility with existing infrastructure. But as Arbitrum's margins show 90%+ profitability even with minimal MEV capture, the revenue potential is impossible to ignore.

Data Availability: The Hidden Revenue Stream

While much attention focuses on user-facing transaction fees, the economics of data availability (DA) have quietly become one of the most important competitive factors shaping L2 sustainability.

EIP-4844's introduction of "blobs"—dedicated data structures for rollup data—fundamentally altered L2 cost structures. Before blobs, L2s paid to post transaction data as calldata on Ethereum mainnet, with costs that could spike during network congestion. After EIP-4844, blob-based DA reduced posting costs by orders of magnitude: from roughly $3.83 per megabyte down to pennies in many cases.

This cost reduction is why L2 fees could collapse so dramatically. But it also revealed a critical dependency: L2s now rely on Ethereum's blob pricing mechanism, over which they have no control.

Celestia and Alternative DA Markets

The emergence of dedicated DA layers like Celestia has introduced competition—and optionality—into L2 economics. Celestia charges approximately $0.07 per megabyte for data availability, roughly 55 times cheaper than Ethereum's blob pricing at comparable periods. For cost-conscious L2s, especially those processing high transaction volumes, this price differential is impossible to ignore.

By early 2026, Celestia had processed over 160 GB of rollup data, commanded roughly 50% market share in the non-Ethereum DA sector, and seen its daily blob fees grow 10x since late 2024. The platform's success demonstrates that DA is not just a cost center but a potential revenue stream for platforms that can offer competitive pricing, reliability, and integration simplicity.

The DA Fragmentation Question

Yet Ethereum remains the "premium" option. Despite higher costs, Ethereum's blob DA offers unmatched security guarantees—data availability is secured by the same consensus mechanism protecting trillions in value. For high-value L2s serving financial applications, institutional users, or large enterprises, paying a premium for Ethereum DA represents insurance against catastrophic data loss or availability failures.

This creates a two-tier market:

  • High-value L2s (Base, Arbitrum One, Optimism) continue using Ethereum DA, treating the cost as a necessary security expense
  • Cost-sensitive L2s (gaming chains, experimental networks, high-throughput applications) increasingly adopt alternative DA layers like Celestia, EigenDA, or even centralized solutions

For L2s themselves, the strategic question becomes whether to remain pure Ethereum rollups or accept "validium" or hybrid models that sacrifice some security for dramatic cost reductions. The economics increasingly favor hybridization—but the brand and security implications remain contested.

Interestingly, some L2s are beginning to explore offering DA services themselves. If an L2 achieves sufficient scale and decentralization, it could theoretically provide data availability to other, smaller chains—creating a new revenue stream while strengthening its position in the ecosystem hierarchy.

Enterprise Licensing: The B2B Revenue Play

While retail users obsess over transaction costs measured in fractions of pennies, the enterprise rollup phenomenon is quietly building a completely different business model—one where fees barely matter.

The year 2025 marked the emergence of "enterprise rollups": L2 infrastructure deployed by major institutions not primarily for retail users, but for controlled business environments. Kraken launched INK, Uniswap deployed UniChain, Sony introduced Soneium for gaming and media, and Robinhood integrated Arbitrum infrastructure to settle brokerage transactions.

These enterprises aren't launching L2s to compete for retail market share measured in transaction volume. They're deploying blockchain infrastructure to solve specific business problems: compliance management, settlement finality, interoperability with decentralized ecosystems, and customer experience differentiation.

The Enterprise Value Proposition

For Robinhood, an L2 enables 24/7 stock trading and instant settlement—features impossible in traditional markets bound by business hours and T+2 settlement cycles. For Sony, blockchain-based gaming and media distribution unlocks new revenue models, cross-game asset interoperability, and community governance mechanisms that Web2 infrastructure cannot support.

Transaction fees in these contexts become largely irrelevant. Whether a trade costs $0.001 or $0.01 matters little when the alternative is multi-day settlement delays or the impossibility of certain transactions entirely.

The revenue model shifts from "fees per transaction" to "platform fees, licensing, and value-added services":

  • Launch and Deployment Fees: Charges for spinning up customized L2 infrastructure, often ranging from hundreds of thousands to millions of dollars
  • Managed Services: Ongoing operational support, upgrades, monitoring, and compliance assistance
  • Governance and Permissions Management: Tools for enterprises to control who can interact with their chains, implement KYC/AML requirements, and maintain regulatory compliance
  • Privacy and Confidentiality Features: ZKsync's Prividium framework, for example, offers enterprise-grade privacy layers that financial institutions require for sensitive transaction data

Optimism pioneered one such model with its Superchain architecture, which charges participants 2.5% of total sequencer revenue or 15% of sequencer profits to join the network of interoperable OP Stack chains. This isn't a user-facing fee—it's a B2B revenue share arrangement between Optimism and institutions deploying their own chains using OP Stack technology.

Private vs. Public L2 Economics

The enterprise model also introduces a fundamental fork in L2 architecture: public versus private (or permissioned) chains.

Public L2s offer immediate access to existing users, liquidity, and shared infrastructure—essentially plugging into the Ethereum DeFi ecosystem. These chains rely on transaction volume and must compete on fees.

Private L2s allow institutions to control participants, data handling, and governance while still anchoring settlement to Ethereum for finality and security. These chains can charge entirely differently: access fees, SLA guarantees, white-glove service, and integration support rather than per-transaction costs.

The emerging consensus suggests that L2 providers will operate like cloud infrastructure companies. Just as AWS charges for compute, storage, and bandwidth with premium tiers for enterprise SLAs and support, L2 operators will monetize through service tiers, not transaction fees.

This model requires scale, reputation, and trust—attributes that favor established players like Optimism, Arbitrum, and emerging giants like Base. Smaller L2s without brand recognition or enterprise relationships will struggle to compete in this market.

The Technical Architecture of Sustainability

Surviving the fee apocalypse requires more than clever business models—it demands architectural innovation that fundamentally changes how L2s operate and capture value.

Decentralizing the Sequencer

Most L2s today rely on centralized sequencers: single entities responsible for ordering transactions and producing blocks. While this architecture enables fast finality and simple operations, it creates a single point of failure, regulatory exposure, and limits on MEV capture strategies.

Decentralized sequencers represent one of 2026's most important technical transitions. By distributing sequencing across multiple operators, L2s can:

  • Enable staking mechanisms where sequencer operators must lock tokens, creating new token utility and potential revenue from slashing penalties
  • Implement fair ordering and MEV mitigation strategies that credibly commit to user protection
  • Reduce regulatory risks by eliminating single responsible entities
  • Create opportunities for "sequencer-as-a-service" markets where participants bid for sequencing rights

The challenge lies in maintaining L2s' speed advantage while decentralizing. Networks like Arbitrum and Optimism have announced plans for decentralized sequencer sets, but implementation has proven complex. Fast block times (some L2s target 2-second finality) become harder to maintain with distributed consensus.

Yet the economic incentives are clear: decentralized sequencers unlock staking yields, validator networks, and MEV marketplaces—all potential revenue streams unavailable to centralized operators.

Shared Sequencing and Cross-L2 Liquidity

Another emerging model is "shared sequencing," where multiple L2s coordinate through a common sequencing layer. This architecture enables atomic cross-L2 transactions, unified liquidity pools, and MEV capture across chains rather than within individual silos.

Shared sequencers could monetize through:

  • Fees charged to L2s for inclusion in the shared sequencing service
  • Captured MEV from cross-chain arbitrage and liquidations
  • Priority ordering auctions across multiple chains simultaneously

Projects like Espresso Systems, Astria, and others are building shared sequencing infrastructure, though adoption remains early-stage. The economic model assumes that L2s will pay for sequencing services rather than operating their own, creating a new infrastructure market.

Modular Data Availability

As discussed earlier, DA represents both a cost and potential revenue center. The modular blockchain thesis—where execution, consensus, and data availability separate into specialized layers—creates markets at each layer.

L2s optimizing for sustainability will increasingly mix and match DA solutions:

  • High-security transactions use Ethereum DA
  • High-volume, lower-value transactions use cheaper alternatives like Celestia or EigenDA
  • Extremely high-throughput use cases might employ centralized DA with fraud proofs or validity proofs for security

This "data availability routing" requires sophisticated infrastructure to manage, creating opportunities for middleware providers who can optimize DA selection dynamically based on cost, security requirements, and network conditions.

What Comes Next: Three Possible Futures

The L2 revenue crisis will resolve into one of three equilibria over the next 12-18 months:

Future 1: The Great Consolidation

Most L2s fail to achieve sufficient scale, and the market consolidates around 5-10 dominant chains backed by major institutions. Base (Coinbase), Arbitrum, Optimism, and a few specialized chains capture 90%+ of activity. These survivors monetize through enterprise relationships, MEV capture, and platform fees while maintaining token value through buybacks funded by diversified revenue.

Smaller L2s either shut down or become app-specific chains serving narrow use cases, abandoning general-purpose ambitions.

Future 2: The Service Layer

L2 operators pivot to infrastructure-as-a-service business models, earning revenue by selling sequencing, DA, and settlement services to other chains. The OP Stack, Arbitrum Orbit, zkSync's ZK Stack, and similar frameworks become the AWS/Azure/GCP of blockchain, with transaction fees representing a minor fraction of total revenue.

In this future, operating public L2s becomes a loss leader for selling enterprise infrastructure.

Future 3: The MEV Market

PBS and sophisticated MEV capture mechanisms mature to the point where L2s effectively become marketplaces for blockspace and transaction ordering rather than transaction processors. Revenue flows primarily from searchers, builders, and sophisticated market makers rather than end users.

Retail users enjoy free transactions subsidized by MEV capture from professional trading activity. L2 tokens gain value as governance over MEV redistribution mechanisms.

Each path remains plausible, and different L2s may pursue different strategies. But the status quo—relying primarily on user transaction fees—is already obsolete.

The Road Ahead

The $0.001 fee crisis forces a long-overdue reckoning: blockchain infrastructure, like cloud computing before it, cannot survive on razor-thin transaction margins at scale. The winners will be those who recognize this reality first and build revenue models that transcend the per-transaction paradigm.

For users, this transition is overwhelmingly positive. Near-free transactions unlock applications impossible at higher fee levels: micro-payments, on-chain gaming, high-frequency trading, and IoT settlements. The infrastructure crisis is a crisis for blockchain operators, not blockchain users.

For L2 operators, the challenge is existential but solvable. MEV capture, enterprise licensing, data availability markets, and infrastructure-as-a-service models offer paths to sustainability. The question is whether L2 teams can execute the transition before their runways expire or their communities lose confidence.

And for Ethereum itself, the L2 revenue crisis represents validation of its rollup-centric roadmap. The ecosystem is scaling exactly as planned—transaction costs are approaching zero, throughput is skyrocketing, and the security of mainnet remains uncompromised. The economic pain is a feature, not a bug: a market-driven forcing function that will separate sustainable infrastructure from speculative experiments.

The fee war is over. The revenue war has just begun.


Sources:

Stablecoin Chains

· 10 min read
Dora Noda
Software Engineer

What if the most lucrative real estate in crypto isn't a Layer 1 protocol or a DeFi application—but the pipes beneath your digital dollars?

Circle, Stripe, and Tether are betting hundreds of millions that controlling the settlement layer for stablecoins will prove more valuable than the stablecoins themselves. In 2025, three of the industry's most powerful players announced purpose-built blockchains designed specifically for stablecoin transactions: Circle's Arc, Stripe's Tempo, and Plasma. The race to own stablecoin infrastructure has begun—and the stakes couldn't be higher.

The GENIUS Act Turns Stablecoins into Real Payment Rails — Here’s What It Unlocks for Builders

· 8 min read
Dora Noda
Software Engineer

U.S. stablecoins just graduated from a legal gray area to a federally regulated payments instrument. The new GENIUS Act establishes a comprehensive rulebook for issuing, backing, redeeming, and supervising USD-pegged stablecoins. This newfound clarity doesn’t stifle innovation—it standardizes the core assumptions that developers and businesses can safely build upon, unlocking the next wave of financial infrastructure.


What the Law Locks In

The Act creates a stable foundation by codifying several non-negotiable principles for payment stablecoins.

  • Full-Reserve, Cash-Like Design: Issuers must maintain 1:1 identifiable reserves in highly liquid assets, such as cash, demand deposits, short-dated U.S. Treasuries, and government money market funds. They are required to publish the composition of these reserves on their website monthly. Crucially, rehypothecation—lending out or reusing customer assets—is strictly prohibited.
  • Disciplined Redemption: Issuers must publish a clear redemption policy and disclose all associated fees. The ability to halt redemptions is removed from the issuer’s discretion; limits can only be imposed when ordered by regulators under extraordinary circumstances.
  • Rigorous Supervision and Reporting: Monthly reserve reports must be examined by a PCAOB-registered public accounting firm, with the CEO and CFO personally certifying their accuracy. Compliance with Anti-Money Laundering (AML) and sanctions rules is now an explicit requirement.
  • Clear Licensing Paths: The Act defines who can issue stablecoins. The framework includes bank subsidiaries, federally licensed nonbank issuers supervised by the OCC, and state-qualified issuers under a $10 billion threshold, above which federal oversight generally applies.
  • Securities and Commodities Clarity: In a landmark move, a compliant payment stablecoin is explicitly defined as not being a security, commodity, or a share in an investment company. This resolves years of ambiguity and provides a clear path for custody providers, brokers, and market infrastructure.
  • Consumer Protection in Failure: Should an issuer fail, stablecoin holders are granted first-priority access to the required reserves. The law directs courts to begin distributing these funds quickly, protecting end-users.
  • Self-Custody and P2P Carve-Outs: The Act acknowledges the nature of blockchains by explicitly protecting direct, lawful peer-to-peer transfers and the use of self-custody wallets from certain restrictions.
  • Standards and Timelines: Regulators have approximately one year to issue implementing rules and are empowered to set interoperability standards. Builders should anticipate forthcoming API and specification updates.

The “No-Interest” Rule and the Rewards Debate

A key provision in the GENIUS Act bars issuers from paying any form of interest or yield to holders simply for holding the stablecoin. This cements the product’s identity as digital cash, not a deposit substitute.

However, a potential loophole has been widely discussed. While the statute restricts issuers, it doesn’t directly block exchanges, affiliates, or other third parties from offering "rewards" programs that function like interest. Banking associations are already lobbying for this gap to be closed. This is an area where builders should expect further rulemaking or legislative clarification.

Globally, the regulatory landscape is varied but trending toward stricter rules. The EU’s MiCA framework, for instance, prohibits both issuers and service providers from paying interest on certain stablecoins. Hong Kong has also launched a licensing regime with similar considerations. For those building cross-border solutions, designing for the strictest venue from the start is the most resilient strategy.


Why This Unlocks New Markets for Blockchain Infrastructure

With a clear regulatory perimeter, the focus shifts from speculation to utility. This opens up a greenfield opportunity for building the picks-and-shovels infrastructure that a mature stablecoin ecosystem requires.

  • Proof-of-Reserves as a Data Product: Transform mandatory monthly disclosures into real-time, on-chain attestations. Build dashboards, oracles, and parsers that provide alerts on reserve composition, tenor, and concentration drift, feeding directly into institutional compliance systems.
  • Redemption-SLA Orchestration: Create services that abstract away the complexity of ACH, FedNow, and wire rails. Offer a unified "redeem at par" coordinator with transparent fee structures, queue management, and incident workflows that meet regulatory expectations for timely redemption.
  • Compliance-as-Code Toolkits: Ship embeddable software modules for BSA/AML/KYC, sanctions screening, Travel Rule payloads, and suspicious activity reporting. These toolkits can come pre-mapped to the specific controls required by the GENIUS Act.
  • Programmable Allowlists: Develop policy-driven allow/deny logic that can be deployed at RPC gateways, custody layers, or within smart contracts. This logic can be enforced across different blockchains and provide a clear audit trail for regulators.
  • Stablecoin Risk Analytics: Build sophisticated tools for wallet and entity heuristics, transaction classification, and de-peg stress monitoring. Offer circuit-breaker recommendations that issuers and exchanges can integrate into their core engines.
  • Interoperability and Bridge Policy Layers: With the Act encouraging interoperability standards, there is a clear need for policy-aware bridges that can propagate compliance metadata and redemption guarantees across Layer-1 and Layer-2 networks.
  • Bank-Grade Issuance Stacks: Provide the tooling for banks and credit unions to run their own issuance, reserve operations, and custody within their existing control frameworks, complete with regulatory capital and risk reporting.
  • Merchant Acceptance Kits: Develop SDKs for point-of-sale systems, payout APIs, and accounting plugins that deliver a card-network-like developer experience for stablecoin payments, including fee management and reconciliation.
  • Failure-Mode Automation: Since holder claims have statutory priority in an insolvency, create resolution playbooks and automated tools that can snapshot holder balances, generate claim files, and orchestrate reserve distributions if an issuer fails.

Architecture Patterns That Will Win

  • Event-Sourced Compliance Plane: Stream every transfer, KYC update, and reserve change to an immutable log. This allows for the compilation of explainable, auditable reports for both bank and state supervisors on demand.
  • Policy-Aware RPC and Indexers: Enforce rules at the infrastructure level (RPC gateways, indexers), not just within applications. Instrumenting this layer with policy IDs makes auditing straightforward and comprehensive.
  • Attestation Pipelines: Treat reserve reports like financial statements. Build pipelines that ingest, validate, attest, and notarize reserve data on-chain. Expose this verified data via a simple /reserves API for wallets, exchanges, and auditors.
  • Multi-Venue Redemption Router: Orchestrate redemptions across multiple bank accounts, payment rails, and custodians using best-execution logic that optimizes for speed, cost, and counterparty risk.

Open Questions to Track (and How to De-Risk Now)

  • Rewards vs. Interest: Expect further guidance on what affiliates and exchanges can offer. Until then, design rewards to be non-balance-linked and non-duration-based. Use feature flags for anything that resembles yield.
  • Federal–State Split at $10B Outstanding: Issuers approaching this threshold will need to plan their transition to federal oversight. The smart play is to build your compliance stack to federal standards from day one to avoid costly rewrites.
  • Rulemaking Timeline and Spec Drift: The next 12 months will see evolving drafts of the final rules. Budget for schema changes in your APIs and attestations, and seek early alignment with regulatory expectations.

A Practical Builder’s Checklist

  1. Map your product to the statute: Identify which GENIUS Act obligations directly impact your service, whether it’s issuance, custody, payments, or analytics.
  2. Instrument transparency: Produce machine-readable artifacts for your reserve data, fee schedules, and redemption policies. Version them and expose them via public endpoints.
  3. Bake in portability: Normalize your system for the strictest global regulations now—like MiCA’s rules on interest—to avoid forking your codebase for different markets later.
  4. Design for audits: Log every compliance decision, whitelist change, and sanctions screening result with a hash, timestamp, and operator identity to create a one-click view for examiners.
  5. Scenario test failure modes: Run tabletop exercises for de-pegging events, bank partner outages, and issuer failures. Wire the resulting playbooks to actionable buttons in your admin consoles.

The Bottom Line

The GENIUS Act does more than just regulate stablecoins; it standardizes the interface between financial technology and regulatory compliance. For infrastructure builders, this means less time guessing at policy and more time shipping the rails that enterprises, banks, and global platforms can adopt with confidence. By designing to the rulebook today—focusing on reserves, redemptions, reporting, and risk—you can build the foundational platforms that others will plug into as stablecoins become the internet’s default settlement asset.

Note: This article is for informational purposes only and is not legal advice. Builders should consult legal counsel for specifics on licensing, supervision, and product design under the Act.