You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/operators/validator/introduction.mdx
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,12 @@ Once your node is operational, proceed.
50
50
51
51
## 1. Bond TNT or tTNT
52
52
53
-
To validate, you will use a 'Stash' account and a 'staking proxy.' Make sure this account has enough funds to pay the fees for making transactions. Keep most of your funds in the stash account since it is meant to be the custodian of your staking funds. While you are not required to use a staking proxy, it is highly recommended. For this, you will create two accounts and make sure each of them have at least enough funds to pay the fees for making transactions.
53
+
To validate, you will use a 'Stash' account and a 'staking account.' Make sure this account has enough funds to pay the fees for making transactions. Keep most of your funds in the stash account since it is meant to be the custodian of your staking funds.
54
+
55
+
<Callout>
56
+
(Optional) While you are not required to use a proxy account for staking, it is recommended. For this, you will create two accounts and make sure each
57
+
of them have at least enough funds to pay the fees for making transactions. Learn more about [setting up a proxy account](./proxyaccount.mdx).
58
+
</Callout>
54
59
55
60
<Callout>
56
61
Controller accounts are deprecated in Substrate. For more information, [see this discussion.](https://forum.polkadot.network/t/staking-controller-deprecation-plan-staking-ui-leads-comms/2748)
@@ -59,11 +64,7 @@ Controller accounts are deprecated in Substrate. For more information, [see this
59
64
It is now time to set up our validator. We will do the following:
60
65
61
66
1. Bond the TNT of the Stash account on the Tangle Network. These TNT will be put at stake for the security of the network and can be slashed.
62
-
2. Select the [staking proxy account](./proxyaccount.mdx) account. This is the account that will decide when to start or stop validating.
63
-
64
-
<Callout>
65
-
See how to setup a [proxy account](./proxyaccount.mdx)
66
-
</Callout>
67
+
2. Select the account (optionally a [staking proxy account](./proxyaccount.mdx)). This is the account that will decide when to start or stop validating.
67
68
68
69
First, go to the Staking section. Click on "Account Actions", and then the "+ Stash" button.
69
70
@@ -73,7 +74,7 @@ Make sure not to bond all your TNT balance since you will be unable to pay trans
73
74
74
75
**Stash account** - Select your Stash account. In this example, we will bond 1 TNT, where the minimum bonding amount is 1. Make sure that your Stash account contains at least this much. You can, of course, stake more than this.
75
76
76
-
**Staking proxy account** - Select the staking [proxy account](./proxyaccount.mdx) created earlier. This account will also need a small amount of TNT in order to start and stop validating.
77
+
**Staking account** - Select the staking account (or [proxy account](./proxyaccount.mdx) created earlier) created earlier. This account will also need a small amount of TNT in order to start and stop validating.
77
78
78
79
**Value bonded** - How much TNT from the Stash account you want to bond/stake. Note that you do not need to bond all of the TNT in that account. Also note that you can always bond more TNT later. However, withdrawing any bonded amount requires the duration of the unbonding period. On Kusama, the unbonding period is 7 days. On Polkadot, the planned unbonding period is 28 days.
79
80
@@ -161,7 +162,7 @@ To inform the chain about your session keys:
161
162
1. Navigate to `Staking > Account Actions`
162
163
2. Set Session Key
163
164
164
-
- Click on `Set Session Key` for the account you've designated as your staking proxy.
165
+
- Click on `Set Session Key` for the account you've designated as your staking account.
165
166
- Enter the output from `author_rotateKeys` in the appropriate field.
0 commit comments