Zeitgeist
How to delegate Zeitgeist Tokens (ZTG)?
Brief:
You can stake unlocked tokens only.
Commission = 20% (network commission)
Validator name: Nodes.Guru
Collator address: dDyatU4kt69zRTzVVKoN3nQk4hFsMntFqALmmRLRy6s38Q5bb
Link to explorer
The full guide:
-
Go to Extrinsics
-
Choose parachainStaking in submit the following extrinsic tab:
-
Choose delegate(candidate, amount, candidateDelegationCount, delegationCount) in the next tab:
-
Insert our address (dDyatU4kt69zRTzVVKoN3nQk4hFsMntFqALmmRLRy6s38Q5bb) in the candidate field:
-
Insert the amount you want to stake (you should add 10 zeroes to your amount, so for example if you want to stake 1 ZTG it will be 10000000000):
-
For candidateDelegationCount field you will need to get the current delegations count for your candidate, do the following:
6.1. Open Developer -> Chain state (or just click on the link)
6.2. Choose parachainStaking
6.3. Choose candidateInfo(AccountId32): Option<ParachainStakingCandidateMetadata>
6.4. Insert your candidate address (in our case this address is dDyatU4kt69zRTzVVKoN3nQk4hFsMntFqALmmRLRy6s38Q5bb)
6.5. Enable include option
6.6. Press +
6.7. Get the delegationCount number (in our case the number is 0 because we do not have delegators for now):
6.8. Fill out candidateDelegationCount field with value from delegationCount:
-
Fill out the delegationCount field with the number of your delegations from this wallet (if you do not have any delegations from your wallet on our delegator - value should be 0):
-
Result should look like:
-
Submit Transaction
-
If success, you should see the following in your right corner:
Verify staked amount:
- Go to Accounts
- Select your account, press a triangle in the right corner
- Amount in the reserved field is your staked amount:
Bond more tokens:
- Go to Extrinsics
- Choose parachainStaking in submit the following extrinsic tab:
- Choose delegatorBondMore(candidate, more) in the next tab:
- Insert our address (dDyatU4kt69zRTzVVKoN3nQk4hFsMntFqALmmRLRy6s38Q5bb) in the candidate field:
- Insert the amount you want to add to your current bond (you should add 10 zeroes to your amount, so for example if you want to add 1 ZTG it will be 10000000000):
- Result should look like:
- Submit Transaction
- If success, you should see the following in your right corner:
Stop your delegation:
- Go to Extrinsics
- Choose parachainStaking in submit the following extrinsic tab
- Choose scheduleRevokeDelegation(collator)
- Select the account on which you want to stop delegating
- Submit transaction Wait 4 hours after that, then continue to do the following
- On the same tab choose executeDelegationRequest:
- Choose your delegator address
- Choose your candidate address
- Submit transaction