Skip to main content

Adjust Your Own Stake

A collator can increase or decrease their stake, always within the limits of the minimum and maximum allowed stake amounts. The corresponding extrinsics for these operations are parachainStaking -> candidateStakeMore(more) and parachainStaking -> candidateStakeLess(less).

info

You can either execute this transaction in Polkadot JS Apps or the KILT Stakeboard, which serves as an in-house developed Frontend for all KILT staking activity. Below, we outline the steps for Polkadot JS Apps. The process for KILT Stakeboard is described in detail in the BOTLabs Trusted Entity support hub.

In the Polkadot JS Apps (wss://spiritnet.kilt.io, or wss://peregrine.kilt.io) go to Developer -> Extrinsics -> Submission.

  1. Select your collator KILT address as the extrinsic submitter (the using the selected account field)
  2. Select the extrinsic: parachainStaking -> collatorStakeMore
  3. Choose the stake amount that you want to add or remove from your current stake (the more field). You can add up to the maximum of 200,000 KILT and your maximum available balance.
  4. Sign and submit the extrinsic (the Submit Transaction button)