# Fundamental Oracles

A fundamental oracle prices an asset based on its *intrinsic value* (its NAV redemption value, what it can actually be redeemed for) rather than its *market price* on a DEX. For example, syrupUSDT can always be redeemed for USDT at NAV, even if a thin DEX shows it temporarily trading at $0.98.

#### **Why this matters**

Most DeFi liquidations are triggered by short-term market price moves on lending platforms. Fundamental oracles eliminate that risk because the oracle reports the asset's redemption value, not the volatile market quote. A leveraged position priced with a fundamental oracle can only be liquidated if the underlying yield economics genuinely break down — not because of a brief market dislocation.

Yuzu uses fundamental oracles wherever possible for leveraged positions, removing market-driven liquidation risk from the strategy.

<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://yuzu-money.gitbook.io/yuzu-money/faq/fundamental-oracles.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.
