> For the complete documentation index, see [llms.txt](https://docs.alexlab.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alexlab.co/developers/alex-contracts/security-audit.md).

# Security Audits

ALEX has reached out to three security audit firms for a complete smart contract and code audit.

[CoinFabrik](https://www.coinfabrik.com/), [Least Authority](https://leastauthority.com/) and [Clarity Alliance](https://www.clarityalliance.org/) audit reports are available for a full review here.

We are also working with some of our top community security and smart contract experts like Hank & Jeff from Oby and the folks from Syvita Guild.

Check the audit reports here:

* [2021-11 Pool Equation](https://cdn.alexlab.co/pdf/AlexGo_Audit_202111_Pool_Equation.pdf)
* [2022-01 Launchpad, Vault and Reserve Pool](https://cdn.alexlab.co/pdf/AlexGo_Audit_202201_Launchpad_Vault_Reserve.pdf)
* [2022-02 Protocol Smart Contracts](https://cdn.alexlab.co/pdf/Least_Authority_ALEX_Protocol_Smart_Contracts_Final_Audit_Report.pdf)
* [2022-02 DAO](https://cdn.alexlab.co/pdf/AlexGo_Audit_202202_DAO.pdf)
* [2022-04 AutoAlex CRP](https://cdn.alexlab.co/pdf/AlexGo_Audit_202204_Launchpadv1.1_AutoALEX_CRP.pdf)
* [2022-07 Orderbook](https://cdn.alexlab.co/pdf/AlexGo_Audit_20220709-Order_Book_\(Spot\).pdf)
* [2022-10 Orderbook (perpetual)](https://cdn.alexlab.co/pdf/Alex_Audit_2022-10.pdf)
* [2022-12 Bridge Endpoints](https://cdn.alexlab.co/pdf/ALEX_Audit_bridge_coinfabrik_202212.pdf)
* [2023-04 Bridge Backend and Endpoints](https://cdn.alexlab.co/pdf/ALEX_Audit_Bridge_2023-04.pdf)
* [2023-10 Bitcoin Oracle and Bridge](https://cdn.alexlab.co/pdf/ALEX_Audit_202310_Bitcoin_Oracle_and_Bridge.pdf)
* [2024-05 AutoToken v3](https://cdn.alexlab.co/pdf/Auto_Alex_v3_Audit_May2024.pdf)
* [2025-01 Farming Campaign](https://cdn.alexlab.co/pdf/AlexGo_Audit_ALEX_Farming_Campaign_Audit_2025-01.pdf)
* [2025-02 Self-Listing Pool](https://github.com/alexgo-io/cdn/blob/main/pdf/ALEX_Self-Listing_Pool_Audit_2025-02.pdf)
* [2025-05 Discrete Automated Market Maker (Clarity Alliance)](https://cdn.alexlab.co/pdf/ALEX_Clarity_Alliance_2025-05-16.pdf)
* [2025-05 Discrete Automated Market Maker (CoinFabrik)](https://cdn.alexlab.co/pdf/ALEX_DAMM_Audit_2025-05.pdf)

{% hint style="info" %}
🔍 Looking to report a vulnerability or earn rewards for finding bugs? Check out our [Bug Bounty Program](https://github.com/alexgo-io/alexlab-doc/blob/main/developers/developers/bug-bounty.md), hosted in collaboration with Immunefi.
{% endhint %}


---

# 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.alexlab.co/developers/alex-contracts/security-audit.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.
