# Oracles

### oracles | [Github](https://github.com/liquidapps-io/zeus-sdk/tree/master/boxes/groups/oracles)

* oracle-echo - echo oracle request
* oracle-ethereum - ethereum calls
* oracle-foreign-chain - foreign chains like cardano, tron, etc
* oracle-random - randomness number request
* oracle-self-history - query nodeos RPC `/v1/history/get_actions` calls
* oracle-sister-chain - foreign EOSIO chain calls
* oracle-sql - SQL query call
* oracle-stockfish - stockfish request
* oracle-vcpu - vCPU transaction requests
* oracle-web - arbitrary fetch any POST/GET JSON/NON-JSON requiring endpoint
* oracle-wolframalpha - request response from wolframalpha&#x20;


---

# 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.liquidapps.io/liquidapps-documentation/working-with-zeus-sdk/zeus-box-basics/zeus-box-directory/services/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.
