# Oracles

####

Oracles act as trusted intermediaries between the blockchain and the real world. They enable smart contracts to fetch real-time data, such as asset prices, weather conditions, or API feeds. In SFI, oracles aggregate data from multiple sources to ensure accuracy and minimise manipulation risks. For instance, a DeFi vault might need real-time financial data from a data centre to update its performance metrics.

To maintain trustlessness, oracles cryptographically verify the data they fetch before relaying it to the blockchain. This guarantees that the information driving smart contract execution is both accurate and tamper-proof, making oracles indispensable in applications like DeFi and RWA tokenisation.

<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://docs.singularityfinance.ai/sfi-l2/core-features/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.
