Ethereum Foundation Privacy Team Spins Out as EthSystems
A trio of former Ethereum Foundation researchers behind the foundation's Institutional Privacy Task Force have launched EthSystems, a for-profit engineering and research firm focused on shipping…
Lucas Meade·updated July 15, 2026

A trio of former Ethereum Foundation researchers behind the foundation's Institutional Privacy Task Force have launched EthSystems, a for-profit engineering and research firm focused on shipping compliant privacy tooling for banks, asset managers, and other regulated entities that want to settle on Ethereum without broadcasting counterparties, notionals, and positions to the public mempool.
That's the headline, but the practical question is narrower: does this change anything about how the average protocol or L2 team approaches private execution, or does it mostly rebrand work that was already happening inside the foundation? In practice, both can be true at once. The foundation keeps its research mandate; what EthSystems buys is the ability to ship regulator-friendly stacks faster than a grant-funded task force ever could, with a clearer commercial line to institutional buyers.
What the spin-out is actually shipping
The target customer here is not the self-custodial wallet, the DAO treasury, or the retail L2 sequencer. It's the credit desk at a tier-one bank, the corporate treasury at a public company, and the asset manager whose compliance officer will not approve a transaction unless the counterparty and amount stay opaque to anyone not party to the deal. That's a narrow but lucrative slice of the market, and it explains why the team chose to incorporate as a for-profit firm rather than keep publishing working notes under the EF umbrella.
The architectural implication is that early deliverables will likely lean on existing primitives — private mempools, threshold encryption, ZK-based selective disclosure, TEE-attested execution — rather than waiting for protocol-level confidential execution to land at L1. That's a reasonable engineering call: institutional flows rarely need full programmability on hidden state. They need auditable attestations and selective disclosure that satisfy both AML reviewers and counterparty NDAs simultaneously. Conversely, baking confidentiality into the L1 consensus path is a multi-year research bet that doesn't map cleanly to procurement cycles.
Trade-offs worth tracking
Three structural questions will tell you more about the real outcome than any press release. None of them are about whether EthSystems succeeds or fails on its own.
First, the interface contract. If the team ships a coherent SDK that abstracts the choice between private mempools, attested TEEs, and ZK rollups with private state, L2 teams can integrate without rewriting sequencing logic. If it ships siloed point solutions per chain, integration cost falls back on every protocol team individually — a recurring maintenance tax for engineers running multi-chain deployments.
Second, the governance model. A for-profit firm holding the operational keys to institutional privacy infrastructure is a concentration risk on its own. Conversely, a fully open-source effort without a commercial home tends to decay once grant runway runs out. The trade-off matrix is familiar: who controls the upgrade path on a privacy enclave that a bank relies on for auditability, and what does the disaster recovery story look like if the vendor disappears?
Third, the L2 angle. Most institutional flows will not land on L1 directly — they want predictable fees and a known sequencer with an SLA. If EthSystems aligns its integration story with specific L2s, those chains pick up a real distribution advantage for regulated capital. If it stays L1-centric, L2s will have to either replicate the stack or concede the institutional segment.
What to verify in your own stack
If you build on an L2 and your roadmap includes institutional onboarding, map which of the three primitives — private mempool, attested TEE, ZK private state — your current sequencer stack could swap in without breaking public composability. The cheapest first move is almost always a private mempool layer in front of an existing sequencer; rewriting execution is rarely worth it before the demand is real.
If you maintain a wallet or account abstraction layer, audit your event and indexer surface for leaks that become a compliance incident the moment an institution is involved. Most teams find at least one subscription, approval, or mempool trace they didn't realize was being broadcast to anyone running a public RPC.
If you're evaluating any new privacy primitive — including whatever EthSystems eventually ships — apply the same test you would to any infrastructure dependency: read the audit reports, check upgrade-key custody, and pressure-test what happens when the provider is offline. Privacy infra that is not operationally sovereign tends to be privacy infra you don't actually control.
The structural read is simple. EF spin-outs are how Ethereum has historically funded long-tail engineering, and the foundation itself is mid-restructuring with significant workforce cuts and a new management layer. What is different this time is the target buyer. Banks move slowly, but once they commit to a stack, switching costs are punishing. EthSystems has effectively bet that being first to a coherent institutional privacy layer is worth more than being right about which cryptographic primitive eventually wins the broader market.