# Oracle Risk

## Definition

Oracles are the price feeds used by the smart contracts to keep track of account liquidity amongst other things. Oracle risk is the probability of the oracle price feed not accurately tracking the actual market price.

## Risks&#x20;

Moonwell relies on Chainlink oracles to determine solvability of accounts. By design, the oracle price lags the actual market price, and also may not exactly track the actual spot price on decentralized exchanges of a given chain.&#x20;

If oracle prices are not in line with on-chain prices, users could borrow more than they have deposited leading to bad debt. More importantly, oracle prices must remain in line with market prices in order for liquidators to be able to profitably liquidate risky accounts. For example, if the oracle price of an account’s collateral asset is lower than its market price it could make a liquidation unprofitable.

## Indicators

For our methodology, we’ll use the following data points to assess an asset oracle response time compared to market prices:

* Oracle price skew - Historical difference between market spot prices and chainlink prices.

<figure><img src="/files/Z7IbWBXIeeCWDqueLhde" alt=""><figcaption><p><em>Historical comparison of spot price vs oracle price, as displayed on the Warden Finance asset dashboard for</em> <a href="https://www.warden.finance/tokens/KSM.multi?chain=1285"><em>KSM.multi</em></a></p></figcaption></figure>


---

# 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.warden.finance/docs/moonwell-risk-methodology/risk-vectors/oracle-risk.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.
