# Aztec Network

#### Aztec is a Privacy-First L2 on Ethereum[​](https://docs.aztec.network/#aztec-is-a-privacy-first-l2-on-ethereum) <a href="#aztec-is-a-privacy-first-l2-on-ethereum" id="aztec-is-a-privacy-first-l2-on-ethereum"></a>

On Ethereum today, everything is publicly visible, by everyone. In the real world, people enjoy privacy. Aztec brings privacy to Ethereum.

* private functions, executed and proved on a user's device
* public functions, executed in the Aztec Virtual Machine
* private state, stored as UTXOs that only the owner can decrypt
* public state, stored in a public merkle tree
* composability between private/public execution and private/public state
* public and private messaging with Ethereum

Sequencer Nodes Requirement

* CPU 4 Core+
* RAM 8Gb
* Disk 120Gb (NVME Recomended)
* Sepolia RPC ([Click Here To Setup Your Own RPC](https://documentation.codeblocklabs.com/blockchain-nodes/ethereum) (Recomended) or [Rent RPC Access From 3rd Party](https://blockpi.io/))


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.codeblocklabs.com/blockchain-nodes/aztec-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
