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

# Bug Bounty

- [Bug Bounty process](https://docs.hackenproof.com/bug-bounty/bug-bounty-process.md)
- [How to start Bug Bounty](https://docs.hackenproof.com/bug-bounty/how-to-start-bug-bounty.md): Steps are required to start working with HackenProof
- [How to create a VDP](https://docs.hackenproof.com/bug-bounty/how-to-create-a-vdp.md): Here is an example of the iFrame of HackenProof's bug bounty program: https://hackenproof.com/embed/hacken/hackenproof.
- [Vulnerability classification](https://docs.hackenproof.com/bug-bounty/vulnerability-classification.md)
- [Web & Mobile](https://docs.hackenproof.com/bug-bounty/vulnerability-classification/web-and-mobile.md): This is a vulnerability classification table for web & mobile applications (v2.0)
- [Out-of-Scope Bugs](https://docs.hackenproof.com/bug-bounty/vulnerability-classification/web-and-mobile/out-of-scope-bugs.md)
- [Smart contracts](https://docs.hackenproof.com/bug-bounty/vulnerability-classification/smart-contracts.md): This is a vulnerability classification table for smart contracts (v2.0)
- [Blockchain protocols](https://docs.hackenproof.com/bug-bounty/vulnerability-classification/blockchain-protocols.md): This is a vulnerability classification table for blockchain protocols (v2.0)
- [Reports Basics](https://docs.hackenproof.com/bug-bounty/reports-basics.md): Here are all possible states of reports
- [Points Guide](https://docs.hackenproof.com/bug-bounty/reports-basics/points-guide.md): Executive methodology of hackers points calculation
- [Crafting a well-readable report](https://docs.hackenproof.com/bug-bounty/reports-basics/crafting-a-well-readable-report.md): This page offers a comprehensive guide to enhancing the quality of vulnerability reports.
- [Report Submission Requirements](https://docs.hackenproof.com/bug-bounty/reports-basics/report-submission-requirements.md)


---

# 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://docs.hackenproof.com/bug-bounty.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.
