Skip to content

Commit

Permalink
edits (#6254)
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 authored Sep 24, 2024
1 parent fa03cd2 commit 4cc4350
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ voting for councillors in the elections.

## Voting for Councillors

Voting for councillors requires you to reserve
{{ polkadot: 20.064 DOT :polkadot }}{{ kusama: 0.067 KSM :kusama }} as a base amount and an amount
of {{ polkadot: 0.032 DOT :polkadot }}{{ kusama: 0.0001 KSM :kusama }} per vote. You can then bond
whatever amount you wish to put behind your vote. See the
[democracy guide](./maintain-guides-democracy.md) for more information.
Voting for councillors requires you to reserve 20.064 DOT (0.067 KSM on Kusama) as a base amount and
an amount of 0.032 DOT (0.0001 KSM on Kusama) per vote. You can then bond whatever amount you wish
to put behind your vote. See the [democracy guide](./maintain-guides-democracy.md) for more
information.

:::warning

Expand Down
11 changes: 2 additions & 9 deletions docs/maintain/maintain-guides-how-to-validate-polkadot.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ transaction fees. The rest can come from nominators. To understand how validator
the [NPoS Election algorithms](../learn/learn-phragmen.md) page.

For further reference, you may look at the
{{ polkadot: [statistics for current, active validators.](https://polkadot.subscan.io/validator_list?status=validator) :polkadot }}
{{ kusama: [statistics for current, active validators.](https://kusama.subscan.io/validator_list?status=validator) :kusama }}
[statistics for current, active validators](https://polkadot.subscan.io/validator_list?status=validator).
For Kusama see [here](https://kusama.subscan.io/validator_list?status=validator).

**Warning:** Any DOT that you stake for your validator is liable to be
[slashed](../learn/learn-offenses.md), meaning that an insecure or improper setup may result in loss
Expand Down Expand Up @@ -537,13 +537,6 @@ There is a [minimum bond](../general/chain-state-values.md#minimum-validator-bon
validator instance, but to enter the active validator set and be eligible to earn rewards, your
validator node should be nominated by a minimum number of DOT tokens.

For example, the minimum stake backing a validator in era
{{ polkadot: 1449 :polkadot }}{{ kusama: 6646 :kusama }} (May 21st 2024) is
{{ polkadot: 2,377,756.492 DOT :polkadot }}{{ kusama: 7,078.811 KSM :kusama }}. For a live view at
current validator stats, you may look to
[Subscan](https://polkadot.subscan.io/validator_list?status=validator) or the
[Staking Dashboard.](https://staking.polkadot.cloud/#/overview)

If you are validator who intends to get DOT/KSM nominations from the community, you will need to
show some skin in the game. For that, you need to bond some DOT/KSM as own stake. Make sure not to
bond all your DOT balance since you will be unable to pay transaction fees from your bonded balance.
Expand Down
3 changes: 1 addition & 2 deletions docs/maintain/maintain-guides-validator-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ distro-packaged libraries? Any server hardening practices, etc.

#### Specs

Are you running the recommended Standard Hardware for
{{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }}? Can you ensure that machines have
Are you running the recommended Standard Hardware for Polkadot? Can you ensure that machines have
enough processing power, memory, file storage, and network connectivity? It's helpful for nominators
to know the specs of the machines a validator uses to assess how they may perform in the network. If
a validator is running underpowered machines, they may not want to nominate them, as these can
Expand Down
5 changes: 2 additions & 3 deletions docs/maintain/maintain-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ slug: ../maintain-index

import DocCardList from '@theme/DocCardList';

Welcome to the network maintainers section of the
{{ polkadot: Polkadot wiki :polkadot }}{{ kusama: Kusama Guide :kusama }}. Here you will find
information and guides to set up a node and run the network.
Welcome to the network maintainers section of the Polkadot Wiki. Here you will find information and
guides to set up a node and run the network.

<DocCardList />

Expand Down
4 changes: 2 additions & 2 deletions docs/maintain/maintain-polkadot-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ a block in the chain. Thus, the times given are *estimates*. See

### Staking, Validating, and Nominating

The maximum number of validators that can be nominated by a nominator is
{{ polkadot: 16. :polkadot }} {{ kusama: 24. :kusama }}
The maximum number of validators that can be nominated by a nominator is can be see
[here](../general/chain-state-values.md#maximum-votes-per-nominator).

<!-- prettier-ignore -->
<Tabs groupId="staking" values={[
Expand Down

0 comments on commit 4cc4350

Please sign in to comment.