Skip to content

Commit

Permalink
Add Min Active nomination to Staking pages (w3f#4524)
Browse files Browse the repository at this point in the history
* Add Min Active nomination to Staking pages

* rephrase

* Add min staking info to Nominator doc

* Add min active nomination to Nomination Pools doc

* Update docs/learn/learn-nomination-pools.md

Co-authored-by: Filippo <[email protected]>

* Update docs/learn/learn-nominator.md

Co-authored-by: Filippo <[email protected]>

* Update docs/learn/learn-staking.md

---------

Co-authored-by: Filippo <[email protected]>
  • Loading branch information
DrW3RK and filippoweb3 authored Mar 1, 2023
1 parent 2136411 commit 14a16ad
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 4 deletions.
21 changes: 21 additions & 0 deletions docs/learn/learn-nomination-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,27 @@ the list of validators nominated by the pool, and so, in a way, you are trusting
to act in your best interests. However, it is advised to check the validators nominated by the pool
from time to time and change the pool if necessary.


:::info Minimum Active Nomination Value is Dynamic


The minimum amount required to become an active nominator and earn rewards is
{{ polkadot: __<RPC network="polkadot" path="query.staking.minimumActiveStake" defaultValue={2937000000000} filter="humanReadable"/>__. :polkadot }}
{{ kusama: __<RPC network="kusama" path="query.staking.minimumActiveStake" defaultValue={2937000000000} filter="humanReadable"/>__. :kusama }}
If you have less {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} than the minimum active nomination and still want to participate in staking,
you can join the nomination pools.
You can now stake on {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} natively with
just
{{ polkadot: __<RPC network="polkadot" path="query.nominationPools.minJoinBond" filter="humanReadable" defaultValue={10000000000}/>__ :polkadot }}
{{ kusama: __<RPC network="kusama" path="query.nominationPools.minJoinBond" filter="humanReadable" defaultValue={1666666650}/>__ :kusama }}
in the nomination pools and earn staking rewards. For additional information, see
[this blog post](https://polkadot.network/blog/nomination-pools-are-live-stake-natively-with-just-1-dot/).
Check the wiki doc on [nomination pools](learn-nomination-pools.md) for more information.

:::



| Nominating | Joining a Pool |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| Minimum 100 DOT to nominate. | Minimum 1 DOT to be a member. |
Expand Down
19 changes: 19 additions & 0 deletions docs/learn/learn-nominator.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@ help you get started.

:::


:::info Stake through Nomination Pools


The minimum amount required to become an active nominator and earn rewards is
{{ polkadot: __<RPC network="polkadot" path="query.staking.minimumActiveStake" defaultValue={2937000000000} filter="humanReadable"/>__. :polkadot }}
{{ kusama: __<RPC network="kusama" path="query.staking.minimumActiveStake" defaultValue={2937000000000} filter="humanReadable"/>__. :kusama }}
If you have less {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} than the minimum active nomination and still want to participate in staking,
you can join the nomination pools.
You can now stake on {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} natively with
just
{{ polkadot: __<RPC network="polkadot" path="query.nominationPools.minJoinBond" filter="humanReadable" defaultValue={10000000000}/>__ :polkadot }}
{{ kusama: __<RPC network="kusama" path="query.nominationPools.minJoinBond" filter="humanReadable" defaultValue={1666666650}/>__ :kusama }}
in the nomination pools and earn staking rewards. For additional information, see
[this blog post](https://polkadot.network/blog/nomination-pools-are-live-stake-natively-with-just-1-dot/).
Check the wiki doc on [nomination pools](learn-nomination-pools.md) for more information.

:::

Nominators secure the Relay Chain by selecting good validators and staking DOT.

You may have an account with DOT and want to earn fresh DOT. You could do so as validator, which
Expand Down
14 changes: 10 additions & 4 deletions docs/learn/learn-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@ help you get started.

:::info Stake through Nomination Pools

You can now stake on {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} natively with

The minimum amount required to become an active nominator and earn rewards is
{{ polkadot: __<RPC network="polkadot" path="query.staking.minimumActiveStake" defaultValue={2937000000000} filter="humanReadable"/>:__ :polkadot }}
{{ kusama: __<RPC network="kusama" path="query.staking.minimumActiveStake" defaultValue={2937000000000} filter="humanReadable"/>:__ :kusama }}
. If you have less {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} than the minimum active nomination and still want to participate in staking,
you can join the nomination pools.
you can now stake on {{ polkadot: Polkadot :polkadot }}{{ kusama: Kusama :kusama }} natively with
just
{{ polkadot: <RPC network="polkadot" path="query.nominationPools.minJoinBond" filter="humanReadable" defaultValue={10000000000}/> :polkadot }}
{{ kusama: <RPC network="kusama" path="query.nominationPools.minJoinBond" filter="humanReadable" defaultValue={1666666650}/> :kusama }}
and earn staking rewards. For additional information, check out
{{ polkadot: __<RPC network="polkadot" path="query.nominationPools.minJoinBond" filter="humanReadable" defaultValue={10000000000}/>__ :polkadot }}
{{ kusama: __<RPC network="kusama" path="query.nominationPools.minJoinBond" filter="humanReadable" defaultValue={1666666650}/>__ :kusama }}
in the nomination pools and earn staking rewards. For additional information, check out
[this blog post](https://polkadot.network/blog/nomination-pools-are-live-stake-natively-with-just-1-dot/).
Check the wiki doc on [nomination pools](learn-nomination-pools.md) for more information.

Expand Down

0 comments on commit 14a16ad

Please sign in to comment.