> For the complete documentation index, see [llms.txt](https://whitepaper.legendofarcadia.io/legend-of-arcadia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.legendofarcadia.io/legend-of-arcadia/gameplay/pve/lottery.md).

# Lottery

{% embed url="<https://youtu.be/mugyBysJ8oA>" %}

Introducing the new thrilling mini-game ── Lottery! Brace yourself for a whirlwind of excitement and the chance to win fantastic Obsidian rewards. Join the lottery frenzy and unleash your luck for a shot at an exclusive Jackpot.

### 🎰 Seven Combinations to Win The Prize & Hit The Jackpot <a href="#id-2b64" id="id-2b64"></a>

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

Get ready for an electrifying twist in the LOA Lottery! It’s not just about matching numbers; this time, you’ll be thrilled by 1 of 7 unique combinations of blue and red balls that could lead you to dazzling rewards!

### 🎱 How to play Lottery? <a href="#id-5f6f" id="id-5f6f"></a>

* To participate in the Lottery, you must select <mark style="color:blue;">**3 blue balls**</mark> from a range of numbers (no. 1 to no. 24) and <mark style="color:red;">**1 red ball**</mark> from a range of numbers (no. 1 to no. 48) to place your bet.
* Each bet in the Lottery requires 100 White Ore, and 5% of the betting amount is directly burned as part of the game mechanics.
* The Prize Pool continues to accumulate until a winner is determined. With each new round, the Prize Pool grows larger, creating an exciting incentive for players.
* To claim your winnings, you must match the numbers you selected with the numbers drawn in 1 of 7 possible combinations. If your chosen numbers align with the winning combination, you'll be eligible to collect your prize.
* Once you have won, your winnings will be automatically sent to your in-game mailbox. It's important to note that the winnings have a validity period of 14 days. Be sure to claim your rewards within this timeframe to ensure you don't miss out on your well-deserved winnings.

{% hint style="warning" %}
Please note that the gaming mechanism is subject to potential changes as the project progresses. We will provide regular updates regarding any modifications to ensure you stay informed of the latest developments.
{% endhint %}

<br>


---

# 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://whitepaper.legendofarcadia.io/legend-of-arcadia/gameplay/pve/lottery.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.
