Get Mystery Box with random crypto!

Hi everyone, here is the Formula for calculating Rewards: amo | Gaia Everworld Announcements

Hi everyone, here is the Formula for calculating Rewards:

amount = (depositAmount stakingRewardPercentsReachedPeriod stakingDays) / DurationStakingReachedPeriod,
where
- depositAmount - amount of staked tokens,
- stakingDays - number of staking days,
- stakingRewardPercentsReachedPeriod - set percentage of rewards in the lock period that was reached by stakingDays.
- DurationStakingReachedPeriod - the number of days in the lock period that stakingDays has reached.

An example of calculating the number of rewards to withdraw (assuming that no rewards have been withdrawn before)
Let's say I stake 5000 GAIA for 5 years

After 29 days (less than a month), the number of awards is 0, because none of the periods has been reached.

After 30 days, the number of awards is 250
amount = (5000 5% 30) / 30 = 250

After 42 days, the number of awards is 350
amount = (5000 5% 42) / 30 = 350

After 66 days, the number of awards is 825
amount = (5000 15% 66) / 60 = 825

After 359 days, the number of awards is 4487.50
amount = (5000 15% 359) / 60 = 4487.50

After 360 days, the number of awards is 4500
amount = (5000 90% 360) / 360 = 4500

After 1447 days, the number of awards is 20,599.65
amount = (5000 410% 1447) / 1440 = 20,599.65

After 1800 or more days, the number of awards is 32500
amount = (5000 650% 1800 / 1800= 32500