> For the complete documentation index, see [llms.txt](https://docs.jaxworld.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jaxworld.xyz/dapp/saloon/lottery.md).

# Lottery

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

In this captivating lottery game, players have the freedom to choose their preferred challenge level. Whether you're feeling adventurous and opt for the [6 out of 49 game](/dapp/saloon/lottery/6-49.md), seeking a balanced challenge with [6 out of 42 numbers,](/dapp/saloon/lottery/6-42.md) or prefer a more focused approach with [5 out of 35 numbers](/dapp/saloon/lottery/5-35.md),  Jax World caters to every player's preference and strategy.

With each draw, participants eagerly await the moment when the winning numbers are revealed, hoping that their carefully selected combination matches the ones drawn. The anticipation builds as players envision the possibility of hitting the jackpot and changing their lives forever.

But it's not just about the allure of the grand prize. Every draw is a chance for players to experience the excitement of the lottery, with the thrill of competition and the possibility of winning enticing prizes in each of the four winning groups. Whether you correctly predict all 6 numbers, or even just 3, there's always a chance to walk away a winner.

At Jax World, we understand that every player's journey is unique. That's why we provide a seamless and user-friendly experience, allowing you to easily select your numbers, place your bets, and track your results. Our advanced systems ensure fair and transparent gameplay, giving you the confidence to participate with peace of mind.

But the excitement doesn't end there. As each draw passes without a jackpot winner, the stakes grow higher, and the jackpot accumulates, creating even greater anticipation and excitement for the next draw. With every ticket purchased, you're not just playing for yourself—you're contributing to the ever-growing jackpot that could be yours to claim.

So why wait? Dive into the world of lottery gaming at Jax World today and experience the thrill of chasing your dreams, one number at a time. Who knows? Your lucky numbers could be just a draw away from making all your dreams come true.


---

# 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.jaxworld.xyz/dapp/saloon/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.
