Operator tooling
Operating an Aztec node usually involves more than the node software itself. Most operators rely on a combination of Foundation-built tools (staking dashboard, fee model) and community-built tools (dashboards, scripts, indexers) that fill specific gaps. This page is a curated index.
Foundation tools are built and maintained by the Aztec Foundation. Community tools are independent projects by individual operators or teams. Use them at your own discretion: read the source where it's available, and don't assume Foundation endorsement of operational correctness. The list below reflects what operators in the network's community actively use today.
Foundation tools
Staking dashboard
The canonical interface for staking, delegation, registering sequencers, claiming rewards, and signaling governance. Supports both delegator and provider flows. Recently gained multi-rollup reward claiming (PR #66) and a provider commission-claim tab (PR #72).
Governance signaling dashboard
Shows the current AZIP payload, who has signaled, and what's pending. Operators use this to confirm a vote made it on-chain.
Fee model
github.com/AztecProtocol/aztec-fee-model
A self-hostable spreadsheet model for sequencer profitability under different gas, AZTEC price, and commission inputs. Useful for providers calibrating their commission rate.
Community tools
Monitoring and dashboards
dashtec.xyz The de-facto operator dashboard for the network. Per-epoch performance, provider pages, the activation queue, watchlists.
aztec.vision Indexer-style provider information. Surfaces misconfigured coinbase addresses (a frequent operator footgun), per-provider stats, and history.
haveibeenslashed.xyz A focused single-purpose tool for checking whether a given attester address has been hit by slashing or jailing events.
aztec-providers.01.ro A provider-side indexer, useful as a cross-check for provider-side reward routing.
Scripts and installers
pittpv/aztec-monitoring-script A bash-menu installer and monitoring script. One-stop install, upgrade, downgrade, status check, and Telegram alerting. The most widely recommended onboarding tool in the operator community.
pittpv/aztec-rpc-script Companion script for setting up your own Ethereum execution + consensus client (with the supernode flags Aztec requires). Avoids depending on a hosted RPC provider.
Coordination
slashveto.me The community veto council's coordination surface. Monitors slashing payloads and signals which ones the council intends to veto. Operators consult this during incidents where their setup might trip a slashing condition.
Suggest a tool
If you maintain or use an operator tool that should be listed here, open an issue or PR on the docs repo.
Foundation does not formally endorse community tools; this page reflects what's in active use.