Unlock Unstaked Tokens
Before you can unlock your previously staked tokens, you have to wait 7 days (in block time).
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
.
- Collator
- Delegator
- Select any account with enough balance to cover the transaction fee, which is around 0.005 KILT (the using the selected account field)
- Select the appropriate extrinsic:
parachainStaking -> unlockUnstaked(target)
- Select the
Id
option (the MultiAddress (LookupSource) field) - Select your collator's KILT address (the Id: AccountId field)
- Sign and submit the extrinsic (the Submit Transaction button)
You have unstaked tokens if you have either reduced your stake without increasing it for (at least) same amount afterwards or executing your exit request.
- Select any account with enough balance to cover the transaction fee, which is around 0.005 KILT (the using the selected account field)
- Select the appropriate extrinsic:
parachainStaking -> unlockUnstaked(target)
- Select the
Id
option (the MultiAddress (LookupSource) field) - Select the KILT address you delegated from (the Id: AccountId field)
- Sign and submit the extrinsic (the Submit Transaction button)
Even if you have not exited, reduced or removed your delegation, you can still have unstaked tokens. This can happen if either of the following events occurred
- You were kicked out of your collator candidate's delegation pool because all current delegators have a higher stake
- Your collator candidate intentionally left the collator pool.