> For the complete documentation index, see [llms.txt](https://cubi-swap.gitbook.io/cubiswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cubi-swap.gitbook.io/cubiswap/bug-bounty-program/rewards.md).

# Rewards

<figure><img src="/files/06K3XIwkCUmOYhOeGZvc" alt=""><figcaption></figcaption></figure>

The CUBISwap bug bounty program covers our smart contracts and apps and is focused on the prevention of loss of user funds. If a bug is found, please report it ASAP.&#x20;

**Smart Contracts and Blockchain**&#x20;

Find bugs in production smart contracts to earn the highest paying bounties.&#x20;

| **Security Level** | **Bounty**                                  |
| ------------------ | ------------------------------------------- |
| Critical           | up to USD $100,000 (10% of economic damage) |
| High               | USD $30,000                                 |
| Medium             | USD $3,000                                  |
| Low                | USD $1,500                                  |

Reports must include a proof of concept either in the form of a smart contract or transaction.&#x20;

**Website and Apps**

Find bugs in production web apps or APIs to earn the bounties below.

| **Security Level** | **Bounty** |
| ------------------ | ---------- |
| Critical\*         | USD $7,500 |
| High               | USD $4,000 |
| Medium             | USD $1,500 |

{% hint style="info" %}
**\*NOTE:** XSS reports will only be accepted if they prompt a user to sign a transaction or redirect to another url.&#x20;
{% endhint %}

Payouts are handled by the CUBISwap team directly and are denominated in USD. Payouts are done in **$CUBI** or **USD**, at the discretion of the CUBISwap team.


---

# 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://cubi-swap.gitbook.io/cubiswap/bug-bounty-program/rewards.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.
