# Understanding Oracle Vulnerabilities

{% hint style="info" %}
[**Book an audit with Zokyo**](https://www.zokyo.io/)
{% endhint %}

{% hint style="info" %}
**Understanding the vulnerabilities:** In the ever-evolving world of decentralized finance (DeFi), oracles have emerged as a cornerstone, bridging the gap between off-chain data and on-chain smart contracts. As blockchain systems are deterministic and cannot access data outside their network, oracles play the critical role of delivering external data (such as price feeds) to these systems. However, as with any innovative technology, oracles come with their own set of vulnerabilities. The complex interplay between oracles and the underlying blockchain structure makes for a fertile ground for potential pitfalls. By understanding these vulnerabilities, we can ensure a more secure and reliable decentralized future.
{% endhint %}


---

# 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://zokyo-auditing-tutorials.gitbook.io/zokyo-tutorials/tutorial-15-oracles/understanding-oracle-vulnerabilities.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.
