Skip to content

Commit cbfd230

Browse files
authored
Update index.md (#562)
Adding associate-hotkey here for the root subnet staking process. There might be a better way to word/rearrange this; feel free to do so!
1 parent 107ac3a commit cbfd230

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/validators/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,25 @@ To have a **validator permit** in a given subnet, allowing you to submit miner e
3333

3434
- You must be one of the top 64 validators in the subnet, ranked by stake weight.
3535

36+
## Hotkey Association & Staking (subnet 0, the root subnet, only)
37+
38+
:::tip Root Subnet (Subnet 0) only
39+
Skip this step if you are not registering a validator on the root subnet (subnet 0)
40+
:::
41+
42+
```bash
43+
btcli wallet associate-hotkey --wallet.name <wallet name> --hotkey <your hotkey>
44+
```
45+
Add stake to your validator before registering:
46+
47+
```bash
48+
# Stake funds to your hotkey account within the subnet.
49+
btcli stake add --wallet.name <wallet name> --wallet.hotkey <your validating hotkey>
50+
```
51+
:::tip Root Subnet (Subnet 0) only
52+
In order to be able to set weights in a subnet, you will need a minimum of 1000 of stake weight in the subnet's alpha token. Stake weight is calculated as TAO * .18 + alpha: 1000 stake weight of alpha in a subnet could be 1000 alpha tokens staked, 18000 TAO staked, or a combination of the two such that the stake weight for the subnet is at least 1000.
53+
:::
54+
3655
## Validator registration
3756

3857
To participate as a validator, you must first register your keys with the subnet in order to receive a UID on that subnet.

0 commit comments

Comments
 (0)