Open Zerim opened 5 years ago
I'm having a tough time relating this to stuff in https://github.com/graphprotocol/research/tree/master/specs/graph-protocol-v1/mechanism-design .
In this issue when you refer to participationReward
do you actually mean participationRewardRate
?
@jtremback Correct, reworded participationReward
--> participationRewardRate
above.
The protocol will implement a participation reward, paid via inflation, which varies according to how many tokens are staked productively in the network.
We must define the curve which relates the
participationReward
totargetParticipation
andactualParticipation
, and any additional parameters for that curve which may be set via governance.Requirements:
actualParticipation
===targetParticipation
, thenparticipationRewardRate = 0
.actualParticipation === 0
thenparticipationRewardRate = 0
. (There is noone to receive the award).