Skip to main content

Adjust Delegator Stake

Open the Developer tab, and click Extrinsics. There, you'll need to submit the extrinsic with the amount you would like to add/subtract from your stake.

To Increase Your Stake

Developer → Extrinsics → Submission → parachainStaking -> delegatorStakeMore(more)

Increase Stake

INFORMATION

Keep in mind that krest has 18 decimals, so if you want to stake 300 $KREST you'll need to enter 300000000000000000000.

  1. Select Id in the dropdown list in the field collator: MultiAddress (LookupSource).
  2. Paste the same Id (which you used during the joinDelegators step) to the Id:AccountId field.
  3. Enter the additional staking amount to the more: u128 (BalanceOf) field.
  4. Click Submit Transaction

To Decrease Your Stake

Developer → Extrinsics → Submission → parachainStaking -> delegatorStakeLess(less)

Decrease Stake

INFORMATION

Keep in mind that krest has 18 decimals, so if you want to stake 100 $KREST you'll need to enter 100000000000000000000.

  1. Select Id in the dropdown list in the field collator: MultiAddress (LookupSource).
  2. Paste the same Id (which you used during the joinDelegators step) to the Id:AccountId field.
  3. Enter the staking amount to be subtracted in the less: u128 (BalanceOf) field.
  4. 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 delegatorStakeLess.

  • To check when you'll be able to unstake, use: Developer → Chain state → parachainStaking -> unstaking

Unstaked Tokens

  1. Select Id in the dropdown list in the field target: MultiAddress (LookupSource).
  2. Use the address of your delegator account in the Id:AccountId field.
  3. Click Submit Transaction.