Add Validator
Learn how to add a validator to an Avalanche L1.
Add a Validator to an Avalanche L1
Choose Network
Choose the network where the operation will be
Choose P-Chain Fee Payer
Choose the key that will be used to pay for the transaction fees on the P-Chain.
Enter Node ID
Enter the NodeID of the node you want to add as a blockchain validator.
You can find the NodeID in the node's configuration file or the console when first started with avalanchego.
An example of a NodeID is NodeID-7Xhw2mDxuDS44j42TCB6U5579esbSt3Lg
Enter the BLS Public Key
Enter the public key of the node's BLS
You can find the BLS public key in the node's configuration file or the console when first started with avalanchego.
Enter BLS Proof of Possession
Enter the proof of possession of the node's BLS
You can find the BLS proof of possession in the node's configuration file or the console when first started with avalanchego.
Enter AVAX Balance
This balance will be used to pay the P-Chain continuous staking fee.
Enter Leftover AVAX Address
This address will receive any leftover AVAX when the node is removed from the validator set.
Enter Disable Validator Address
This address will be able to disable the validator using P-Chain transactions.
Proof of Stake specific parameters
If your network was created with Proof of Stake validator manager, you will be asked for the following additional parameters. You can also pass these parameters as flags to the command.
Last updated on