# Audits

Security is a top priority for Rooster DEX. Since Rooster is built on the Algebra Integral engine, it inherits a codebase that has already undergone multiple independent security audits by leading firms. Additional reviews may be added in the future as the protocol evolves.

Below is the list of completed audits:

| Module                       | Auditor                                            |                                                                                                                              Report | Auditor publication                                                                                                                                          |
| ---------------------------- | -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Core                         | [MixBytes](https://mixbytes.io/)                   |                                [report](https://github.com/cryptoalgebra/Algebra/blob/master/audits/Core_audit_report_MixBytes.pdf) | [MixBytes repository](https://github.com/mixbytes/audits_public/blob/master/Algebra%20Finance/Core/Algebra%20Finance%20Core%20Security%20Audit%20Report.pdf) |
| Farming                      | [MixBytes](https://mixbytes.io/)                   |                            [report](https://github.com/cryptoalgebra/Algebra/blob/master/audits/Farming_Plugin_report_MixBytes.pdf) | [MixBytes repository](https://github.com/mixbytes/audits_public/blob/master/Algebra%20Finance/Farmings/Algebra%20Farmings%20Security%20Audit%20Report.pdf)   |
| Base plugin                  | [MixBytes](https://mixbytes.io/)                   |                               [report](https://github.com/cryptoalgebra/Algebra/blob/master/audits/Base_Plugin_report_MixBytes.pdf) | [MixBytes repository](https://github.com/mixbytes/audits_public/blob/master/Algebra%20Finance/Plugins/Algebra%20Plugins%20Security%20Audit%20Report.pdf)     |
| Entire protocol, bug hunting | [Riley Holterhus](https://www.rileyholterhus.com/) |                             [report](https://github.com/cryptoalgebra/Algebra/blob/dev/audits/Riley_Holterhus_Algebra_Integral.pdf) | —                                                                                                                                                            |
| Entire protocol              | [Paladin](https://paladinsec.co/)                  |                                    [report](https://github.com/cryptoalgebra/Algebra/blob/master/audits/Algebra_Paladin_report.pdf) | —                                                                                                                                                            |
| Custom Pools                 | [Bailsec](https://bailsec.io/)                     | [report](https://github.com/cryptoalgebra/Algebra/blob/master/audits/Bailsec_Algebra_Integral_Update_Audit_differential_Report.pdf) | —                                                                                                                                                            |
| Core Integral v1.2           | [Bailsec](https://bailsec.io/)                     |   [report](https://github.com/cryptoalgebra/Algebra/blob/integral-v1.2.1/audits/Bailsec_Algebra_Integralv1.2_Core_Update_Audit.pdf) | —                                                                                                                                                            |
| Core Integral v1.2.1         | [Bailsec](https://bailsec.io/)                     |                    [report](https://github.com/cryptoalgebra/Algebra/blob/integral-v1.2.1/audits/Bailsec_Algebra_v1.2.1_Report.pdf) | —                                                                                                                                                            |


---

# Agent Instructions: 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.rooster.trade/security/audits.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.
