How to Delegate?
How to delegate your TAO to Neural Internet’s Validator..
Delegation Process
Neural Inτerneτ is now open for $TAO delegation our validator hotkey:
5HNQURvmjjYhTSksi8Wfsw676b4owGwfLR2BFAQzG7H3HhYf
Delegating to the above hotkey address means you are staking to Neural Internet’s validator instead of running your own. You can ‘undelegate’ at anytime and receive your $TAO back in your coldkey address.
List of Delegates and their hotkeys: https://github.com/opentensor/bittensor/blob/master/delegates.json
Delegating through a server
Those who run their own server can delegate to UID 3657 by copy pasting the following command straight into their console
btcli delegate — delegate_ss58key 5HNQURvmjjYhTSksi8Wfsw676b4owGwfLR2BFAQzG7H3HhYf
Make sure your $TAO is unstaked and sitting in your coldkey before running the command.
Delegating through Polkadot.js
Download the Polkadot Browser Extension and create/import your $TAO wallet.
Connect the extension to the Official Polkadot JS Account with the correct RPC endpoint for Bittensor:
Navigate to the Developer Tab and open the Extrinsics page.
Under the “submit the following extrinsic” dropdown, select SubtensorModule
In the drop down menu corresponding to the SubtensorModule drop down, select addStake. (If you want to undelegate, select removeStake)
Paste the hotkey of the delegate in the drop down box labeled hotkey. 5HNQURvmjjYhTSksi8Wfsw676b4owGwfLR2BFAQzG7H3HhYf
In the text box amountStaked, add 9 zeroes to the amount of $TAO you wish to stake. For example, if you wish to stake 1 TAO, then input 1000000000. (1 Tao = 10⁹ Rao)
Once you have verified the keys and amounts, click Submit Transaction to sign and submit this transaction to delegate your $TAO and start earning.
How to check your staked amount through Polkadot.js?
Navigate to the Chain state page under the Developer tab.
Under the “selected state query” dropdown, select SubtensorModule
In the drop down menu corresponding to the SubtensorModule drop down, select stake(AccountId32, AccountId32): u64
For the first value of AccountId32 input the value of the hotkey of who you are delegating to.
For the second value of AccountId32 input the value of your own wallet address.
Click on the plus sign (top right)
You can now see the total amount you have staked in terms of RAO. (1 Tao = 10⁹ Rao)