Skip to content

Commit 352083c

Browse files
bobo-k2Gunit2481
andauthored
Add re-stake rewards info (#703)
* Add re-stake rewards info * Fix typos --------- Co-authored-by: Gaius_sama <85451570+Gunit2481@users.noreply.github.com>
1 parent baffc0a commit 352083c

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed
Loading

docs/use/dapp-staking/for-stakers/manage-dApp-Staking.md

+21-15
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,39 @@ import Figure from "/src/components/figure"
66

77
# Manage dApp Staking & claim rewards
88

9-
Once you have staked, a new panel named **Staking** will appear in the [Assets Page](https://portal.astar.network/astar/assets).
9+
Once you have staked, a new panel named **Staking** will appear in the [Assets Page](https://portal.astar.network/astar/assets).
1010

11-
### My Staking Panel:
11+
### My Staking Panel:
1212

1313
My Staking Panel is where you track your staking and locked tokens, see your pending rewards and take actions with your tokens and rewards;
1414

1515
- **Locked amount:** Total amount of tokens locked in the address;
16-
- **Unlock (↑):** Unlock your locked tokens *(subject to [unlocking parameters](/docs/use/dapp-staking/for-stakers/unstaking#overview)*);
17-
- **Stake (↓):** Stake your locked tokens in dApp Staking;
16+
- **Unlock (↑):** Unlock your locked tokens _(subject to [unlocking parameters](/docs/use/dapp-staking/for-stakers/unstaking#overview)_);
17+
- **Stake (↓):** Stake your locked tokens in dApp Staking;
1818
- **Staked amount**: Total amount of tokens you have staked;
1919
- **Rewards**: Total of the estimated Basic and Bonus rewards;
20-
- **Available**: Basic estimated rewards earned during the **Build&Earn subperiod**;
21-
- **Bonus:** Bonus estimated rewards earned during the **Vote subperiod** if eligible;
20+
- **Available**: Basic estimated rewards earned during the **Build&Earn subperiod**;
21+
- **Bonus:** Bonus estimated rewards earned during the **Vote subperiod** if eligible;
2222

23-
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/Staking_Panel_1.png').default } width="100%" />
23+
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/Staking_Panel_1.png').default } width="100%" />
2424

25-
To claim your rewards, you need to click on the **Claim Button** and sign the transaction;
25+
To claim your rewards, you need to click on the **Claim Button** and sign the transaction.
2626

27-
If you have a lot of unclaimed rewards (`Eras`), you may have to make several `Claim` calls to receive all your rewards;
27+
If you have active stakes, a modal will pop up offering you to re-stake your rewards.
28+
29+
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/Re_Stake_Modal.png').default } />
30+
31+
If you want to re-stake your rewards, just click **Yes re-stake my rewards**, sign the transactions and your rewards will re-stake proportionally to all dApps you currently staking on.
32+
33+
If you don't want to re-stake rewards, click **No I would not wish to re-stake my rewards**, sign transaction an your rewards will be claimed.
2834

2935
All pending rewards on a dApp must be claimed before staking again.
3036

3137
:::tip
3238

3339
You can manage your rewards from the dApp Staking page and collect them by clicking the **Claim Button** and signing the transaction.
3440

35-
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/Claiming_Rewards.png').default } width="100%" />
41+
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/Claiming_Rewards.png').default } width="100%" />
3642

3743
:::
3844

@@ -45,18 +51,18 @@ My dApps Panel is where you can see all dApps you have staked with and manage yo
4551
- **Add (↓) :** you can add more tokens in dApp staking on the desired dApp;
4652
- **Unlock (↑) :** you can select how many tokens you want to unlock from your staked amount.
4753

48-
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/MydApps_Panel_1.png').default } width="100%" />
54+
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/MydApps_Panel_1.png').default } width="100%" />
4955

5056
### Unlocking Panel:
5157

52-
The unlocking panel is where you can see the progress of unlocking and withdrawing.
53-
For the runtime logic, when unlocking, you don’t unlock from a specific dApp but unlock as `Chunks`. First pending unlocking gives Chunk 1, second pending unlocking gives Chunk 2 etc.
58+
The unlocking panel is where you can see the progress of unlocking and withdrawing.
59+
For the runtime logic, when unlocking, you don’t unlock from a specific dApp but unlock as `Chunks`. First pending unlocking gives Chunk 1, second pending unlocking gives Chunk 2 etc.
5460

5561
After you have unstaked and when those ERAs pass, you will be able to withdraw. More information about [Unlocking](/docs/use/dapp-staking/for-stakers/unstaking/).
56-
The unlocking period lenghts can be consulted [here](/docs/learn/dapp-staking/#parameters).
62+
The unlocking period lenghts can be consulted [here](/docs/learn/dapp-staking/#parameters).
5763

5864
- **Remaining days:** The number of days or `Eras` you have to wait before you can withdraw your tokens;
5965
- **Available to withdraw:** Unlock your tokens and make them `transferable`;
6066
- **Re-lock:** Lock your tokens again to use them in dApp Staking;
6167

62-
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/Unbonding_1.png').default } width="100%" />
68+
<Figure src={require('/docs/use/dapp-staking/for-stakers/img/Unbonding_1.png').default } width="100%" />

0 commit comments

Comments
 (0)