# Intro

[Stronghold](https://strongholdsec.io/) is a project that offers a unique hybrid approach to the smart contract audit process by combining the best practices of community-driven and conventional auditing.

The community-driven model allows to allocate a large number of solo auditors (up to several dozens) to a project, which ensures maximum code coverage and the use of various audit techniques. This large-scale effect allows to check the maximum number of attack vectors and provides the customer with an exhaustive list of possible vulnerabilities, while the merit-based remuneration scheme in the form of a distributed bounty fund depending on the number of found vulnerabilities and their severity aligns a fair and balanced motivation for both parties.

The approach, which is implemented in the conventional audit part, implies the allocation of a full-time Project manager and a Lead auditor to the project, who audit the project on an ongoing basis, provide a high level of service and completeness of communications with the customer, as well as simplify and facilitate communication with the solo auditors community, in terms of validation and triage of a large list of detected vulnerabilities, preparation of a single consolidated audit report, conducting the re-audit stage and issuing the final report. &#x20;


---

# 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.strongholdsec.io/about/intro.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.
