Aztec

aztec
Rank #490•
CoinYQ Dossier

Aztec shut one privacy network down to build another in public

In March 2023, Aztec told users to leave a working product. Connect had carried private payments and DeFi calls, but its sequencer was still run by Aztec. Rather than call that arrangement the destination, the team stopped deposits, kept withdrawals open for a year and rebuilt the protocol around user-side proofs and community block production. The resulting Alpha is live; its most revealing feature may be the warnings attached to it.

CreditMint’s debt plan turned into a cryptography problem

Aztec started in 2017 with CreditMint, an attempt to issue corporate debt onchain. The founders—Zac Williamson, Joe Andrews, Tom Pocock and Arnaud Schenk—ran into a basic obstacle: a public ledger exposed information that borrowers and financial institutions ordinarily keep private. A 2018 proof of concept for confidential DAI showed a different product direction, though it hid asset values rather than identities or arbitrary code.

Product limits pushed the research. Williamson, Ariel Gabizon and Oana Ciobotaru published PLONK in 2019, reducing the need to perform a new trusted setup for every circuit. Aztec then launched privacy contracts in 2020 and the zk.money rollup on March 15, 2021. In 2022, Connect let users reach Ethereum DeFi through a privacy rollup, turning the research into a service people could actually deposit into.

The service found users but kept a single operator

Connect’s weakness was organizational as much as cryptographic. Aztec operated the rollup instance and its sequencer. The team’s later history says zk.money and Connect reached more than $20 million in peak value, yet it concluded that decentralizing them would require major architectural change. On March 21, 2023 the operated instance stopped new deposits.

Withdrawals continued until March 31, 2024, when Aztec stopped its sequencer. The code remained open for someone else to run, but users were explicitly urged to exit. That year-long winding down separates the old product from today’s chain: the name and research continued, while the live service, state and operating arrangement did not.

The rebuilt network divides a transaction in two

The replacement stack puts private work in the Private Execution Environment on the user’s device. Keys and encrypted notes stay there while the client executes private functions and builds proofs. Any public portion moves to the Aztec Virtual Machine on network nodes; sequencers order it, provers finalize checkpoints, and Ethereum verifies the rollup result. A single contract can therefore combine concealed state with public effects.

That architecture is selective privacy, not invisibility. Aztec’s own guidance warns that public calls and their arguments are visible, unencrypted events and L2-to-L1 messages reveal data, and timing or transaction fingerprints can link behavior. Developers decide where the boundary sits. A poorly designed application can cross it and leak the very fact it meant to hide.

Devnet became Alpha by stages, not by announcement

The rebuilt stack first appeared as a live devnet on August 13, 2024. Public testnet followed on May 1, 2025. Ignition began producing blocks on Ethereum mainnet in November 2025 before private smart-contract execution was enabled. After token-holder governance approved the next step, Alpha opened that execution environment on March 31, 2026.

Alpha V5 activated on July 21 with faster client proving and the first application set. Six days later, contributors found a critical flaw that could let an invalid state transition pass proof verification. The August 7 disclosure placed V5 funds, applications and contract state at risk, said chain history could not determine past exploitation, and directed the fix to V6. “Alpha” is therefore a precise status: real transactions and decentralized operators, alongside breaking upgrades, incomplete audit coverage and state that does not automatically migrate.

The token governs a changing rollup, not a company

Aztec Foundation created 10.35 billion AZTEC on Ethereum. The allocation divided tokens among sale routes, grants, future incentives, first-year rewards, the Foundation, early backers and the team. Sequencers stake 200,000 AZTEC, while the current 400-token checkpoint reward is split 70% to the proposer and 30% to provers. Bridging AZTEC creates Fee Juice, which cannot itself be transferred and is spent on network execution.

The supply is bounded rather than permanently fixed. The verified ERC-20 lets its owner mint; that owner is CoinIssuer, which hard-codes a 20% nominal annual ceiling and is reached through a treasury controlled by governance. The reviewed supply remained 10.35 billion. Network upgrades likewise move through sequencer signaling and token voting before execution, making the newest registered rollup canonical. Those powers concern protocol parameters and deployments. The sale terms do not turn them into equity, revenue, intellectual property, repayment or a claim on Foundation assets.

How the project changed

  1. 2017–2019
    CreditMint yields the privacy research stack

    A debt-finance idea becomes the Aztec protocol; the 2018 private-asset prototype and 2019 PLONK paper set a new direction.

  2. 2021-03-15
    zk.money reaches Ethereum mainnet

    Aztec 2.0 launches private ETH transfers; Connect extends the model to DeFi in 2022.

  3. 2023-03-21
    Connect stops deposits

    Aztec begins winding down its operated rollup, then stops its sequencer on 2024-03-31.

  4. 2024-08-13 – 2025-11
    The replacement network moves from devnet to Ignition

    A rebuilt stack reaches devnet, public testnet on 2025-05-01 and mainnet consensus in November 2025.

  5. 2026-03-31
    Alpha enables private smart contracts

    A governance-approved rollup adds the execution environment to the live staking and consensus layer.

  6. 2026-07-27
    A critical V5 proof flaw is found

    The August 7 disclosure places V5 funds, applications and contract state at risk, cannot determine past exploitation and plans the correction for V6.

Evidence and primary sources

Last evidence review: 2026-09-05

What is Aztec?

