|
1 | 1 | ## Overview 👀
|
2 | 2 |
|
3 |
| -Staking managment, you can stake and nominate |
| 3 | +Democracy page consist of five sub-pages: |
| 4 | + |
| 5 | +- Overview |
| 6 | +- Actions |
| 7 | +- Targets |
| 8 | +- Waiting |
| 9 | +- Payouts |
| 10 | + |
| 11 | +## Overview |
| 12 | + |
| 13 | +The overview is divided into two parts: **Summary** and **Validators** |
| 14 | + |
| 15 | +The summary is a small dashboard with all important information such as validators count, nominators count, actual era, and many others |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +In the validators, the user is able to see info about validators on the selected network. As an example users can see how much currency the actual validator staked, the commission of the current validator. |
| 20 | + |
| 21 | +## Actions |
| 22 | + |
| 23 | +The actions tab shows a list of available stashes |
| 24 | + |
| 25 | +As we can see on the image below each stash consist of |
| 26 | +stash address, controller address, reward destination, bonded funds, commission, and session keys. |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +Moreover, clicking on the`⋮` button user are able to see actions available for the stash. |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +Users are also able to add a new nominator using the `+ Nominator` button. |
| 45 | +On the first image below the user selects account for the stash, account for the controller, funds to nominate, and reward destination. |
| 46 | +If the stash account is protected by a password, the user has to also type a password. |
| 47 | + |
| 48 | +> User is able to choose the same account for stash and controller, however, it's not recommended. |
| 49 | +
|
| 50 | + |
| 51 | + |
| 52 | +On the second screen shown below the user is able to select validator accounts. |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | +Using the `+ Validator` button user can add a new validator. |
| 57 | + |
| 58 | +The first screen for adding a validator is the same as the first page of adding a nominator. |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +The second screen allows the user to set session keys and commission. |
| 63 | +Clicking on the green `Generate` button, function `author_rotateKeys` is called, which generates session keys for the user. |
| 64 | + |
| 65 | +> author_rotateKeys is considered as unsafe RPC method. |
| 66 | +
|
| 67 | + |
| 68 | + |
| 69 | +## Targets |
| 70 | + |
| 71 | +Targets tab is the list of actual validators. |
| 72 | + |
| 73 | +Same as an overview, targets consist of vital information about validators, |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | +## Waiting |
| 80 | + |
| 81 | +The waiting tab shows a list of waiting validators to be approved. |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | +## Payouts |
| 86 | + |
| 87 | +The payouts tab shows a list of stakers eligible to claim rewards for past eras. |
| 88 | + |
| 89 | +> For more info about payouts https://wiki.polkadot.network/docs/en/learn-simple-payouts |
| 90 | +
|
| 91 | + |
0 commit comments