Further Operations on Delegators
Increasing and decreasing stakes
Navigate to the extrinsics tab and select the respective action
Insert the delegator-id to which a user has already delegated and the amount to change
The new stake will be PreviousStake ± amount
Leaving delegator
Navigate to the extrinsics tab
Select the
leaveDelegators()
actionSubmit the Transaction
Unlocking Tokens
Before you can unlock your previously staked tokens, you have to wait 7 days (in block time):
Navigate to the extrinsics tab
Select the appropriate extrinsic:
parachainStaking -> unlockUnstaked(target)
Select the
Id
option (the MultiAddress field)Select the address you delegated from (Id: AccountId field)
Sign and submit the extrinsic (Submit Transaction button)
Before:
After:
Last updated