# 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`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.100x.finance/100x-exchange/pre-launch-perps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