Aztec is an Ethereum layer-two network for smart contracts that mix private and public state. Private functions execute and produce proofs on the user’s device; public functions run on network nodes, and rollup proofs settle on Ethereum. This division lets an application conceal selected data and computation without making every part of the chain invisible.

AZTEC is the Ethereum ERC-20 at 0xA27EC0006e59f245217Ff08CD52A7E8b169E62D2. Its 10.35 billion initial supply funds sale allocations, grants, contributors and network rewards. Bridging AZTEC creates non-transferable Fee Juice for transaction costs. Staked tokens secure sequencers and deposited or delegated voting power participates in upgrades.

What problem does Aztec solve?

Public blockchains reveal balances, identities and program calls that ordinary finance and online life often need to keep confidential. Aztec’s first answer was narrower: confidential assets, then a rollup that pooled private transfers and DeFi interactions. Those products proved demand, but the team concluded that the centrally operated Connect rollup could not become the general, decentralized system it wanted without a redesign.

The redesign moved private computation to users and made public verification a network task. That reduces what operators need to learn, but it does not erase metadata. Public calls, arguments, unencrypted events, cross-layer messages and timing can still reveal information. Privacy therefore depends on contract design and user behavior as well as cryptography.

How does Aztec work?

A private call begins inside the Private Execution Environment on a user device. It reads encrypted notes and keys, executes the private function and creates a proof. The transaction can then enqueue public work for the Aztec Virtual Machine. Sequencers order transactions and provers produce the proof that lets a checkpoint settle on Ethereum. Public state and any deliberately revealed call data remain visible.

Sequencers stake AZTEC; the documented threshold is 200,000 tokens. Proven slots currently release 400 AZTEC already held by the reward distributor, with 280 going to the proposer and 120 to provers. Governance starts with signaling by block producers, continues to a token vote, and executes after a delay. Approved upgrades register a new rollup as canonical rather than rewriting the old one.

The ERC-20 itself is not supply-immutable. Its owner is a CoinIssuer contract with a hard-coded 20% nominal annual mint ceiling, and that issuer is controlled through the protocol treasury and governance. No extra supply was visible in totalSupply at review, but governance controls whether to use the bounded mint allowance.

Key facts

  • Aztec began in 2017 as CreditMint; a 2018 confidential-asset proof of concept shifted the project toward blockchain privacy.
  • Aztec 2.0 and zk.money launched on Ethereum mainnet on 2021-03-15; Aztec Connect followed in 2022.
  • The Aztec-operated Connect instance stopped deposits on 2023-03-21 and its sequencer on 2024-03-31.
  • The rebuilt system reached devnet on 2024-08-13, public testnet on 2025-05-01, Ignition in November 2025 and Alpha on 2026-03-31.
  • Private execution and proof generation happen on the user device; public execution, proofs and settlement still create visible network records.
  • The canonical ERC-20 is 0xA27EC0006e59f245217Ff08CD52A7E8b169E62D2 on Ethereum with 18 decimals and reviewed supply of 10,350,000,000.
  • The documented sequencer stake is 200,000 AZTEC; each proven slot currently pays 400 AZTEC, split 70% to the sequencer and 30% to provers.
  • The token contract’s mint owner is CoinIssuer; its immutable nominal annual cap is 20%, while governance controls the issuer through ProtocolTreasury.
  • Alpha upgrades do not automatically migrate application state, contracts or private notes to the next rollup.
  • On 2026-07-27 contributors found a critical V5 proving flaw that put funds, applications and contract state at risk; the project planned a V6 fix and could not determine past exploitation.
  • AZTEC supports staking, fees and governance; it does not represent equity, revenue share, repayment, intellectual-property ownership or a claim on an underlying asset.

Official links

Frequently asked questions

Is every Aztec transaction completely invisible?

No. Applications choose private and public parts. Private logic can run on a user device, but public calls, arguments, unencrypted events, cross-layer messages and timing may reveal information.

Is the 2021 Aztec rollup the same network running today?

It is part of the project’s history, not the same deployment. Aztec stopped its Connect deposits in March 2023 and the operated sequencer in March 2024, then launched a rebuilt devnet, testnet, Ignition chain and Alpha network.

What does AZTEC do?

It is staked by sequencers, supplies governance voting power and is bridged into non-transferable Fee Juice for network fees. Protocol participation has technical thresholds and lock periods.

Can the supply grow beyond 10.35 billion?

Yes, through a bounded path. The ERC-20 owner is CoinIssuer, whose nominal annual mint cap is immutably set to 20%. The reviewed totalSupply still equaled 10.35 billion, and governance controls whether the permitted budget is used.

Who can upgrade the network?

Block producers first signal a payload, token voting follows, and an approved proposal executes after a delay. The new rollup becomes canonical in the registry; old instances remain accessible for exits.

Is Alpha production-ready?

It processes real transactions and staking, but Aztec calls it early Alpha. The documentation warns of incomplete audits and state migration. Its August 2026 disclosure tells users to treat V5 funds and applications as exposed to protocol failure while work toward V6 continues.

Does AZTEC confer ownership of Aztec Labs or the Foundation?

No. The auction terms limit rights to protocol use and governance and expressly exclude equity, revenue share, repayment, intellectual-property rights and backing by an underlying asset.

External trackers

Choose a tracking site for Aztec: