# Price Feed

{% hint style="info" %}
**Good to know:** this contract manages the HEX/DAI from ETH price feed that is required to know the USD value of each HEX deposited as t-share.
{% endhint %}

## How the price feed works?

The price oracle is composed of 5 different price feeds:

* DAI from Ethereum-WPLS LP
* USDC from Ethereum-WPLS LP
* WETH from Ethereum-WPLS LP
* USDT from Ethereum-WPLS LP
* HEX-WPLS LP

Each of the price feed comes from PulseX v1. Most of the liquidity on-chain is linked to these pools, which means any sort of direct price-feed attack is highly unlikely.&#x20;

The price feed contract can be called by any participant and yields a reward that is based on the formula below. It describes that each time the price feed update is run, it yields 25,555 HEXIT tokens per second, times the total number of seconds between updates.

#### `(CurrentTimeSeconds- LastUpdateSeconds) * 25,555`

The price feed can be run by a bot. The contract can be accessed at [Hex One Protocol Git Hub](https://github.com/HexOneProtocol/hex1-contracts).

## Yield/APR

| Pool             | Per second          | Per day             | Per year            | HEXIT APR           |
| ---------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| HEX1/DAI         | 1,555,555           | 134 Billion         | 49Trillion          | 76%                 |
| HEX1/HEXIT       | 455,555             | 39 Billion          | 14 Trillion         | 22%                 |
| ---------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| **Price Feed**   | **25,555**          | **2 Billion**       | **805 Billion**     | &#x31;**%**         |


---

# 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://learn.hex1.club/hex-one-protocol/tokenomics/lp.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.
