# FAQ

<details>

<summary>How are rewards calculated?</summary>

Each tournament on the platform has its own reward fund, for example, $50,000.00. At the end of the tournament, this fund is distributed among the valid vulnerabilities reported to reward the researchers. The specific distribution process is documented in detail on the [Reward Model](/the-platform/rewards-model.md) page.

</details>

<details>

<summary>Why do tournaments have different reward pools?</summary>

When creating a competition, Bypassec performs a calculation to define a minimum value that the company must deposit into the reward fund. This calculation takes into account the complexity of the scope, size, and duration of the tournament. However, host companies may choose to provide more rewards than the minimum value to attract more researchers.

</details>

<details>

<summary>Which vulnerabilities are accepted?</summary>

Each competition will have its own defined testing policy and scope. The classification of vulnerabilities is specified in the [Reward Model](/the-platform/rewards-model.md) section.

</details>

<details>

<summary>How are payments made?</summary>

All payments are made via paypal. For this reason, Bypassec requires researchers to have all their information properly filled out in the payment section of their account. Payments are processed simultaneously on a set date, no later than 10 business days after the end of the competition.

</details>

<details>

<summary>Are duplicate reports also paid?</summary>

Yes, duplicate vulnerabilities are also paid. Our platform and reward model allow us to offer this flexibility without compromising the researchers' earnings.

</details>

<details>

<summary>How are reports validated?</summary>

All reports are validated by Bypassec before being passed on to the competitions's host company.

</details>


---

# 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.bypassec.com/the-platform/faq.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.
