Skip to content

Commit

Permalink
grammar check
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Oct 17, 2023
1 parent 9111009 commit 6a57f13
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/learn/learn-guides-polkadot-opengov.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ OpenGov, please navigate to the page on

### Delegate Votes

You can start delegating you votes by clicking the "Delegate" button on
You can start delegating your votes by clicking the "Delegate" button on
[Governance > Referenda](https://polkadot.js.org/apps/#/referenda).

![js-delegation-start](../assets/js-delegation-start.png)

If it is the first time you delegate or vote there will be a banner message. You can delegate single
tracks or all the track. You can specify the amount of votes (i.e. the amount of tokens) and the
[conviction multiplier](./learn-polkadot-opengov.md#voluntary-locking). After clicking "Next", you
will need to specify the account to delegate your votes to, and after clicking "Delegate" and "Sign
and Submit" your delegations will show up for each track (see below).
If it is the first time you delegate or vote, there will be a banner message. You can delegate
single tracks or all the tracks. You can specify the number of votes (i.e., the number of tokens)
and the [conviction multiplier](./learn-polkadot-opengov.md#voluntary-locking). After clicking
"Next", you will need to specify the account to delegate your votes to, and after clicking
"Delegate" and "Sign and Submit" your delegations will appear for each track (see below).

![js-delegation-allTracks](../assets/js-delegation-allTracks.png)

Note that if you want to delegate just a few tracks you have two options:
Note that if you want to delegate just a few tracks, you have two options:

- Repeat the process through the "Delegate" tab multiple times
- Issues a batch call with multiple `convictionVoting.delegate` extrinsics under
Expand All @@ -42,23 +42,23 @@ By clicking on "Add item" you can add new extrinsics for multiple tracks.

### Undelegate Votes

The "Delegate" tab is only to delegate votes. You cannot undelegate or modify your delegations. If
you wish to undelegate you will need to go to
The "Delegate" tab is only for delegate votes. You cannot undelegate or modify your delegations. If
you wish to undelegate, you will need to go to
[Developer > Extrinsics](https://polkadot.js.org/apps/#/extrinsics) and submit a
`convictionVoting.undelegate` extrinsic specifying the track you wish to undelegate.
`convictionVoting.undelegate` extrinsic, specifying the track you wish to undelegate.

![js-delegation-undelegate](../assets/js-delegation-undelegate.png)

Undelegated tracks will show up as "0 votes" on the Delegate tab.

![js-delegation-undelegate](../assets/js-delegation-undelegated.png)

After you undelegated, the conviction lock will start the countdown and you funds will be available
for unlocking after the countdown ends.
After you undelegated, the conviction lock will start the countdown, and your funds will be
available for unlocking after the countdown ends.

### Unlock Expired ConvictionVoting Locks

After the conviction lock expires you can go to
After the conviction lock expires, you can go to
[Developer > Extrinsics](https://polkadot.js.org/apps/#/extrinsics) and submit a
`convictionVoting.unlock` extrinsic to unlock funds for a specific track. Note that if you delegated
multiple tracks, the funds will be unlocked after undelegating all the tracks.
Expand All @@ -67,8 +67,8 @@ multiple tracks, the funds will be unlocked after undelegating all the tracks.

### Modify your Delegations

The "Delegate" tab is only to delegate votes. You cannot undelegate or modify your delegations. If
you wish to updated the delegated account, the conviction, and the number of votes you will need to
The "Delegate" tab is only for delegate votes. You cannot undelegate or modify your delegations. If
you wish to update the delegated account, the conviction, and the number of votes you will need to
go to [Developer > Extrinsics](https://polkadot.js.org/apps/#/extrinsics),
[undelegate](#undelegate-votes) the track and [delegate](#delegate-votes) again with updated
information.
Expand Down

0 comments on commit 6a57f13

Please sign in to comment.