# High-Low

High-Low is one of the most famous and simple game at the same time.

The game generates a random number for you and you predict whether the next generating number will be higher or lower than the current one. If the prediction is right, you take back rewards with you in $ALIEN tokens!

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

* Players can only select one of the two options, either high or low
* There is no max betting limit for $ALIEN tokens
* The payout ratio remains fixed at 1.94x
  {% endhint %}

**How to play**

1. Make sure you have $ALIEN tokens in your wallet and the wallet is connected to AlienFi.
2. Check the current number and select either High or Low and input the amount of $ALIEN tokens you want to bet.
3. Click the “Generate” button and the game will randomly generate a new number for you.
4. If you selected high and the new generated number is higher than the previous one or if you selected low and the new generated number is lower than the previous one then your betting amount is multiplied with 1.94 and you can claim it.
5. If the option you selected is different than the outcome, you lose 100% of your bet.

**Winning/Loses Distribution**

* On winning, you get 1.94x of the amount you bet while the 0.03x is burned and 0.03x is sent to dev’s wallet.
* On losing you lose 100% of the amount you bet from which 0.94x is sent into the Rewards Pool while the 0.03x is burned and 0.03x is sent to dev’s wallet.


---

# 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/high-low.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.
