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

# Bug bounties

Bug bounty categories:

<table><thead><tr><th width="150">Bug level</th><th>Reward level</th></tr></thead><tbody><tr><td>Minor</td><td>Up to $10k</td></tr><tr><td>Mediocre</td><td>Up to $20k</td></tr><tr><td>Major</td><td>Up to $50k</td></tr><tr><td>Critical</td><td>Up to $250k / 15% of damaged funds</td></tr></tbody></table>

{% hint style="info" %}
We are planning to launch an official Immunefi bug bounty program soon. Please stay tuned for more updates!
{% endhint %}

Spiral DAO partnered with [Hats Finance ](https://hats.finance)on a bug bounty program with an on-chain prize of $80k worth of SPR.&#x20;

In case you find a vulnerability or bug, pass the report through Hats Finance. If the report is correct, you will receive a bug bounty 100% unclocked straight away.

In some cases, the reward will be much higher than $80k. That will be decided in further communication.

*For other inquiries, feel free to contact <mark style="color:blue;"><info@spiral.farm>.</mark>*&#x20;


---

# 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.spiral.farm/risks-and-security/bug-bounties.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.
