# Bountive FAQ

<details>

<summary>Where does the prize money come from?</summary>

Prizes are generated on the interest earned on deposited funds.

</details>

<details>

<summary>How are winners chosen? How is it fair?</summary>

To choose winners, Bountive uses a randomness algorithm to ensure that winners are chosen randomly.

Check [Winner selection](/bountive/getting-started/winner-selection.md) for more information!

</details>

<details>

<summary>Is there an advantage to depositing early?</summary>

Yes! Your chances to win are based on your average deposited amount over the prize period

</details>

<details>

<summary>Is there any risk ?</summary>

In the future, we will conduct multiple audits of our contracts to ensure funds are safu. However, the risk of attack still exists among any crypto protocol, so please manage your size.

</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://b3l.gitbook.io/bountive/ecosystem/bountive-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.
