AstarNetwork / astar-frame

Core frame modules for Astar & Shiden network.
Other
58 stars 38 forks source link

Re-bond Unbonding Chunks in dApps Staking #63

Open Dinonard opened 2 years ago

Dinonard commented 2 years ago

Description

Once stakers start the unbonding, their unbonded funds will remain locked during the unbonding period. During this period, these funds don’t generate any rewards neither can they be used for payment, transfer, etc. This is normal and expected behavior.

However, we want to provide users an option to re-bond their unbonding chunks. This allows them to continue earning rewards in dapps-staking and returns their unbonding chunks to locked state.

Details

Required Tasks

Estimated done.

<>

Dependencies

This task has no dependencies but will require UI support to be utilized from the portal side.