Turing Staking Guide

How to stake TUR tokens (OAK Network)

Step 1 - Account

Follow the link to Turing Accounts Page, it assumes you have Polkadot.js extension installed and account having TUR tokens configured. Please click on the images to zoom.

account page

Step 2 - Developer -> Extrinsics

Next, on the top menu, click on Developer -> Extrinsics, or follow this link

Staking Step
  1. Select the account with TUR balance (if you have just one account it will be automatically selected)

  2. In submit the following extrinsic find and select parachainStakingfrom the dropdown

  3. In next dropdown find and select delegate(candidate, amount, candidateDelegationCount, delegationCount)

  4. In candidate: AccountId32 input the Collator address with whom you want to stake, you can find the collators on https://staketur.com/ click the copy icon next to their address Tip: You can stake with pathrocknetwork with following address: 6BkqEuMXuNYzssdPQYpo4eVbcA2756RdfBHbSAvgj5FFZx71

  5. In amount: u128 (BalanceOf) field input the TUR amount, the amount should be multiplied by 10000000000. for example if you want to stake 50 TUR the amount to input will be: 50 * 10000000000 = 500000000000 Please remember the minimum amount to stake is 50 TUR

  6. In candidateDelegationCount: u32 field, go to https://staketur.com/ and note down the value in your position / Delegations column (you should take the value of Delegation which is in 2nd row) as shown in the image below, please note that this value can change, so always refresh the page and get the latest value before submitting the transaction

  7. The delegationCount: u32 the field represents your previous delegations, if you are delegating for the first time then leave it as 0, in case of 2nd delegation, input 1... and so on...

  8. Finally, press 'Submit Transaction' button and sign the transaction with Polkadot.js wallet extension, in a few seconds the transaction should be thorugh and you should see a confirmation message and the top right of the screen

Step 3 - Confirmation

You can head over to the following link and input your TUR wallet address, at bottom you can see Extrinsics with Action: parachainstaking (delegate) and Result column with a green tick mark. Congratulation you have successfully staked your TUR tokens.

Last updated