Further Operations on Delegators

Increasing and decreasing stakes

  1. Navigate to the extrinsics tab and select the respective action

  2. 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

  1. Navigate to the extrinsics tab

  2. Select the leaveDelegators() action

  3. Submit the Transaction

Unlocking Tokens

Before you can unlock your previously staked tokens, you have to wait 7 days (in block time):

  1. Navigate to the extrinsics tab

  2. Select the appropriate extrinsic: parachainStaking -> unlockUnstaked(target)

  3. Select the Id option (the MultiAddress field)

  4. Select the address you delegated from (Id: AccountId field)

  5. Sign and submit the extrinsic (Submit Transaction button)

Before:

After:

Last updated