- Aztec launched a four-layer expertise stack to offer programmable privateness on high of Ethereum as a decentralized Layer 2 community.
- The Noir language, developed by Aztec, permits builders to put in writing zero-knowledge packages with privateness enabled by default, with none cryptographic experience.
- There are at the moment over 3,500 lively sequencers on the community’s Alpha community, and the sequencer and prover roles are fully non-authoritative.
aztec tribe printed Detailed technical description of the structure, It is referred to as the “Aztec stack”. Explaining how the L2 community on Ethereum is realized Finish-to-end programmable privateness for sensible contract developer.
Aztec 4 layers
The system consists of 4 layers. The primary one is noirdomain-specific programming language Zero information (zk) circuit Use Rust-like syntax. noir Compile the code right into a zk circuit robotically by way of the intermediate illustration I am hungrysuitable with a number of attestation backends, together with proprietary techniques. balletenberg. Privateness is the default conduct. All variables and capabilities stay non-public Until the developer explicitly specifies it utilizing the ‘pub’ attribute.

Past shielded transactions
The second layer consists of Sensible contracts created with the Aztec.nr frameworkwhich extends Noir as follows. Handle private and non-private state on-chain. What you are able to do with a single contract: Execute non-public operate on the person’s machine and public occasion Transparently be a part of them over the community. Implementation of account settlement Account abstractionsocial account restoration, multi-factor authentication, and granular entry controls for regulatory compliance and tax reporting.
The third layer is the community itself. The non-public operate is Personal Execution Setting (PXE) Generate a zk certificates on the person’s machine, Doesn’t reveal enter, output, or identification. The general public operate is processed by the sequencer, which verifies the non-public proof, executes the general public state, Expose state variations to Ethereum L1. Every epoch is outlined as the next sequence: 32 L2 blocks, Obtain a last proof generated by a decentralized prover community and printed on-chain.

Noir is already deployed
The fourth layer is Ethereumcapabilities as Fee layer: Roll-up proof is fastened at L1. inherit monetary safety. The non-public state mannequin makes use of UTXO, whereas the general public state mannequin makes use of UTXO. Clone the Ethereum account mannequin.
Noir is already used exterior the Aztec ecosystem by a undertaking constructed on base, scroll, starknethas confirmed its relevance as a typical language for zero-knowledge purposes.

