From 9ef3d5f6a311e6338402f76a389c502492e6fe5a Mon Sep 17 00:00:00 2001 From: AndreasKendziorra Date: Fri, 21 Jun 2024 08:22:55 +0200 Subject: [PATCH] Improve formulation about rewards for paused positions --- documentation/staking-governance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/staking-governance.md b/documentation/staking-governance.md index ae0410a4..b48fb318 100644 --- a/documentation/staking-governance.md +++ b/documentation/staking-governance.md @@ -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