# Oracle Security Framework

We never blindly trust a single data source. Our framework includes:

* Redundant, Multi-Source Feeds: We ingest data from multiple providers and synthesize them into a single, manipulation-resistant index price.
* On-Chain Circuit Breakers: The OracleManager contract includes autonomous Stale-Check (halts on old data) and Deviation (halts on large price jumps) circuit breakers.
* Permissionless Keeper Monitoring: A decentralized network of keepers constantly cross-references our oracle against external sources and can flag deviations.


---

# 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.nunchi.trade/research/nunchi-engine-nclob-core-concepts/risk-management-and-security/oracle-security-framework.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.
