> For the complete documentation index, see [llms.txt](https://doc.auditx.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.auditx.net/auditx-ecosystem/services/audit-process-overview.md).

# Audit Process Overview

1. **Initial Assessment**: We start by understanding the project’s main functions and security needs, so we can focus on the critical areas.
2. **Automated Scanning**: Using advanced tools, we scan the code for common security issues like reentrancy attacks and access control flaws.
3. **Manual Code Review**: Our security experts go through the code in detail, looking for complex vulnerabilities that automated tools might miss.
4. **Business Logic Testing**: We test the project’s key functions to ensure they work correctly and can’t be exploited.
5. **Stress Testing**: We simulate high usage to see how the project performs under real-world conditions, checking for any weaknesses.
6. **Multi-Chain Checks** (if needed): For projects on multiple blockchains, we make sure security is consistent across all networks.
7. **Comprehensive Reporting**: We provide a clear report with all issues found, organized by severity, and include practical steps for fixing them.
8. **Remediation Support and Re-Testing**: We help the team apply fixes and re-test to make sure issues are resolved.
9. **Ongoing Monitoring** (optional): For long-term security, we offer continuous monitoring and periodic checks to keep the project protected as it grows.

This process gives projects a strong security foundation, ready for a successful and safe launch, with the option to stay secure over time.


---

# 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://doc.auditx.net/auditx-ecosystem/services/audit-process-overview.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.
