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

Unbond Max differs in polkadot.staking + substarte portal when nominating #2187

Closed
niklasp opened this issue Jul 8, 2024 · 1 comment
Closed

Comments

@niklasp
Copy link

niklasp commented Jul 8, 2024

When I use my account and try unbonding all my stake, polkadot staking dashboard shows a different value (than my currently active stake) after clicking the "Max" button. What is the reason for that? I would expect that I can unbond the total amount i bonded to staking.

Bildschirmfoto 2024-07-08 um 16 04 47 (modal when clicking the minus in "Bonded Funds" Card) Bildschirmfoto 2024-07-08 um 16 04 12 (substrate portal)

When clicking the "Unstake" button it will trigger a batch tx with "staking.chill" and "staking.unbond" where the unbond amount is my total bonded amount.

I am wondering if I am looking at a feature or a bug 🙃

related code:

const unbondToMin = isPooling

@niklasp niklasp changed the title Unbond Max differs in polkadot.staking + substarte portal Unbond Max differs in polkadot.staking + substarte portal when nominating Jul 9, 2024
@rossbulat
Copy link
Collaborator

rossbulat commented Dec 1, 2024

Removing your bond in this module enforces the minimumActiveStake to remain bonded, otherwise the unbond request would return an error.

There is a dedicated button to unstake next to your status, which will submit a batch transaction of unbonding the full bond amount and chill.

I think UI can be introduced to make this difference clearer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants