-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add Voting Locks section to OpenGov #5535
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filippoweb3
reviewed
Jan 24, 2024
filippoweb3
reviewed
Jan 24, 2024
filippoweb3
approved these changes
Jan 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just a couple of comments
filippoweb3
reviewed
Jan 25, 2024
docs/learn/learn-polkadot-opengov.md
Outdated
Comment on lines
535
to
553
A lock is placed on the {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} when you vote on an | ||
Ongoing referendum. If you choose to remove your vote when the referendum is still in the decision period, | ||
your voting lock is removed. Once the referendum is decided (accepted or rejected), your {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} | ||
will be available for unlocking if you voted with zero conviction. The governance app or interface you | ||
used for participating in Polkadot OpenGov should show an option to unlock your {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }}. | ||
[Here](https://support.polkadot.network/support/solutions/articles/65000184129) are the instructions to | ||
do it on the Polkadot-JS UI. | ||
|
||
If you voted with conviction, the corresponding locks start at the end of the Referendum and not at the moment you voted. | ||
For instance, let's say you voted AYE with 6X conviction on a referendum, and it got accepted; the | ||
{{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} you voted with is locked for 32 weeks from that moment. | ||
If you voted NAY with 6X conviction on a referendum and it got accepted, then your {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} | ||
would be ready to be unlocked immediately. Polkadot OpenGov is designed to ensure that only the winning side | ||
is mandated to lock their {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} and the losing side can claim | ||
{{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }} and have it added to the transferable balance on their account. | ||
|
||
For unlocking generic account locks, navigate to [this section](./learn-guides-accounts.md#unlocking-locks). When you | ||
delegate your votes, the locking mechanism differs slightly. Please check the next section on Multirole Delegation for | ||
more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michalisFr can you double-check this suggestion I made?
filippoweb3
reviewed
Jan 25, 2024
filippoweb3
reviewed
Jan 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Clarity voting locks mechanism on Polkadot OpenGov