# Oracles

SuSy Chainlink Auditor is a fork of Chainlink DON which serves the needs of GTON Network. In order to set up your node, please execute *deploy.sh* from this repository: <https://github.com/GTON-capital/susy-chainlink-auditor/tree/feature/AddScript>&#x20;

Oracles connect blockchains to external systems and provide smart contracts with external information. A GTON Oracle gives Ethereum projects on-time data from the outside world to perform reliable actions on the L2.


---

# 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.gton.capital/learn/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.
