> For the complete documentation index, see [llms.txt](https://zunamilab.gitbook.io/zunami-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zunamilab.gitbook.io/zunami-docs/risks-and-security/audits.md).

# Audits

{% hint style="danger" %}
Keep in mind that DeFi DApps, audited or not, pose risks. Before you start, [you must understand the risks involved](broken://pages/lXfAlJjAx0bvXtfWfbJr).
{% endhint %}

**Oxorio** (30 April 2024) - LlamaLend + other components, [report](https://github.com/ZunamiProtocol/ZunamiProtocolV2/blob/main/audit/Oxorio-zunami-v2-final-report-4-reaudit.pdf)\
\
**Oxorio** (15 April 2024) - Zunami V2 Re-audit + Tokenomics audit, [report](https://github.com/ZunamiProtocol/ZunamiProtocolV2/blob/main/audit/Oxorio-zunami-v2-reaudit-report-3-tokenomics.pdf)\
\
**Oxorio** (6 February 2024) - Zunami V2, [report](https://github.com/ZunamiProtocol/ZunamiProtocolV2/blob/main/audit/Oxorio-zunami-v2-final-report-2-protocol.pdf)\
\
**PeckShield** (12 December 2023) - Zunami V2, [report](https://github.com/ZunamiProtocol/ZunamiProtocolV2/blob/main/audit/PeckShield-Audit-Report-Zunami-v1.0.pdf)\
\
**Nomoi** (8 November 2023) - almost full V2 coverage, [report](https://github.com/ZunamiProtocol/ZunamiProtocolV2/blob/main/audit/nomoi-zunami-v2-repor.pdf)\
\
**Hashex** (5 March 2023) - V1 coverage, [report](https://hashex.org/audits/zunami-protocol/) \
\
**Hashex** (26 February 2023) - UZD stablecoin, [report](https://hashex.org/audits/zunami-protocol-uzd/) \
\
**Ackee blockchain** (1 October 2022) - UZD stablecoin, [report](https://github.com/ZunamiProtocol/ZunamiStable/blob/main/audit/abch-zunami-uzd-report.pdf) \
\
**Ackee blockchain** (18 February 2022) - Initial version coverage, [report](https://github.com/ZunamiProtocol/ZunamiProtocol/tree/main/audit)


---

# 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://zunamilab.gitbook.io/zunami-docs/risks-and-security/audits.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.
