Turing Unstaking Guide
How to unstake your staked TUR tokens
Unstaking takes two transactions, the first one is to schedule revoke delegation function and after waiting for 24 rounds (approx 48 hours) you have to execute Delegation Request function, please follow the guide below
If you want to fully unstake TUR from a collator (Revoke Delegation) you previously staked, you can use
scheduleRevokeDelegation(collator)
function under parachainStaking option here
schedule revoke delegation
As seen in the image above
- 1.Select your wallet account
- 2.Select
paraChainStaking
from the dropdown - 3.select
scheduleRevokeDelegation(collator)
- 4.paste the validator Collator address with whom you previously staked
- 1.in case of pathrocknetwork you can use the following address:
6BkqEuMXuNYzssdPQYpo4eVbcA2756RdfBHbSAvgj5FFZx71
- 5.Press Submit Transaction button
You can head over to the following link and input your TUR wallet address, at the bottom you can see Extrinsics with Action: parachainstaking (schedule_revoke_delegation) and Result column with a green tick mark. you have successfully triggered the unstaking function. Now wait 24 rounds (approx 48 hours) and follow the following steps
Once 48 hours are over, you can use
executeDelegationRequest(delegator, candidate)
function under parachainStaking option here
execute delegation request
- 1.Select your wallet account
- 2.Select
paraChainStaking
from the dropdown - 3.select
executeDelegationRequest(delegator, candidate)
- 4.In delegator: select your wallet again.
- 5.In candidate: paste the collator address with whom you staked previously.
- 6.Press Submit Transaction button
If you do not want to unstake your full amount you can use Decrease Bond guide to reduce your staked TUR. At the moment Turing is offering a high APR, happy earnings..
Last modified 7mo ago