Program mechanics
📊 Token Distribution Mechanism
We will calculate the points collected by all users at the end of each epoch.
Tokens will be distributed proportionally based on the points earned by each user.
Example : if a user earns 1% of the total points in Epoch 1, they will receive 1% of the 100,000 tokens allocated for Epoch 1, which corresponds to 1,000 tokens.
🧮 Token Allocation Table
Epoch Number
Tokens Allocated
Cumulative Tokens Distributed
1
100,000
100,000
2
120,000
220,000
3
144,000
364,000
4
172,800
536,800
5
207,360
744,160
6
248,832
992,992
7
298,598
1,291,590
8
358,318
1,649,908
9
429,982
2,079,890
10
515,978
2,595,868
11
619,174
3,215,042
12
743,009
3,958,051
13
891,610
4,849,661
14
1,069,932
5,919,593
15
1,283,919
7,203,512
16
1,540,703
8,744,215
17
1,848,843
10,593,058
18
2,218,612
12,811,670
Last updated