Skip to content

Commit

Permalink
Improve formulation about rewards for paused positions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasKendziorra committed Jun 21, 2024
1 parent fc0cef9 commit 9ef3d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/staking-governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ As mentioned in several subsection before, it is possible *to pause* the countdo
What are the consequences of pausing the countdown:

- The voting power is boosted, i.e. increased from `lockedAmount` to `lockedAmount * (1 + remainingLockingDurationInDays/365)`.
- The rewards paid out per day for the locking position do not decrease (assuming a constant total weight in the rewards contract).
- The rewards paid out per day for the locking position do not decrease daily (assuming a constant total weight in the rewards contract). In contrast, the rewards paid out per day for an unpaused locking position decrease day by day.
- The locking position does not expire.

## Onchain Governance
Expand Down

0 comments on commit 9ef3d5f

Please sign in to comment.