Becoming a Validator
Adjust Validator Stake
You can change your validator stake at any moment in time.
To Increase Your Stake
Developer → Extrinsics → Submission → parachainStaking -> candidateStakeMore(more)
Keep in mind that peaq has 18
decimals, so if you want to add 1,234
Tokens, you’ll need to enter 1234000000000000000000
.
- Enter the amount you would like to add to your stake.
- Click
Submit Transaction
.
To Decrease Your Stake
Developer → Extrinsics → Submission → parachainStaking -> candidateStakeLess(less)
Keep in mind that peaq has 18
decimals, so if you want to add 1,234
Tokens, you’ll need to enter 1234000000000000000000
.
- Enter the amount you would like to subtract from your stake.
- Click
Submit Transaction
.
Unlock Your Unstaked Tokens
Developer → Extrinsics → Submission → parachainStaking → unlockUnstaked(target)
You will be able to unlock your tokens in 7 days after sending candidateStakeLess
. To check when you’ll be able to unstake, use:
Developer → Chain state → parachainStaking -> unlockUnstaked(target)
- Select
Id
in the dropdown list in the fieldtarget: MultiAddress (LookupSource)
. - Use the address of your validator account in the
Id:AccountId
field. - Click
Submit Transaction
.