Adjust Collator Stake
You can change your collator stake at any moment in time.
To Increase Your Stake
Developer → Extrinsics → Submission → parachainStaking -> candidateStakeMore(more)
- Enter the amount you would like to add to your stake.
Note:
Keep in mind that krest has 18 decimals, so if you want to add 1,000 Tokens, you'll need to enter 1,000,000,000,000,000,000,000.
- Click
Submit Transaction
To Decrease Your Stake
Developer → Extrinsics → Submission → parachainStaking -> candidateStakeLess(less)
- Enter the amount you would like to subtract from your stake.
Note:
Keep in mind that krest has 18 decimals, so if you want to subtract 1,000 Tokens, you'll need to enter 1,000,000,000,000,000,000,000.
- Click
Submit Transaction
Unlock Your Unstaked Tokens
Developer → Extrinsics → Submission → parachainStaking → unlockUnstaked(target)
Note:
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 -> unstaking
- Select
Id
in the dropdown list in the fieldtarget: MultiAddress (LookupSource)
. - Use the address of your collator account in the
Id:AccountId
field. - Click
Submit Transaction
.