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

# mainnet contract

Current HyperPot mainnet beta deployment:

```
0x5379aE36aBf49be3ca98C9933436A351c84676eE
```

Deploy transaction:

```
0x1d216da5605eda07e317a64edd0d290753579be579baff42ab7843070086166f
```

Deployment block:

```
36585688
```

## Network

```
HyperEVM mainnet
```

Chain ID:

```
999
```

RPC:

```
https://rpc.hyperliquid.xyz/evm
```

## Pyth Entropy

Pyth Entropy contract used for HyperEVM mainnet:

```
0xfA25E653b44586dBbe27eE9d252192F0e4956683
```

Pyth provider:

```
0x52DeaA1c84233F7bb8C8A45baeDE41091c616506
```

## Current Parameters

These are the current mainnet beta parameters.

| Parameter      | Value           |
| -------------- | --------------- |
| Pot cap        | 10 HYPE         |
| Round duration | 120 seconds     |
| Protocol fee   | 2%              |
| Entropy top-up | 0.5%            |
| Payout model   | Pull claim      |
| Randomness     | Pyth Entropy v2 |

## Owner And Treasury

Owner:

```
0xD304A4FD46033bC91D63071fC614f61365Ce80CB
```

Treasury:

```
0xAF7F9c5F6a021cbF677047Ac13c0F0b637202E45
```

## Public App

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

## Explorer Notice

Explorer links may be hidden or limited until HyperEVM explorer support is stable.

Always verify the contract address above before depositing.


---

# 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/mainnet-contract.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.
