> For the complete documentation index, see [llms.txt](https://zokyo-auditing-tutorials.gitbook.io/zokyo-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zokyo-auditing-tutorials.gitbook.io/zokyo-tutorials/zokyo-auditing-tutorials.md).

# Zokyo Auditing Tutorials

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

Welcome to our comprehensive technical guide, meticulously designed to assist auditors, programmers, enthusiasts, and even beginners in their journey through the complex world of blockchain auditing. This guide stands apart from others by offering invaluable insights grounded on real-world vulnerabilities.

Each section in our guide is derived from actual vulnerabilities identified and rewarded through bug bounties or found in the wild. These practical examples represent potential security risks often overlooked during the auditing process, providing you an edge in identifying these elusive weak points.

Regardless of your experience level, this guide can serve as a robust learning tool. If you're a novice with no prior experience in coding or auditing, fear not. This guide is designed to serve as a stepping stone to help you kickstart your journey into the world of smart contract auditing and bug bounties. It breaks down complex subjects into understandable sections, offering a comprehensive resource to bolster your understanding of blockchain security.

Moreover, this guide contains dedicated sections covering various types of protocols, including Decentralized Exchanges (DEXs), Oracles, and more. These sections delve into the protocol-specific security aspects, enhancing your understanding and expertise in diverse fields.

This document is a dynamic, ever-evolving tool. As the blockchain sphere changes and expands, so will our guide, reflecting the latest vulnerabilities and security measures. Our commitment is to provide you with the most current and comprehensive resource in blockchain security.

Our ultimate goal is to create the most detailed, accessible, and up-to-date resource available for security researchers. We want to help you enhance your understanding, spark new insights, and support you on your journey towards mastering blockchain security. Welcome to a world where every vulnerability uncovered is a stride towards a safer blockchain ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://zokyo-auditing-tutorials.gitbook.io/zokyo-tutorials/zokyo-auditing-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
