๐Ÿ“ˆEmissions Schedule

The liquid SHADOW emissions according to the protocol's tokenomics.

Please visit docs.shadow.so these are depreciated.

Web app is available at shadow.so

100% of emissions go to gauges, there are no team emissions or other distributions. Full decentralization of the emission distribution is the main priority.

There is a 1% exponential decay week over week, reducing emissions in perpetuity.

The formula to calculate an Epoch's emissions is:

Emissions(t)=E0ย โˆ—ย (eโˆ’rt)ย t=EpochsE0=50,000โˆ’r=decayย coefficientEmissions{(t)} = E_{0}\ *\ (e^{-rt}) \\ \ \\ t = Epochs \\ E_{0} = 50,000\\ -r = decay \ coefficient

Alternatively, a user can calculate the emissions for an epoch based on the previous, as such:

Emissions(epoch(N))ย =Emissions(Nโˆ’1)ย โˆ—(1.00โˆ’decay)Emissions(epoch(N)) \ = Emissions(N-1) \ * (1.00-decay)

Last updated