TL;DR – Aztec Network Overview
- Aztec is a privacy-first Layer 2 blockchain on Ethereum, enabling private and public smart contract execution using zero-knowledge proofs.
- The team combines cryptography experts and blockchain engineers, supported by investors like Paradigm, a_capital, Vitalik Buterin, and other notable figures.
- It solves Ethereum’s transparency problem, allowing confidential transactions and programmable privacy applications.
- Core architecture includes the Private Execution Environment (PXE), Aztec Virtual Machine (AVM), hybrid state model, and Noir programming language.
- $AZTEC token powers network operations, blockspace fees, staking, and governance, with a total supply of 10.35 billion.
- Key use cases include privacy-preserving DeFi, confidential payments, on-chain identity, DAOs with private logic, enterprise applications, and gaming.
- The network represents a new benchmark for Ethereum, combining privacy, scalability, and programmability, while influencing the design of other Layer 2 solutions.
- Challenges remain around complexity, developer adoption, regulatory scrutiny, and operational security, but the platform offers a novel foundation for confidential, decentralized applications.
Privacy has always been the missing layer in the blockchain stack. Ethereum gave the world programmable money, open finance, and permissionless applications but every action is publicly visible. Balances, transactions, strategies, relationships, and on-chain behavior sit in the open. For normal users and businesses, this level of transparency is simply unsustainable.
Aztec Network steps in as a privacy-first Layer 2 on Ethereum, designed to fix this structural issue. Instead of trying to patch privacy onto public blockchains through mixers or one-off tools, Aztec rebuilds the execution model from the ground up. It lets developers combine private and public smart contract logic in the same application, enabling entirely new classes of decentralized systems.
This guide takes you through everything: the architecture, execution model, zero-knowledge framework, use cases, roadmap, token details, investor background, and what makes Aztec fundamentally different from every other privacy chain.
What Is Aztec Network?

Aztec is a privacy-first Layer 2 blockchain built on Ethereum that supports programmable private and public smart contract execution. Instead of forcing everything on-chain and visible, Aztec lets developers choose what stays private and what remains public.
The network runs as a zero-knowledge rollup, proving all execution is correct without revealing user data. Private functions run locally inside the Private Execution Environment (PXE), and public functions run inside the Aztec Virtual Machine (AVM). The result is a hybrid execution flow that gives developers fine-grained control over confidentiality.
Aztec is built around three principles:
- Privacy – the only zk-rollup with a UTXO-based private state and client-side encrypted execution.
- Accessibility – significantly lower transaction costs thanks to recursive proof aggregation.
- Trustlessness – completely permissionless and censorship-resistant settlement enforced by Ethereum.
Every Aztec account is a smart contract (native account abstraction) with its own authentication logic. No more relying on centralized relayers or custom wallets. Users can define multi-sig rules, social recovery, custom signature schemes, or gasless flows while preserving privacy.
The Story Behind Aztec Network
Aztec started with a simple realization: Bitcoin introduced trustless value transfer. Ethereum introduced trustless computation. But neither solved trustless privacy.
The journey began with Aztec Connect, a system that allowed private DeFi interactions on Ethereum. Users could deposit into Aave or trade on Lido without revealing amounts or strategies. Aztec Connect proved that people want privacy-preserving finance but also exposed the limitations of building privacy on top of Ethereum instead of inside it. The team then pivoted to a full privacy Layer 2. This second generation, simply called Aztec Network, is the culmination of years of zk research, including contributions like PLONK, Plookup, Barretenberg, and new proof systems.
The philosophy behind Aztec is clear: Privacy is a prerequisite for digital freedom, not a luxury feature.
Who Is Behind Aztec? Investors and Team
Aztec is backed by some of the most respected names in the crypto and venture capital world. Its Series A round raised $17 million, led by Paradigm, with participation from a_capital, Ethereal Ventures, Libertus Capital, Variant Fund, Nascent, IMToken, Scalar Capital, Defi Alliance, and IOSG Ventures. Prominent angel investors, including Vitalik Buterin, Anthony Sassano, Stani Kulechov, Bankless, Defi Dad, and Mariano Conti, have also supported the project, reflecting strong confidence in Aztec’s vision for programmable privacy on Ethereum.
Core Team
Some of the most respected cryptographers and zk engineers:
- Ariel Gabizon – Chief Scientist, co-author of PLONK & Plookup
- Zac Williamson – CTO, creator of Barretenberg & ACE
- Joe Andrews – CPO, led Aztec SDKs and zk.money
- Charlie Lye – Principal Engineer, rollup server architect
- Leila Wang – Senior Engineer, zk.money core builder
- Tom Waite – Engineer, wrote zkReddit contracts
- Arnaud Schenk – Project management lead
Aztec has one of the strongest cryptography teams in the industry.
Why Aztec Matters: The Problems It Solves

