Run a Validator Node
How to run an Espresso validator node: choose a network, register, and find the exact configuration you need.
The Espresso Network is secured by a permissionless, delegated Proof of Stake validator set. To participate as an operator, you register your node in the stake table contract, have stake delegated to it, and run the Espresso node software pointed at the network of your choice.
This page is the starting point. Pick the network you're targeting below for the exact image tag, genesis file, and environment variables.
Pick your network
Mainnet 1
Production. Real ESP staking, real rewards, real users.
Ethereum mainnet
Decaf Testnet
Test integrations and node setups before going to Mainnet. Limited operator set.
Ethereum Sepolia
Decaf access is gated. Decaf node operators are limited to a select group. If you're interested in running a node on a future Espresso release, contact us.
What every operator does
Every Espresso validator node (regardless of network) goes through the same lifecycle. The per-network operator guide above gives the exact commands and contract addresses; this is the shape of the process:
Generate consensus keys. Each node needs a BLS staking key (for consensus messages) and a Schnorr state key (for L1 light client attestations).
Register the validator. Run
staking-cli register-validatoragainst the stake table contract on the target L1 (Ethereum for Mainnet, Sepolia for Decaf). The Ethereum account derived fromMNEMONIC+ACCOUNT_INDEXbecomes the validator address that receives commission.Get stake delegated. Either delegate to yourself or attract third-party delegators. The minimum delegation is 1 ESP. Participation is currently limited to the top 100 nodes by delegated stake per epoch.
Run the node. Pull the network-specific Docker image, set the environment variables, and point it at the network's CDN, state relay, and L1 provider.
Claim rewards. Rewards do not auto-compound. Use
staking-cli claim-rewardsor the staking UI to claim and, if desired, re-delegate.
The CLI commands are the same shape across networks; only the contract addresses, image tag, and endpoints differ.
Related references
Networks: public endpoints, contract addresses, block explorers for each network.
Stake Table Contract: how validator registration, delegation, and rewards work onchain.
Staking Rewards Calculation: how block rewards are distributed across validators and delegators.
Delegate $ESP: UI walkthrough for delegators (the other side of the staking relationship).
Last updated

