> For the complete documentation index, see [llms.txt](https://docs.100x.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.100x.finance/100x-exchange/pre-launch-perps.md).

# 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 to `24` hours
* `Clamp` set to `0.005 = 0.5%`
* `BaseRate` set to `0.00025 = 0.025%`

**Prelaunch index**

* `Index = ema(FundingMarks, PrelaunchWeight)`
  * computed every `TickInterval`
  * `ema` is exponential moving average
    * `PrelaunchWeight` is the EMA weighting
      * set to `2 / 2881`
    * `FundingMarks` is list of previous `FundingMark` every `TickInterval`
