# Guess The Number

Guess The Number is an on-chain game of chance which you can play privately on AlienFi at any time.

It contains numbers from 1 to 6 numbers and you can select numbers range between 1 to 6. The numbers range can include minimum 2 numbers and maximum 6 numbers. After selecting the numbers range and setting the bet amount, you roll a die. If the rolled number is within the number range you selected then you win a prize, if it isn’t then you lose your bet.

Higher the risk you take, higher the rewards you get.

{% hint style="info" %}
**Rules**

* There’s no betting limit for $ALIEN tokens
* Payout ratio depends on the numbers in included in the numbers range
* The more numbers you select = more chances of winning = lower payout ratio
* You can minimum select 2 numbers and maximum 6 numbers in your numbers range
  {% endhint %}

**How To Play**

1. Select any numbers range from 1 to 6 and input your bet amount.
2. Click the “Roll” button and the die will roll.
3. If the rolled number is included in the numbers range you selected then you win a prize.
4. If the rolled number doesn’t matches any of the numbers you selected then you lose 100% of your bet.

**Payout Ratio:**

2 numbers in numbers range = 2.91x payout = 33.33% winning chance

3 numbers in numbers range = 1.94x payout = 50% winning chance

4 numbers in numbers range= 1.46x payout = 66.67% winning chance

5 numbers in numbers range = 1.16x payout = 83.33% winning chance

6 numbers in numbers range = 0.97x payout = 100% winning chance

No $ALIEN tokens are burned or sent to dev on winning.

On losing, 1.5% of the total bet gets burned and 1.5% is sent to the dev’s wallet while the remaining 97% is sent to Rewards Pool.


---

# 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://alien-2.gitbook.io/alien-finance/alienfi-games/guess-the-number.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.
