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

# Bug Bounty

The bug bounty program rewards users who report bugs to the VDEX team. The. first user to find and report a security vulnerability, pricing exploit, or UX error will be rewarded up to $10,000 based on the severity of the issue. Users who are found to have used an unreported exploit to unfairly profit will receive nothing and their funds will be erased.

#### Reporting Guidelines

<details>

<summary>1. Verify the Issue</summary>

Before submitting a report, confirm that the problem is not caused by external factors or expected behavior by:

* Refreshing the platform and attempting the action again
* Ensuring a stable internet connection and proper wallet functionality
* Reviewing the documentation to determine whether the observed behavior is an intended feature.

</details>

<details>

<summary>2. Gather Essential Information</summary>

Bug bounty reports must include:

* Description of the Issue
* Actions Prior to Issue
* Steps to Reproduce
* Screenshots or Screen Recordings
* Wallet Address
* Browser and Device Information

</details>

<details>

<summary>3. Reporting Channels</summary>

Bugs can be reported through the following channels:

* **Discord:** Create a ticket on the [VDEX Discord server](https://discord.com/invite/vdex-trade).
* **Telegram:** Create a ticket on the [VDEX Support Telegram](https://t.me/vdex_supportbot).
* **Email:** Send an email to <mark style="color:purple;">**<hello@vdex.trade>**</mark> with the subject line: **"Bug Report – \[Brief Issue Description]"**

</details>


---

# 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://docs.vdex.trade/trading/bonus/bug-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.
