> For the complete documentation index, see [llms.txt](https://docs.anzen.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anzen.finance/developer-resources/audits.md).

# Audits

<figure><img src="/files/NUz70esTZRjuZYPh3gMr" alt=""><figcaption><p><em>Anzen Audits</em></p></figcaption></figure>

At Anzen, we are dedicated to engineering excellence, utilizing all necessary tools to deliver products that excel in performance and safety. We conduct annual audits to ensure the highest standards.

In May 2024 we completed audits with [Halborn](https://www.halborn.com/), [Zellic, ](https://www.zellic.io)and [Peckshield](https://peckshield.com).&#x20;

Full Audit Reports can be viewed here:

{% embed url="<https://github.com/Anzen-Finance/audits>" %}

**Halborn** specializes in full-stack security solutions with a team of driven ethical hackers, blockchain specialists, and DevOps professionals. Halborn provides an exceedingly thorough analysis of a blockchain application’s smart contracts. Notably, their clients include Avalanche, Polygon, Mantra DAO, Sushi, Euler and more.\
<https://www.halborn.com/>\
<https://x.com/HalbornSecurity>

{% file src="/files/VHZ4h2RMCNYvBxDmHG9N" %}

**Zellic** is full of world-renowned hackers and infosec leaders, hacking hard targets, exploiting tricky vulnerabilities, and producing excellent research. Zellic specializes in securing emerging technologies with a full vulnerability research process across a wide range of protocols and chains. LayerZero, Jump, Solana Foundation, Pyth, and Berachain are some of their notable clients.\
[https://www.zellic.io](https://www.zellic.io/services)\
<https://x.com/zellic_io>

{% file src="/files/lwArluMorrxUvXM27hBs" %}

**January 2025: $ANZ audit by Zellic**

{% embed url="<https://github.com/Zellic/publications/blob/master/Anzen%20and%20protocol-v2%20-%20Zellic%20Audit%20Report.pdf>" %}

**Peckshield** consists of seasoned security professionals and senior researchers from world-leading security groups at companies such as Qihoo 360, Microsoft, Intel, Juniper, and Alibaba. They've performed security services for Maker Foundation, Starkware, and more.\
[https://peckshield.com](https://peckshield.com/#contact)\
<https://x.com/peckshield>

{% file src="/files/50Gl3It5QQo3YgrZ1t6I" %}


---

# 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://docs.anzen.finance/developer-resources/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.
