# Blockchain Oracle

- [Overview](https://docs.blockscholes.com/blockchain-oracle/overview.md): Introduction to Block Scholes Oracles and how to choose between Push-Based and Pull-Based integration methods.
- [Push Model](https://docs.blockscholes.com/blockchain-oracle/push-based-oracle.md): Client integration guide for the Block Scholes oracle.
- [Solidity Interface Reference](https://docs.blockscholes.com/blockchain-oracle/push-based-oracle/interface.md)
- [Pull Model](https://docs.blockscholes.com/blockchain-oracle/pull-based-oracle.md): The Pull-Based Oracle is ideal for latency-sensitive use cases where developers want control over when and how data is retrieved and fed into smart contracts.


---

# 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.blockscholes.com/blockchain-oracle.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.
