> For the complete documentation index, see [llms.txt](https://docs.polyflip.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polyflip.io/polyflip-games/dice-guide.md).

# Dice Guide

{% embed url="<https://www.youtube.com/watch?v=jKTdBTE-M-I>" %}

## 1. Go to [play.polyflip.io](https://play.polyflip.io/) <a href="#id-2-click-download" id="id-2-click-download"></a>

## 2. Click on “Dice” <a href="#id-2-click-download" id="id-2-click-download"></a>

![Homepage](/files/exvV7cnJwC8wFCk4uFJE)

## 3. Choose the currency you want to bet <a href="#id-2-click-download" id="id-2-click-download"></a>

You can choose $MATIC. $ETH and many other tokens coming soon!

![Dice](/files/3LHu5Lo1seZpDMRDrHwt)

## 4. Choose the amount you want to bet <a href="#id-2-click-download" id="id-2-click-download"></a>

You can type the correct amount in the black box, use the +/- buttons on the sides or the helping buttons below.

![Dice](/files/4I8BfsuMFO665guvgf7c)

## 5. Choose your dice numbers on the board <a href="#id-2-click-download" id="id-2-click-download"></a>

![Dice](/files/W8xxlFoMP1rBHwJX1LoH)

The users have to possibility to select 1 or more die faces up to 6. The more the number of faces chosen, the higher the possibility to win but the lower the multiplier.

To win, the face of the die in the result has to correspond to one of the die faces chosen.

For example, if my bet is <img src="/files/BVE5uSSQaCC1TlRPf6w6" alt="" data-size="line"><img src="/files/U1lDun4tf75C2NpJ3grO" alt="" data-size="line"><img src="/files/da662X07j9qYblVpRVo8" alt="" data-size="line">:

* The result <img src="/files/UhwqUsBnBndJzi77P06J" alt="" data-size="line"> is a **losing** result.
* The result <img src="/files/da662X07j9qYblVpRVo8" alt="" data-size="line"> is a **winning** result.

## 6. Click on "Bet" and confirm the transaction on Metamask <a href="#id-2-click-download" id="id-2-click-download"></a>

![](/files/wJPara9fvCRU4ViSS8KC)

The system already sets a minimum GWEI taking into account the actual GWEI of the blockchain in order to maximize the speed of the transaction and improve the user experience.


---

# 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.polyflip.io/polyflip-games/dice-guide.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.
