> 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/readme.md).

# README

HyperPot is a native HYPE raffle pot built for HyperEVM.

Players deposit HYPE into a shared round. When the round closes, a winner is selected using Pyth Entropy randomness. The winner does not receive funds through a forced payout. Instead, winnings are credited to their wallet inside the contract and can be claimed from the app.

Current public app:

```
https://hyperpot.app
```

Current HyperEVM mainnet contract:

```
0x5379aE36aBf49be3ca98C9933436A351c84676eE
```

## Core Idea

HyperPot is not "one wallet, one chance".

Winning odds are weighted by stake:

```
your chance = your HYPE deposited / total HYPE in the round
```

If Alice deposits 1 HYPE and Bob deposits 3 HYPE, Bob has 75% of the tickets and Alice has 25%.

## Mainnet Beta Status

HyperPot is currently live on HyperEVM mainnet as a beta.

Things may change as the beta evolves:

* Contract parameters
* Round duration
* Pot cap
* UI behavior
* Leaderboard/indexer logic
* Terms and risk disclosures

{% hint style="warning" %}
Use small amounts only if you understand the risks.
{% endhint %}

## What To Try

Users are invited to try:

* Connecting a wallet
* Depositing native HYPE
* Joining rounds with different stake sizes
* Waiting for a draw
* Testing solo-round refunds
* Claiming winnings or refunds
* Checking the leaderboard
* Reporting UI, contract, or keeper issues

If you find a bug, include your wallet address, transaction hash if available, browser, wallet, and a screenshot.


---

# 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/readme.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.
