> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hoodshot.games/llms.txt
> Use this file to discover all available pages before exploring further.

# Dice: Pick 1 to 3 Faces of a Six-Sided Die

> Choose one, two, or three faces of a six-sided die. Fewer faces, bigger payout: up to 5.7x on a single face.

HoodShot Dice is a real six-sided die, not a slider. Pick between one and three faces; if the roll lands on any face you picked, you win. The face count is your risk dial.

<Frame>
  <img src="https://mintcdn.com/hood-shot/fKdfI1DUtYgcna3K/images/dice.jpg?fit=max&auto=format&n=fKdfI1DUtYgcna3K&q=85&s=b79a926e66468acb842e36a0baf6eaf9" alt="Dice" width="1400" height="971" data-path="images/dice.jpg" />
</Frame>

| Faces picked | Win chance  | Pays      |
| ------------ | ----------- | --------- |
| 1            | 1/6 (16.7%) | **5.7x**  |
| 2            | 1/3 (33.3%) | **2.85x** |
| 3            | 1/2 (50%)   | **1.9x**  |

Every row has the same expected value. The roll is `(H mod 6) + 1`, where `H` is the hash of the house signature over your bet, so each face lands with exactly 1/6 probability.

## How a round plays

1. Tap faces on the panel to select up to three. The live multiplier updates as you pick.
2. Stake and confirm. Your face selection is encoded into the bet and fixed on-chain.
3. The die rolls once the house signature arrives and lands on the signed result.
4. Wins pay automatically within seconds, or instantly via Collect.

The die face pattern you picked is part of the bet digest, so nobody can change your selection after the fact: [why that matters](/concepts/provably-fair).
