> For the complete documentation index, see [llms.txt](https://fxprotocol.gitbook.io/fx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fxprotocol.gitbook.io/fx-docs/risk-management/oracle/eth.md).

# ETH

### ETH Oracle Mechanisms on Katana

#### ETH/USD Spot oracle:

* \[[Chainlink ETH/USD Spot](https://data.chain.link/feeds/katana/mainnet/eth-usd)]
* \[[Sushi V3 USDC/ ETH 0.05% Spot](https://www.sushi.com/katana/pool/v3/0x2a2c512beaa8eb15495726c235472d82effb7a6b)]

#### weETH/ETH Rate Provider oracle:

* \[[weETH/ETH Chainlink Spot](https://data.chain.link/feeds/katana/mainnet/weeth-eth)]

#### ETH/USD Anchor Price oracle:

* \[[Chainlink ETH/USD Spot](https://data.chain.link/feeds/katana/mainnet/eth-usd)]

#### The Algorithm of ETH/USD Max and Min Price:

* Max: ETH/USD Price=max(anchorPrice, ETH/USD Spot)
* Min: ETH/USD Price=min(anchorPrice, ETH/USD Spot)

### Price Checking Mechanism:

* Anchor Price is used, while the price difference between Anchor Price and Max/Min Price exceeds the threshold
* The threshold is a governed parameter, 2% in default

### Conclusion:

* Min ETH/USD Price is used for Open/Close of xPOSITION risk control, Rebalance and Liquidation if the price difference between Anchor Price and Min Price doesn’t exceed the threshold. Anchor Price is used otherwise.&#x20;
* Max ETH/USD Price is used for Redeeming fxUSD if the price difference between Anchor Price and Max Price doesn’t exceed the threshold. Anchor Price is used otherwise.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fxprotocol.gitbook.io/fx-docs/risk-management/oracle/eth.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
