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

# Welcome

<figure><img src="/files/F9OHg3T6Q5r2zFIP1DC5" alt=""><figcaption></figcaption></figure>

## Hold MEGA. Win ETH.

MEGA Lottery is an on-chain lottery on Robinhood Chain. You do not buy a separate ticket or stake tokens. Your wallet enters automatically when it holds enough `$MEGA` to have at least **1 WIN POWER**.

{% hint style="success" %}
**The short version:** hold `$MEGA` → build WIN POWER → enter recurring draws automatically → three wallets share 95% of the ETH pot.
{% endhint %}

### Understand it in three pages

Read these in order. Together they explain the complete user experience without the contract-level details.

{% content-ref url="/pages/k0CGVfbHk2cbh3qPu7YP" %}
[Quick start](/start-here/quick-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/v2j3Ynwvj7lNChdTZTGz" %}
[WIN POWER](/start-here/win-power.md)
{% endcontent-ref %}

{% content-ref url="/pages/5OsGYWDBp0X2w8o7hdhS" %}
[How a draw works](/the-lottery/how-it-works.md)
{% endcontent-ref %}

### The key numbers

| What                             |  Current intended launch setting |
| -------------------------------- | -------------------------------: |
| Minimum wallet balance for entry | **10,000 `$MEGA` = 1 WIN POWER** |
| Draw interval                    |        **15 minutes** by default |
| Minimum ETH pot                  |                     **0.05 ETH** |
| Winners                          |           **3 distinct wallets** |
| Prize split                      |              **50% / 30% / 15%** |
| Buyback and burn                 |      **5% of the completed pot** |
| Buy fee                          |                           **5%** |
| Sell fee                         |                           **5%** |
| Wallet transfer fee              |                           **0%** |

{% hint style="info" %}
The timer alone does not guarantee a draw. A draw starts only when the timer is due, the available pot is at least 0.05 ETH, and at least three different eligible wallets exist.
{% endhint %}

### Find the answer you need

| If you want to know…                          | Read                                                                       |
| --------------------------------------------- | -------------------------------------------------------------------------- |
| How to enter                                  | [Quick start](/start-here/quick-start.md)                                  |
| How your odds are calculated                  | [WIN POWER](/start-here/win-power.md)                                      |
| What happens when the timer ends              | [How a draw works](/the-lottery/how-it-works.md)                           |
| How prizes arrive and what winning changes    | [Prizes, claims & win deductions](/the-lottery/payouts-and-claims.md)      |
| Where the 5% fee goes                         | [Fees, prize pool & burn](/the-lottery/tokenomics.md)                      |
| Whether the keeper or team can choose winners | [Fairness explained](/trust-and-verification/security-and-fairness.md)     |
| What the owner can and cannot change          | [Contract controls](/trust-and-verification/contract-controls.md)          |
| Which addresses are official                  | [Launch status & official links](/trust-and-verification/launch-status.md) |
| What a technical word means                   | [Glossary](/help/glossary.md)                                              |

### What you do — and do not do

**You do:**

* hold enough `$MEGA` in your own wallet;
* keep a small amount of ETH only if you want to trade;
* verify the official contract address before buying.

**You do not:**

* buy a separate lottery ticket;
* deposit or lock `$MEGA` in a staking contract;
* send a transaction when the timer ends;
* ask the keeper to include your wallet;
* claim a prize when direct ETH payment succeeds.

{% hint style="warning" %}
**Pre-launch scam warning:** `0x77705c026e60df3217258F7EADf4232503640777` is the only planned production `$MEGA` address. It is not deployed and has no code. Deployment is pending. The Uniswap pair and swap link do not exist. Do not trade until the official launch.
{% endhint %}

{% hint style="danger" %}
Holding `$MEGA` does not guarantee a prize. Smart contracts and crypto assets involve risk, and the token can lose all of its value.
{% endhint %}


---

# 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://docs.megalottery.fun/start-here/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.
