# Oracles

## [DIA](https://www.diadata.org/)

DIA (Decentralized Information Asset) provides real-time on-chain oracles and trusted price feeds for decentralized applications on Somnia. This is critical for DeFi, lending, and trading protocols.

### Resources

* [Somnia Price Oracles](https://docs.diadata.org/use-nexus-product/how-to-dia-nexus-oracles/access-the-oracle/somnia-price-oracles)
* [How to Integrate DIA Price Feeds](/developer/building-dapps/oracles/dia-price-feeds.md)

***

## [Protofire](http://protofire.io/)

Protofire deploys custom, compatible oracles using the same data providers and node operators, allowing protocols to connect to their network without modifying Smart Contracts.

### Resources

* [Price Feeds](/developer/building-dapps/oracles/protofire-price-feeds.md)
* [Verifiable Randomness Function](/developer/building-dapps/oracles/using-verifiable-randomness-vrf.md)


---

# 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.somnia.network/developer/deployment-and-production/ecosystem/ecosystem-tools/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.
