# Hash Dice

### How are the Winning Numbers Generated?

The winning number(00-99) is generated from the next block of the block contains your betting record. For example, Tom rolled under 50, the block that contained his betting information was #43116451. So the winning number comes from the next block: #43116452.&#x20;

BlockHash: 0291e7a49bd634fdb726c8b6f6a962b8959183aab4e929941f244b619f0506f7 Starting from the end, the 2 digits are 6 and 7. So the winning number was 67.


---

# 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.bethash.io/how-to-play/hash-dice.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.
