ā”ļøRewards Distribution
Every week, a prize pool is created. It is filled according to the activity on the platform. When a user validates a task, the task compensation is put into the prize pool and he earns points. At the end of each period (weekend) a general user ranking based on points is made. The prize pool is then distributed to the users according to an exponential function. The remainder of this page outlines the main steps involved in calculating the rewards distributed to users.
Parameters
: The amount of money to be distributed
: The percentage of winning users
: The exponential decay factor
Invariants
A task completed by a user of rank š„ should be better rewarded than a task completed by a user of rank š„ + 1.
Algorithm
Get the users selected to win the prize pool .
For each user , compute his exponential factor .
For each user , compute his score .
Compute the sum of the scores .
For each user , compute his score ratio .
For each user , compute his rewards .
TADA vs Gems
The distribution of TADA and Gems uses exactly the same algorithm. However, the quantity of Gems distributed and the number of winners are much higher.