Skip to content

Commit

Permalink
Add re-stake rewards info (#703)
Browse files Browse the repository at this point in the history
* Add re-stake rewards info

* Fix typos

---------

Co-authored-by: Gaius_sama <[email protected]>
  • Loading branch information
bobo-k2 and Gunit2481 authored Aug 28, 2024
1 parent baffc0a commit 352083c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 21 additions & 15 deletions docs/use/dapp-staking/for-stakers/manage-dApp-Staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,39 @@ import Figure from "/src/components/figure"

# Manage dApp Staking & claim rewards

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

### My Staking Panel:
### My Staking Panel:

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

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

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

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

If you have a lot of unclaimed rewards (`Eras`), you may have to make several `Claim` calls to receive all your rewards;
If you have active stakes, a modal will pop up offering you to re-stake your rewards.

<Figure src={require('/docs/use/dapp-staking/for-stakers/img/Re_Stake_Modal.png').default } />

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.

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.

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

:::tip

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

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

:::

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

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

### Unlocking Panel:

The unlocking panel is where you can see the progress of unlocking and withdrawing.
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.
The unlocking panel is where you can see the progress of unlocking and withdrawing.
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.

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/).
The unlocking period lenghts can be consulted [here](/docs/learn/dapp-staking/#parameters).
The unlocking period lenghts can be consulted [here](/docs/learn/dapp-staking/#parameters).

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

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

0 comments on commit 352083c

Please sign in to comment.