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

# faq

<details>

<summary>Is HyperPot live on mainnet?</summary>

Yes. HyperPot is live on HyperEVM mainnet as a beta.

</details>

<details>

<summary>Do I need real HYPE?</summary>

Yes. The app uses native HYPE on HyperEVM mainnet.

Use small amounts only if you understand the risk.

</details>

<details>

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

The winner is chosen with Pyth Entropy randomness.

The random ticket is weighted by stake size.

</details>

<details>

<summary>Does every player have the same chance?</summary>

No.

Chances are based on deposit size:

```
your chance = your stake / total pot
```

</details>

<details>

<summary>Can I deposit multiple times?</summary>

Yes, if the round is still open and the pot is not full.

Your total stake increases your chance to win.

</details>

<details>

<summary>What happens if I am the only player?</summary>

If the timer expires and only one unique player joined, the round is cancelled.

Your deposit becomes claimable as a refund.

</details>

<details>

<summary>Why do I need to claim?</summary>

HyperPot uses pull payouts.

The contract credits winnings/refunds to your wallet address, then you claim them manually.

</details>

<details>

<summary>Why is the leaderboard empty?</summary>

The leaderboard only fills after settled winner rounds.

Solo cancelled rounds do not count as wins.

</details>

<details>

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

No. The winner is selected from the Pyth Entropy random word and the round's weighted deposit ranges.

</details>

<details>

<summary>What if the keeper goes down?</summary>

The keeper only automates public functions.

If it is offline, anyone can still call the relevant maintenance functions directly.

</details>

<details>

<summary>Is the contract audited?</summary>

No public audit is claimed for the current mainnet beta.

Use small amounts only and expect beta risk.

</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, and the optional `goal` query parameter:

```
GET https://hyperpot.gitbook.io/hyperpot-docs/faq.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.
