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

Add Fast Unstake #4557

Merged
merged 5 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
10 changes: 7 additions & 3 deletions docs/learn/learn-nomination-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ import RPC from "./../../components/RPC-Connection";

:::info Nomination Pools are live on Polkadot!

Nomination pools are a new feature for Polkadot’s staking system that allows users to pool their DOT
tokens together on-chain to nominate validators and receive rewards, significantly improving the
system’s scalability. Now, anyone with as little as
Nomination pools are a new feature for Polkadot’s staking system that allows users to pool their
{{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} tokens together on-chain to nominate
validators and receive rewards, significantly improving the system’s scalability. Now, anyone with
as little as
[1 DOT can receive rewards for staking natively on Polkadot](https://polkadot.network/blog/nomination-pools-are-live-stake-natively-with-just-1-dot/).
Note that rewards are not guaranteed for those pools that do not have enough bonded funds to be
included within the [bags list](./learn-staking-advanced.md#bags-list). **Only members of active
pools will receive rewards.**

- There are currently
{{ polkadot: <RPC network="polkadot" path="query.nominationPools.counterForPoolMembers" defaultValue={4376} /> :polkadot }}
Expand Down
16 changes: 16 additions & 0 deletions docs/learn/learn-staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,21 @@ re-garner support from nominators.
For more on chilling, see the "[How to Chill](../maintain/maintain-guides-how-to-chill.md)" page on
this wiki.

### Fast Unstake

:::info Fast Unstaking is live on Kusama

Fast unstaking will be added to Polkadot soon.

:::

If your bonded balance did not back any validators in the last
{{ polkadot: 28 days on Polkadot (when the feature goes live) :polkadot }}{{ kusama: 7 days on Kusama :kusama }},
you are eligible to perform fast unstaking. The
[staking dashboard](https://staking.polkadot.network/#/overview) will automatically check if you
qualify. For more information, visit the
["Fast Unstake" section in this support article](https://support.polkadot.network/support/solutions/articles/65000169433-can-i-transfer-dot-without-unbonding-and-waiting-28-days-).

## Why and Why not to Stake?

### Pros of Staking
Expand Down Expand Up @@ -555,6 +570,7 @@ users to withdraw. For in-depth understanding, check the
- Tokens will be locked for about {{ polkadot: 28 :polkadot }}{{ kusama: 7 :kusama }} days on
{{ polkadot: Polkadot. :polkadot }}{{ kusama: Kusama. :kusama }} No rewards will be earned during
the unbonding period.

- Possible punishment in case of the active validator found to be misbehaving (see
[slashing](#slashing)).
- Lack of liquidity i.e. You would not be able to use the tokens for participating in crowdloans or
Expand Down