Skip to content

Commit f5a781f

Browse files
authored
Merge pull request #121 from tangle-network/1xstj/links-update
chore: add links and specify proxy is optional
2 parents 7c13158 + 2e92ae3 commit f5a781f

File tree

3 files changed

+151
-139
lines changed

3 files changed

+151
-139
lines changed

pages/operators/validator/introduction.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ Once your node is operational, proceed.
5050

5151
## 1. Bond TNT or tTNT
5252

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>
5459

5560
<Callout>
5661
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
5964
It is now time to set up our validator. We will do the following:
6065

6166
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.
6768

6869
First, go to the Staking section. Click on "Account Actions", and then the "+ Stash" button.
6970

@@ -73,7 +74,7 @@ Make sure not to bond all your TNT balance since you will be unable to pay trans
7374

7475
**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.
7576

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.
7778

7879
**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.
7980

@@ -161,7 +162,7 @@ To inform the chain about your session keys:
161162
1. Navigate to `Staking > Account Actions`
162163
2. Set Session Key
163164

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.
165166
- Enter the output from `author_rotateKeys` in the appropriate field.
166167
- Click `Set Session Key`.
167168

pages/operators/validator/proxyaccount.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ A proxy account allows you to delegate some functionalities to another account,
88

99
1. **Navigate to the Extrinsics Page**:
1010

11+
Extrinsic page : https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/extrinsics
12+
1113
- Click on the `Developer` tab.
1214
- Select `Extrinsics` from the dropdown.
1315

@@ -28,6 +30,8 @@ A proxy account allows you to delegate some functionalities to another account,
2830

2931
1. **Navigate to Your Accounts**:
3032

33+
Accounts page : https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/accounts
34+
3135
- Go to the `Accounts` page.
3236
- Find your primary account and click on the three vertical dots next to it.
3337
- Select `Add proxy` (If the account already has a proxy, you'll see `Manage proxies`).
@@ -46,6 +50,8 @@ Once you've set up a proxy account, it's essential to verify that it's configure
4650

4751
1. **Navigate to Chain State**:
4852

53+
Chain state page : https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/chainstate
54+
4955
- From the dropdown, choose `proxy` > `proxies`.
5056
- Select your primary/proxied account.
5157
- Click on the `+` button to send the query.
@@ -57,8 +63,12 @@ Once you've set up a proxy account, it's essential to verify that it's configure
5763

5864
1. **Go to Your Accounts**:
5965

66+
Accounts page : https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/accounts
67+
6068
- On the `Accounts` page, find the Proxy symbol next to your primary account.
6169
- Hover over the icon and click `Manage proxies` to see your proxies.
6270

6371
2. **Inspect Proxy Overview**:
6472
- A pop-up will show an overview of all your proxy accounts.
73+
74+
For a more detailed overview of proxies, refer to the [Polkadot.js documentation](https://wiki.polkadot.network/learn/learn-guides-accounts-proxy/).

0 commit comments

Comments
 (0)