# Price Module (Oracle)

The Price Module provides asset prices to the network through each node, calculates the average price and provides it to the blockchain network to calculate the weight of consensus rewards, and provides asset prices to other application modules in the network.<br>

Each consensus node is required to provide accurate price feeds based on the average prices from multiple exchanges, oracles, or pricing agencies — similar to an index mechanism. The data submitted by these distributed nodes is used to calculate a Price Feeding Index, which determines the weight used for staking and mining rewards.The price feeding index is updated daily, and the results are recorded on-chain.

<figure><img src="https://3720347922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw7UXQBDbbedSgUo8jGTA%2Fuploads%2FGdvSCiTXTMSpdODv0KgA%2Fimage.png?alt=media&#x26;token=6d514002-5710-4f84-859a-f10f9b2149fc" alt="" width="563"><figcaption></figcaption></figure>

The calculation process includes:

* Eliminating the two highest and two lowest submitted prices to remove outliers.
* Averaging the remaining prices from all participating consensus nodes to establish a fair market reference.
* Based on the price feeding index, the system determines staking and collateral mining weights for supported assets. The weight distribution is calculated in proportion to the market value of each accessed token.\ <br>


---

# 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://nervenetwork.gitbook.io/nerve/core-module-description/price-module-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.
