Leave Validator Set
Initiate Leave Request
Developer → Extrinsics → Submission → parachainStaking → initLeaveCandidates
- Click
Submit Transaction
Check Whether You Can Exit
INFORMATION
You need to wait for 5 min after sending initLeaveCandidates
.
Developer → Chain state → parachainStaking → candidatePool()
- Toggle the switch to
include option
and select your validator address in theAccountId32
field. - Click the
+
button. - Confirm that your status is
Leaving
.
Execute Leave Request
Developer → Extrinsics → Submission → parachainStaking → executeLeaveCandidates
- Select
Id
in the dropdown list in the fieldcollator: MultiAddress (LookupSource)
. - Use the address of your validator account in the
Id:AccountId
field. - 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
executeLeaveCandidates
.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 validator account in the
Id:AccountId
field. - Click
Submit Transaction
.