1. Transparent Blockchains Are a Privacy Disaster
Ethereum’s openness is one of its strengths, but it also exposes sensitive financial behavior. Anyone can see:
- Every address you interacted with
- How much you own
- What you’re trading
- Which DeFi strategy you’re using
- Your entire history, forever
For businesses, this means competitors can surveil supply chains, deal flows, or treasury movements. For users, it means security risks and permanent financial tracking. Aztec solves this by making privacy programmable from the ground up.
2. Pseudonymity Is Not Privacy
Most blockchains claim that addresses are anonymous. But once an address links to an identity, an exchange KYC record, a Telegram message, or a payment - the entire history becomes traceable. Analytics firms today deanonymize wallets with alarming accuracy.
Aztec eliminates this problem with private state, encrypted notes, and client-side proof generation.
3. Existing Privacy Tools Don’t Support Applications
Monero and Zcash only support private payments. Mixers like Tornado Cash only hide single transfers. zk-rollups like zkSync or Starknet aren’t built for privacy - they’re built for scaling. Aztec is the only solution designed for full-stack programmable privacy, capable of supporting complex dApps, DeFi systems, identity layers, and private games.
Aztec Network Architecture and Technology

Aztec introduces a hybrid execution model that gives developers complete control over what happens privately and what happens publicly.
1. Private Execution Environment (PXE)
The PXE is where private computation happens entirely on users’ devices. It handles:
- Private smart contract execution
- Proof generation
- Private state simulation
- Encrypted note creation
- Key management
Nothing sensitive ever leaves the user’s device. Only zk-proofs and minimal public inputs move to the network. This flips the traditional blockchain model. Instead of pushing everything on-chain, Aztec minimizes what must be public.
2. Aztec Virtual Machine (AVM)
The AVM handles public state and public logic, similar to the EVM.
- Private → Public is allowed.
- Public → Private is not.
This directional flow ensures that private data never leaks unintentionally. Public functions can use encrypted notes from private execution without seeing any underlying data.
3. Zero-Knowledge Proof System
Aztec uses advanced SNARKs, recursive proofs, and a custom proving engine (Barretenberg). The system ensures:
- Private execution is valid
- No double-spending
- Hybrid private/public flows remain consistent
- Scalability stays high
- Recursive aggregation keeps gas costs low by turning many proofs into one.
4. Hybrid State Model
Aztec maintains both: Private UTXO-style state, using encrypted notes, commitments, and nullifiers. Public account-based state, similar to Ethereum. This lets developers mix:
- Private balances
- Public tokens
- Private logic
- Public visibility
No other privacy chain offers this level of granularity.
5. Native Account Abstraction
Every Aztec account is a smart contract. Developers can build accounts with:
- Signature rules
- Spending limits
- Multi-sig validation
- Social recovery
- Deadman switches
- Relayer-less gasless transactions
And users can do all of this privately, with proofs generated in the PXE.
Aztec Use Cases and Real-World Applications
Aztec enables a wide range of privacy-focused applications. Example :
1. Private DeFi
Users can swap, lend, borrow, stake, or hedge without revealing:
- Amounts
- Strategies
- Positions
This removes MEV, protects strategies, enhances institutional adoption, and improves user security.
2. Enterprise Blockchain Applications
Companies can run:
- Private treasury operations
- Confidential supply chains
- B2B payments
- Regulatory-compliant audit trails
All without exposing competitor-sensitive data.
3. Private Identity Systems
- Using zk-proofs, users can prove:
- Age
- Nationality
- Certificates
- Ownership
Without revealing personal details.
4. Gaming and NFTs
Developers can build:
- Hidden game states
- Anonymous player interactions
- Secret NFT metadata
- Private in-game asset ownership
This unlocks entirely new game design models.
Aztec Token ($AZTEC): Supply and Utility
The Aztec Network operates with its native utility token, $AZTEC, which is issued as an ERC-20 token on Ethereum. At genesis, the total supply of $AZTEC is 10.35 billion tokens, designed to support the network’s operations, incentivize participants, and facilitate governance. The token serves multiple purposes: it is used to pay for blockspace on the Aztec Layer 2, rewards sequencers and provers for validating transactions, and provides holders with governance rights to influence protocol decisions.
Token distribution is structured to balance long-term network stability with community participation. Investors and team members hold a significant portion, subject to lockups and vesting schedules that gradually release tokens to prevent market volatility. Public sale tokens also have a minimum lockup period, with the potential to unlock earlier through governance decisions. In addition, a portion of tokens is reserved for ecosystem grants, future incentives, and network rewards to encourage development, adoption, and ongoing network security.
While $AZTEC operates on Ethereum for transparency, the token becomes non-transferable when bridged to the Aztec network, ensuring that transactions within the Layer 2 environment remain secure and private. This design reflects Aztec’s focus on maintaining confidentiality while providing participants with meaningful economic and governance participation.
Aztec Development Status and Roadmap
At the time of writing, Aztec has made significant progress toward launching its mainnet, successfully delivering most of its core milestones. Key components such as the Private Execution Environment (PXE) architecture, the Aztec Virtual Machine (AVM), the hybrid state model, the Noir programming language with the aztec.nr framework, and the recursive proving system are already in place, laying the foundation for a fully functional privacy-first Layer 2 on Ethereum. The network is currently running its public token sale, which marks another step toward broader adoption and ecosystem growth.
Development at Aztec is dynamic and continuously evolving, with improvements and new updates rolling out regularly. For anyone looking to track the latest milestones, feature releases, and updates, the team maintains an up-to-date roadmap page at Aztec Roadmap, reflecting their nonstop work to refine the protocol and expand its capabilities.
Why Aztec Matters for Ethereum
Aztec represents more than just another Layer 2, it addresses one of Ethereum’s most persistent challenges: privacy. By integrating programmable privacy directly into a Layer 2 environment, Aztec allows users and developers to interact with the network confidently, knowing that sensitive data can remain confidential without sacrificing security or composability. This approach effectively positions privacy as a pillar of legitimacy for Ethereum, giving decentralized applications the ability to operate in ways previously impossible on a fully transparent chain.
Beyond privacy, Aztec also brings scalability benefits, combining confidential computation with efficient transaction processing through its zero-knowledge rollup architecture. The network’s innovations are already influencing other Layer 2 projects, setting new standards for how privacy, scalability, and programmability can coexist on Ethereum and inspiring a new wave of privacy-conscious development in the broader ecosystem.
Criticisms and Challenges
- Complexity of zk Systems: Zero-knowledge proofs are technically advanced, making development and auditing more difficult than standard Ethereum applications.
- Developer Learning Curve: Building with Noir and Aztec’s hybrid execution model requires understanding new paradigms, which can slow adoption for mainstream developers.
- Regulatory Uncertainty: Privacy networks like Aztec may face scrutiny from regulators concerned with anti-money laundering (AML) and financial transparency compliance.
- Operational Security: Maintaining end-to-end privacy while scaling a Layer 2 system involves continuous monitoring and updates to protect against evolving threats.
Conclusion
Aztec is one of the most important evolutions in the Ethereum ecosystem. It fixes the privacy gap that has held back mainstream adoption while preserving programmability, composability, and decentralization. By combining private execution, public verification, zero-knowledge proofs, and a developer-friendly environment built around Noir, Aztec creates a platform where privacy is not a patch or optional setting - it’s built in from the start.
So, developers can build applications where users control what is visible and what remains private, without relying on centralized tools or trust assumptions. Whether it’s DeFi, identity, gaming, enterprise operations, or new categories we haven’t seen yet, Aztec sets the foundation for the next generation of Web3 apps.