> For the complete documentation index, see [llms.txt](https://hyperpool.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperpool.gitbook.io/docs/faqs.md).

# FAQs

<details>

<summary>How is the winner selected?</summary>

Winners are selected using Chainlink's Verifiable Random Function (VRF), which ensures a provably fair and random selection process. This happens automatically when the draw function is called at the end of each prize pool period.

</details>

<details>

<summary>Can the team choose a winner?</summary>

No, the team have no control over who wins a prize. The team are also excluded from being entered into the draws.

</details>

<details>

<summary>What is the tax on $HYPER?</summary>

The tax rate is 5% for buys and sells.

</details>

<details>

<summary>How can I increase my chances of winning?</summary>

You can increase your chances by buying more tokens, staking your tokens for 2x your points, or burning your tokens for 10x your points.

</details>

<details>

<summary>Is there a limit to how many tokens I can buy or hold?</summary>

Yes, the maximum a wallet can hold is 2% of total supply (2000 tokens)

</details>

<details>

<summary>Do I have to buy tokens through Uniswap to participate?</summary>

No, as long as you hold tokens in your personal wallet (not an exchange wallet), you will be eligible.

</details>

<details>

<summary>How long do I need to hold my tokens before I can unstake them?</summary>

There is a 7-day lock period for staked tokens. You cannot unstake before this period has passed.

</details>

<details>

<summary>What happens when I unstake my tokens, do I lose my points?</summary>

Yes, you will lose any bonus points you have gained during staking. Your bonus points are only valid while those tokens are staked.

</details>

<details>

<summary>Is there a limit to the value of the prizes?</summary>

No! The prize values are established from the trading volume of $HYPER. There is no limit.&#x20;

</details>

<details>

<summary>Can I win multiple prize draws?</summary>

Yes! You can win any or all of the prize draws.

</details>

<details>

<summary>If I won a prize, can I still win another one? Do I lose my tickets?</summary>

If you win a prize, you are still able to win any of the draws. You keep your tickets, even the winning one.

</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://hyperpool.gitbook.io/docs/faqs.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.
