Aztec Network has spent seven years quietly re‑engineering Ethereum’s public square into something closer to a private study. Born at Entrepreneur First in 2018, bank‑rolled by ConsenSys Labs, Paradigm and a $100 million Series B from a16z, and powered by the PLONK family of zero‑knowledge proofs, the London‑rooted team has just pushed a fully‑encrypted roll‑up into public test‑net (1 May 2025). In other words, the first serious attempt to make “confidential Ethereum” is no longer a thought‑experiment but a live, if fragile, network. Its promise: keep balances, application logic and user identities secret while letting anyone verify that the maths checks out.
1. From cryptographic curio to Layer‑2 contender
Aztec began life as a hack to hide ERC‑20 transfer values behind “notes”. Seeded with $2.1 million in late 2018, it rolled the first confidential transactions onto Ethereum the following year.
In January 2019 the team, led by cryptographer Zac Williamson, co‑authored PLONK, a universal SNARK whose single trusted setup could prove any circuit.
A 2021 Series A gave the firm $17 million and freedom to productise: Aztec Connect (a.k.a. zk.money) batched DeFi deposits through a bridge that was cheaper than L1 and opaque to prying eyes.
Yet Connect was an awkward half‑step, private transfers but public smart‑contracts. In March 2024 the company announced it would shutter the bridge and start again, chasing “full‑stack” privacy.
2. How the Aztec Network hybrid roll‑up works
Aztec’s new architecture is a hybrid zk‑roll‑up: transaction data are encrypted client‑side, bundled by sequencers, proven with PLONK‑ish circuits, then posted to Ethereum with a tiny public header so verifiers can replay state transitions.
The result feels like Zcash inside an L2 envelope, balances stay secret but the chain of proofs lets auditors convince themselves no extra ether was magicked into existence.
Developers code in Noir, a Rust‑style language that turns their programs into easy‑to‑prove circuits for several back‑ends, so they can build private apps without wrestling with cryptography.

The language already powers everything from private governance modules to zero‑knowledge Battleship clones, and Aztec’s grants programme pays teams to extend its library ecosystem.
On test‑net the system is intentionally conservative, eight encrypted transactions per block, thirty‑two blocks per epoch, yielding throughput barely above glacial. Yet block‑space, like most addictions, scales with demand and parameter tweaks. The tougher puzzle is decentralising sequencers without spraying plaintext metadata across the ledger. The roadmap hints at a rotating validator set governed by an eventual native token, but the shape of that asset, and the regulatory gymnastics it may require remain undefined.
3. Money, people, institutions
Aztec runs lean: roughly sixty engineers across fourteen countries, steered by Williamson (CEO) and Joe Andrews (president). You will not find celebrity advisors or breathless discord shilling; the firm’s self‑image is closer to a cryptography research lab.
Capital, however, is plentiful. After the 2021 Paradigm cheque, a16z led December 2022’s $100 million Series B, calling Aztec “an encrypted equivalent of Ethereum.”
Institutional curiosity followed: Swiss custodian Taurus released CMTAT, a private security token built on Aztec, arguing that banks need confidentiality as much as cypherpunks.
4. Why privacy (still) matters
For all the libertarian rhetoric, most blockchains are panopticons: every salary, trade and mortgage payment is a public good for eternity. That may be tolerable for punters flipping JPEGs; it is unacceptable for corporates bound by NDAs or regulators tasked with market‑abuse surveillance. Aztec’s wager is that encrypted execution threads the needle – data stay dark, proofs stay light, auditors keep their microscope. If it works, the design could expand Ethereum’s addressable market from degens to treasurers and pension funds who regard leakage as career suicide.
5. Risks and realpolitik
Throughput vs. secrecy. Every encrypted byte is rent on Ethereum’s calldata market. Until data‑availability layers (Danksharding, EIP‑4844 blobs) mature, Aztec will cost more per transaction than roll‑ups that publish plaintext.
Regulatory crossfire. Tornado Cash taught that privacy infra can be sanctioned into oblivion. Aztec Network is trialling deposit caps and off‑chain identity certificates to soothe policymakers, but it remains to be seen whether “selective disclosure” appeases the Treasury’s thicker red pens.
Token temptation. A governance coin is almost inevitable, the network needs an incentive rail, yet any whiff of airdrop can lure speculative liquidity that deserts the moment speculative yields fade. Careful tokenomics and long‑dated lock‑ups will be crucial.
6. What comes next for Aztec Network?
The public test‑net opened with 20,000 wallets and more than 150 volunteer sequencers in 48 hours, a respectable stress‑test for a network that encrypts every byte.
Q2 will widen block gas‑limits; Q3 should see a permissionless sequencer sandbox and the giant multi‑party ceremony needed to generate a universal proving key. If auditors bless the code, and if the market still believes in privacy after the next compliance scare, Aztec hopes to flip the main‑net switch before New Year’s Eve.
For users, Aztec offers a relatable trade‑off: pay an extra couple of dollars, keep your financial life out of public view. For developers, it is a chance to build apps that would be reputational suicide on an open ledger – think payroll, health‑insurance claims, enterprise resource planning. And for Ethereum itself, the project is a bet that confidentiality can coexist with composability.