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

# Bug Bounty

Hord's Bug Bounty Program offers rewards to anyone who reports valid vulnerabilities and exploits on their app and domains.&#x20;

Community-driven auditing is the foundation of decentralized security. Hord encourages users to identify bugs, penetration vectors, front-end vulnerabilities, financial attack vectors, and other issues that may risk or destabilize the network and its operations.&#x20;

To report a potential bug, users should [fill out a form](https://www.hord.fi/submit-a-bug) with detailed and comprehensive information.&#x20;

Hord's development team reviews and prioritizes reported bugs and implements fixes accordingly. Rewards are proportional to the severity of the reported issue and are determined by factors such as the severity of the issue, its complexity, and reproducibility.&#x20;

Stable tokens or an equivalent amount in HORD tokens will be rewarded for valid bug reports. The maximum reward amount varies depending on the severity of the bug. Hord encourages users to uncover issues related to contracts, API, the Hord Protocol, and Front-End. Issues affecting outdated or unpatched browsers, those that have not been thoroughly investigated or comprehensively reported, and those that cannot be reproduced are not eligible for the bug bounty.


---

# 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.hord.fi/security/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.
