👽Pre-launch perps
The prelaunch funding model differs from regular products in how the index is provided. Rather than an oracle, it is computed. The other parts of the model are the same apart from the following constant values.
FundingInterval
set to24
hoursClamp
set to0.005 = 0.5%
BaseRate
set to0.00025 = 0.025%
Prelaunch index
Index = ema(FundingMarks, PrelaunchWeight)
computed every
TickInterval
ema
is exponential moving averagePrelaunchWeight
is the EMA weightingset to
2 / 2881
FundingMarks
is list of previousFundingMark
everyTickInterval
Last updated