How Robin Tracks and Distributes Yield

Robin employs a time-weighted scoring system that rewards long-term stakers proportionally to both their deposit size and staking duration.

Formula:

userYield = (userScore / totalScore) * totalYield

where:

userScore = depositAmount * stakingDuration

Yield accrues continuously, and scores reset upon full withdrawal.

Last updated