# 완만한 현물 지수 가격 산출

오라클을 통해 산출한 현물 가격을 직접 사용하지 않고, 지수 이동 평균(EMA) 방법을 통해 변동성을 완화합니다. 현물 지수 가격이 쉽게 조작 가능할 경우 변동성에 직접적인 영향을 미치게 되는데, 지수 이동 평균을 통해 현물 지수 가격을 산출할 경우 모든 포지션의 안전성을 보완할 수 있습니다.

<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/kr/oyster-amm/undefined-10/undefined.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.
