Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Getting Started #6088

Merged
merged 4 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions docs/general/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,11 @@ Explore Polkadot with a secure and user-friendly wallets listed on the
- {{ polkadot: __<RPC network="polkadot" path="query.nominationPools.minCreateBond" defaultValue={5000000000000} filter="humanReadable"/>:__ :polkadot }}
you can create your own [nomination pool](../learn/learn-nomination-pools.md).

DOT has utility in [Polkadot's OpenGov](../learn/learn-polkadot-opengov.md). Bonding DOT is a
requirement to create proposals, to endorse them and to vote on them when they become referendums.
Bonding
{{ polkadot: <RPC network="polkadot" path="consts.treasury.proposalBondMinimum" defaultValue={1000000000000} filter="humanReadable"/> :polkadot }}
or 5% of requested funding is a requirement to make a
[treasury proposal](../learn/learn-polkadot-opengov-treasury.md). DOT can also enable you to
participate in programs like the
[Thousand Validators Programme](../general/thousand-validators.md#polkadot).
DOT has utility in Polkadot's OpenGov where you can
[vote](../learn/learn-polkadot-opengov.md#voting-on-a-referendum) or
[delegate your voting power](../learn/learn-polkadot-opengov.md#multirole-delegation), and place
deposits for your referenda or referenda proposed by others. DOT can also enable you to participate
in programs like the [Thousand Validators Programme](../general/thousand-validators.md#polkadot).
filippoweb3 marked this conversation as resolved.
Show resolved Hide resolved

## Polkadot Gifts

Expand Down
11 changes: 5 additions & 6 deletions docs/general/kusama/kusama-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,11 @@ governance, acquisition of a parachain slot and for enabling several key functio
- {{ kusama: __<RPC network="kusama" path="query.staking.minimumActiveStake" defaultValue={0} filter="humanReadable"/>:__ :kusama }}
the minimum amount of KSM required to become an active nominator and earn rewards.

KSM has utility in [Kusama's OpenGov](../../learn/learn-polkadot-opengov.md). Bonding KSM is a
requirement to create proposals, to endorse them and to vote on them when they become referendums.
Bonding
{{ kusama: <RPC network="kusama" path="consts.treasury.proposalBondMinimum" defaultValue={666666666000} filter="humanReadable"/> :kusama }}
or 5% of requested funding is a requirement to make a
[treasury proposal](../../learn/learn-polkadot-opengov-treasury.md).
KSM has utility in [Kusama's OpenGov](../../learn/learn-polkadot-opengov.md) where you can
[vote](../../learn/learn-polkadot-opengov.md#voting-on-a-referendum) or
[delegate your voting power](../../learn/learn-polkadot-opengov.md#multirole-delegation), and place
deposits for your referenda or referenda proposed by others. KSM can also enable you to participate
in programs like the [Thousand Validators Programme](../../general/thousand-validators.md#polkadot).
filippoweb3 marked this conversation as resolved.
Show resolved Hide resolved

### Kusama Gifts

Expand Down
Loading