Skip to content

Commit

Permalink
Minor fix - On-chain value for Min Active staking (w3f#4550)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrW3RK authored Mar 6, 2023
1 parent 16aff2d commit 9b9ba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ functionalities on Polkadot.
- {{ polkadot: __<RPC network="polkadot" path="query.staking.minNominatorBond" defaultValue={1000000000000} filter="humanReadable"/>:__ :polkadot }}
the minimum stake required to submit your intent to directly nominate validators. But, to increase
the chance of earning staking rewards, your stake should not be less than the minimum stake among
the active nominators which is a dynamic threshold (around **264 DOT** in era 966). If you have
the active nominators which is a dynamic threshold ({{ polkadot: __<RPC network="polkadot" path="query.staking.minimumActiveStake" defaultValue={2937000000000} filter="humanReadable"/>:__ :polkadot }}). If you have
lesser DOT than the minimum active nomination, please consider contributing to
[nomination pools](../learn/learn-nomination-pools.md). Learn more about
[becoming a nominator](../learn/learn-nominator.md).
Expand Down

0 comments on commit 9b9ba91

Please sign in to comment.