# Oracle Prices

### Overview

For crypto assets Extended relies on Mark and Index Prices obtained from 5 nodes of an independent Oracle Provider, [Stork](https://www.stork.network/):

* Mark Prices are used to determine the liquidability of accounts and calculate positions' unrealized PnL.
* Index Prices are used for the calculation of Funding Payments. For detailed information on the calculation of Funding Payments, please refer to the section on [Funding Payments](/extended-resources/trading/funding-payments.md).

For a deeper understanding of the approach Stork employs to define Mark and Index Prices, explore Stork's comprehensive [documentation](https://docs.stork.network/).

Utilizing independent Oracle Providers like Stork helps prevent potential price manipulation and ensures an equitable and accurate reflection of asset values within the Extended ecosystem.

### Price Denomination

Both, Mark and Index Prices sourced from Stork are USD denominated. This means that on Extended USD PnL is settled in USDC given USDC margin.


---

# 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.extended.exchange/extended-resources/trading/oracle-prices.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.
