Last updated
This function allows to fix automatically every week the new supply of fraktions for a given content and a given profitability
Free Fraktion are minted only once when a user is consuming the content for the first time. There is no supply before the minting.
The number of Fraktions for the initial drop is the same for every content : Date 0
Common
20
FRK 90
Premium
7
FRK 500
Gold
3
FRK 1200
Diamond
1
FRK 3000
Every week (Date 0 + 7 days), we check for every profitability if all the fraktions have been sold.
Case 1 : If all the fraktions haven’t been sold
No more fraktion are supplied
The price of the fraktions that haven’t been minted yet is recalculated depending on the algorithm decribed here.
Case 2 : All the fraktions have been sold
New fraktions are supplied.
The number of new fraktions nw supplied depends on :
the number of fraktions minted during the former week
the velocity at which the fraktions were minted
nw is in the range of 80% and 200% of the number of fraktions minted the last week, ρw−1.
Let tk the timestamp when the fraktion k is minted
Let t0 the timestamp of the last weekly anniversary (when the new fraktions were supposed to be supplied the last week). t0=t−168.
t0 and tk are set in hour
where
Example :
Last updated