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

# Audit v2

The Super Staking v2 contracts have passed an audit from Hacken. There were zero medium (and above) issues found in both the preliminary & final audit. The only findings were low-level, and mostly the names of contracts, which is not significant. It's a confidence-boost, but also it's expected to have a high quality of code even prior to the audit.

You can read the full audit report [here](https://hacken.io/audits/#dafi_protocol).


---

# 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:

```
GET https://docs.dafiprotocol.io/development/audit-v2.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.
