> For the complete documentation index, see [llms.txt](https://wiki.1hive.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.1hive.org/developers/security.md).

# Security

## Bug Bounty

1Hive has an ongoing Bug Bounty program where community members can report any bugs or vulnerabilities they discover in smart contracts for a reward of up to **$20,000**. Find more information on the bounty criteria and application process on the Bug Bounty page.

See the official [Bug Bounty Program](/developers/security/bug-bounty.md) and the [Bug Bounty Swarm](/community/swarms/bug-bounty.md) for more details.

## Security Audits

Currently 1Hive does not audit it's code, see this post regarding this:

{% embed url="<https://forum.1hive.org/t/a-note-on-1hive-contract-audits/975>" %}

However, we did have an audit for Dandelion. ConsenSys Diligence conducted a security audit of 1Hive’s Dandelion org template and supporting apps. Dandelion orgs are a DAO template that function similarly to MolochDAO, and are comprised of a suite of modular Aragon apps that can be used in any Aragon DAO.

{% embed url="<https://consensys.net/diligence/audits/2019/12/dandelion-organizations/>" %}


---

# 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:

```
GET https://wiki.1hive.org/developers/security.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.
