# Smoothed Spot Index Price

The raw spot price fetched from the underlying oracle **is not used directly but undergoes a specific exponential moving average (EMA) method to smooth the fluctuation.** This ensures that the spot index price cannot be easily **manipulated for the market's stability,** as the fluctuation directly impacts mark price, which determines the safety of all positions.&#x20;

<figure><img src="/files/schsjXJrWCj6sg79BtGf" alt=""><figcaption></figcaption></figure>


---

# 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.synfutures.com/oyster-perp/security/smoothed-spot-index-price.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.
