# Security Bounty💰

Aladdin DAO has implemented a bug bounty program and invites bug bounty hunters to participate.‌

### Scope <a href="#scope" id="scope"></a>

The scope of the bug bounty program is all contracts in the AladdinDAO [V2Contracts](https://github.com/AladdinDAO/aladdin-v2-contracts) / [Concentrator](https://github.com/AladdinDAO/aladdin-v3-contracts/tree/main/contracts/concentrator) / [CLever](https://github.com/AladdinDAO/aladdin-v3-contracts/tree/main/contracts/clever) / [f(x)](https://github.com/AladdinDAO/aladdin-v3-contracts/tree/main/contracts/f\(x\))

### Rewards <a href="#rewards" id="rewards"></a>

The severity of bugs will be triaged and assessed under the [CVSS Risk Rating](https://www.first.org/cvss/calculator/3.0) scale. The rewards corresponding to the severities are as follows:‌

* Critical (9.0-10.0): Up to $500,000
* High (7.0-8.9): Up to $20,000
* Medium (4.0-6.9): Up to $10,000
* Low (0.1-3.9): Up to $2,000

In addition to bug severity, rewards will be paid out based on the impact of the discovered vulnerabilities, as well as the level of difficulty in discovering these vulnerabilities.‌

### Disclosure <a href="#disclosure" id="disclosure"></a>

Any vulnerability or bug discovered must be reported *only* to the Aladdin DAO at <security@aladdin.club> Bounty hunters must not disclose the vulnerability or bug publicly or to another person or entity prior to contacting the Aladdin DAO team. In addition, disclosure to the Aladdin DAO team must be made promptly following the discovery of the vulnerability. Please include as much information about the vulnerability as possible in your email, including:‌

* The conditions on which reproducing the bug is contingent
* The steps needed to reproduce the bug or, preferably, a proof of concept
* The potential implications of the vulnerability being abused

‌

A detailed vulnerability report increases the likelihood of receiving a reward and may increase the monetary amount of the reward.‌

Anyone who reports a unique, previously unreported vulnerability that results in a change to the code or a configuration change and who keeps such vulnerability confidential until it has been resolved by our engineers will be recognized publicly for their contribution if agreed.


---

# 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.aladdin.club/security-bounty.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.
