▫️APY Calculation

Buyback deposits into the staking contract, along with off-chain incentives or gamification rewards, automatically trigger a recalculation of both the rewards pool APY and individual user APYs.

The quantity of rewards earned by a user over time period a → b is given by:

r(U, a, b) = ∑R l(U, t)/L(t)

Where:

r(U, a, b) = reward for user U for a <= t <= b

R = fixed reward minted per seconds

L(t) = total staked token at time t

l (U, t) = token staked by User at time t

Last updated