-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Currently all new staking transactions made through the dashboard are by default set to follow the canonical rollup.
That is a good standard, but we want to make sure we're giving the user the option to make their own decision between:
- Follow canonical Rollup (current default)
- Follow canonical Rollup, but I want to make my own governance decisions (keep my own voice, but follow even if I don't agree)
- Don't follow canonical rollup (I fully want to make my own decisions)
This issue asks for adding a flow where the user can select one of these options during the staking flow.
We should offer all 3, but can be intentional in hiding the 3rd (don't follow) option under an "Advanced options" dropdown.
A brief explainer of each option would be a great addition to give the user all the information they need to make this decision.
Extra care should be taken when a user delegates to a provider with moveWithLatestRollup to false, this should maybe not even be possible through a provider?