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

# Audits

All code being deployed on mainnet must be audit previously, except in the case of an urgent security issue/fix.

We have received the first professional security audit from [Bramah Systems](https://www.bramah.systems/) on 1/14/2022.\
<https://bramah.systems/audits/UXD_Audit_Bramah.pdf>

We have received the second professional security audit from [Sec3.dev](https://www.sec3.dev/) on 3/31/2022.&#x20;

{% file src="/files/9OxZ3ePPmD0QUO2gCkD1" %}

A third audit is ongoing for version 3.1.0, conducted by [Sec3.dev](https://www.sec3.dev/) (the new monicker of Soteria)

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

Since release of version 4.0.0, UXD program is under continuous audit by [Sec3.dev](https://www.sec3.dev/), aims for shorter review and deployment cycle. Here a few audit reports for major changes.\
\
Support for UXD mint/redeem via mercurial vault:

{% file src="/files/3NKmhWK0HulqNszqSONS" %}

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

Support for UXD mint/redeem via identity depository and removal of integration with mango:

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

\ <br>


---

# 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.uxd.fi/uxdprogram-solana/welcome/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.
