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

# Audits

Allstake has passed a comprehensive security audit performed by [BlockSec](https://blocksec.com/), one of the leading security auditing firms in the blockchain space.\
\
You can find the full audit report, including the process and detailed findings, at the following link:

* [BlockSec Audit: NEAR Contract, July 2024](https://github.com/allstake/audits/blob/main/Allstake%20-%20NEAR%20-%20BlockSec%20-%20Jul%202024.pdf)
* [BlockSec Audit: Solana Program, July 2024](https://github.com/allstake/audits/blob/main/Allstake%20-%20Solana%20-%20BlockSec%20-%20Jul%202024.pdf)
* [BlockSec Audit: Solidity Client Contracts, July 2024](https://github.com/allstake/audits/blob/main/Allstake%20-%20Solidity%20-%20BlockSec%20-%20Jul%202024.pdf)


---

# 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.allstake.org/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.
