# Oracle

When the liquidity provider provides the initial liquidity to the eAMM pool, only the BASE asset is invested, while the QUOTE asset will be virtually supplied. Oracle will calculate the initial supply of the virtual asset based on the spot prices on other DEX pools alongside the following:

| Term                     | Description                                                                                                                                                                               |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Index price              | This price is derived from other DEX pools. The price on UniswapV3 will be used for the first iteration, while a weighted average based on multiple DEX pools will be used in the future. |
| Mark price               | Mark price is the current price of the AMM.                                                                                                                                               |
| Account mark price       | This price is used to calculate whether the user has exceeded the liquidation threshold, account mark price is calculated with mark price                                                 |
| Funding premium fraction | This value is used to calculate the funding payments.                                                                                                                                     |


---

# 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://whitepaperfinance.gitbook.io/navaix-whitepaper/navaix-dex/navaix-trading-perpetual/oracle.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.
