# 🎁 Prize Draw

## What is a Prize Draw?

The Prize Draw is designed to give you a chance to try your luck and win a large amount of $ALICE, along with some special in-game items.

You participate by buying tickets. The more tickets you have, the higher your chances of winning.

## How does it work?

* **Buy tickets**\
  Each ticket costs a fixed amount of $ALICE.
* **Build the prize pool**\
  The prize pool starts with an initial amount of $ALICE and grows as a portion of all ticket purchases is added to it.
* **Winner selection**\
  At the end of the draw, **one winner is selected at random**. Your chances of winning depend on how many tickets you own.
* **Claim your prize**\
  The winner receives:
  * The **entire prize pool (in $ALICE)**
  * A **special in-game item**

{% hint style="success" %}
For now, ONLY ONE lucky winner will receive the entire prize pool, along with a special in-game item.
{% endhint %}

{% hint style="info" %}
The winner is selected randomly, with chances proportional to the number of tickets owned.
{% endhint %}

## Cadency

The prize draw runs daily, starting at 10 AM UTC and closing at 10 AM UTC the next day.&#x20;

There are two prize draws: one on Ethereum and one on the BNB Chain.

The draw runs for 24 hours on BNB, followed by 24 hours on Ethereum, and they do not run at the same time.

{% hint style="danger" %}
During the 24 hours when a chain is inactive, make sure to check the results and claim your reward. If you don’t check before the next prize draw starts on that chain, your rewards won’t be lost, but you will need to claim them manually on-chain.

How?&#x20;

1. If the prize draw you won was on Ethereum, go to this link. if it was on BNB, go to this other link.
2. Go to Contract&#x20;
3. Click Write Contract
4. Click 3. ClaimWinnerReward
5. Insert the ID, by checking in this sheet.&#x20;
6. Click Write.
   {% endhint %}

{% hint style="info" %}
Also, keep in mind that to participate on Ethereum, you will need $ALICE on Ethereum, and to participate on BNB, you will need $ALICE on the BNB Chain. Make sure you have the correct tokens, as well as some extra funds to cover gas fees.
{% endhint %}


---

# Agent Instructions: 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://docs.myneighboralice.com/rewards/prize-draw.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.
