Validators
Validators are responsible for running the nodes that secure the Aleph Zero blockchain. To become a validator, one must own at least 25,000 AZERO.
To become a candidate for a validator on the Aleph Zero network, one has to bond a minimal stake of 25’000 AZERO and align with the hardware requirements; see our extensive docs on validating. Validators are responsible for running nodes that verify the truthfulness of transactions conducted on the Aleph Zero network. Validators are a crucial element of the decentralized governance of the chain and will be vouched for by the nominators, who can delegate their stake to validators they deem trustworthy. Rewards assigned to a particular validator are split proportionally among the validator itself and its nominators according to their stake. In the event of dishonest behavior, the validators and the nominators' staked coins are slashed.
If you are starting as a validator and would like to include in your bond some AZERO that is currently being nominated to another validator, you will most likely not need to unbond and wait for the unbonding period to end. Below we cover some possible cases that you might find yourself in and explain the steps that you can take to minimize the number of coins that need to be unbonded. (We use the standard interface https://test.azero.dev/#/staking/actions -- Testnet or https://azero.dev/#/staking/actions -- Mainnet.)
- 1.Case: You nominate
X>=25k
AZERO from a single accountacc_1
and would like to use the whole X as your validator stake.Solution: This is the simplest case. Choose your account and click "Stop." Then follow the standard steps to generate and set your session keys. Afterward, click "Validate." Once a new era starts, the changes will take effect. No unbonding happens. - 2.Case: You nominate
X>=25k
AZERO from a single accountacc_1
and would like to use a smaller amountY<X
as your validator stake.Solution: Choose your account and click "Stop." Then click "Unbond funds" to reduce your total bond to Y. Then follow the standard steps to generate and set your session keys. Afterward, click "Validate." Once a new era starts, the changes will take effect. You will unbondX-Y
AZERO and they will be available to you after the unbonding period. - 3.Case: You nominate
X<25k
AZERO from a single accountacc_1
and would like to add some stake to reachY>=25k
and become a validator.Solution: Choose your account and click "Stop." Then click "Bond more funds" in order to increase your total bond to Y. Then follow the standard steps to generate and set your session keys. Afterward, click "Validate." Once a new era starts, the changes will take effect. - 4.Case: You nominate a total of
Y>=25k
AZERO but from multiple accounts, sayacc_1
,acc_2
,acc_3
, and would like to become a validator.Solution: Unfortunately, you will need to unbond all but one account and wait for the unbonding period to pass. In this case, it is optimal to keep one bonded account (the one with the most funds) and, after the unbonding period, move funds from the other accounts to this one and follow Case 3.
Last modified 25d ago