Aztec Networks Overview
The Aztec Protocol operates across multiple networks, each serving specific purposes and audiences. This guide provides essential technical information for connecting to each network.
Not sure which network to use? Jump to our Network Selection Guide.
Developer SDK vs Node Versions
The developer SDK/aztec-nr version (used for writing and compiling contracts) may differ from the node version listed below. Use the version from the developer docs for contract development — use the version below for running nodes.
Network Technical Information
| Parameter | Alpha (Mainnet) | Testnet |
|---|---|---|
| Version | 4.2.0 | 4.2.0 |
| L1 Chain ID | 1 (Mainnet) | 11155111 (Sepolia) |
| Rollup Version | 2934756905 | 4127419662 |
| RPC Endpoint | https://aztec-mainnet.drpc.org | https://rpc.testnet.aztec-labs.com |
| Bootnodes | http://static.aztec.network/mainnet/bootnodes.json | http://static.aztec.network/testnet/bootnodes.json |
| Block Explorer | Aztecscan, Aztecexplorer | Aztecscan, Aztecexplorer |
| Getting Started | Run a sequencer → | Run a node → |
Network Roles (Post-Alpha)
Testnet is your production path. It's decentralized, live, and stable — treat it as your staging environment for Alpha. If you want to deploy on Alpha, validate on Testnet first.