SolomonDefi / solomon-monorepo

Monorepo containing core Solomon apps, services, libraries, and deploy config.
6 stars 3 forks source link

Simplify general staking reward #177

Closed solomondefi-dev closed 2 years ago

solomondefi-dev commented 3 years ago

In the 143-juror-tiebreaker branch, a fair but somewhat complex system for distributing staker rewards was implemented. Due to high gas costs and the goal of keeping things as simple as possible for the initial release, this should be changed to the basic strategy of letting stakers withdraw (stake / totalStake) * rewardPool * stakeRewardModifier, where modifier is a fixed fraction set by the admin. The initial value can be (1 / 10).

Requirements

Notes

beefho67 commented 2 years ago

Hey team! Please add your planning poker estimate with ZenHub @jtse0 @solomondefi-dev