guide

Crypto Dice Explained: Over/Under, Provably Fair, and the House Edge

How crypto dice works — the target number mechanic, provably fair verification, real RTP math, and why no betting system can overcome the built-in edge.

Published: 2026-06-06

Crypto dice is a game where you pick a target number on a 0–99.99 scale and bet whether the next roll lands above or below it. The house edge is explicit in the payout formula, making it one of the most mathematically transparent games at any crypto casino.

This page contains affiliate links. Commissions we may earn do not influence casino ratings or placement.

How the Mechanic Works

The interface is usually a slider. You drag it left or right to set your target number, then choose Roll Over or Roll Under. The game shows you three derived values before you confirm the bet:

  • Win chance — the percentage of the 0–99.99 range on your side of the target
  • Payout multiplier — how much you receive (including your stake) on a win
  • House edge — the built-in margin, usually displayed as the RTP complement (e.g. 1% house edge = 99% RTP)

A sample configuration: slide to target 50.00 and choose Roll Over. Win chance is 49.50% (not 50%, because the edge comes from somewhere). The payout multiplier is roughly 1.98× — not 2.00× — and that 0.02× gap is the house’s share.

The roll itself is generated by a pseudorandom number algorithm seeded by cryptographic inputs. The result lands anywhere in the 0–99.99 range with equal probability. There is no memory between rolls; past outcomes tell you nothing about the next.

The Provably Fair Element

The provably fair protocol is what distinguishes crypto dice from an opaque RNG slot. Before each roll, the server commits to a server seed by publishing its cryptographic hash (a fixed-length fingerprint that cannot be reverse-engineered). You supply a client seed — either auto-generated or one you set manually — and a nonce that increments with each bet. The roll outcome is derived by combining all three inputs through a deterministic hash function, typically HMAC-SHA256.

After the roll (or when you change your seed), the server reveals the plain-text server seed. You can hash it yourself and confirm it matches what was published before the round, then re-derive the outcome to verify the casino generated the same number you saw. Our provably fair guide walks through the verification steps in detail.

Two honest caveats: first, most players never actually run the verification — the system’s integrity depends on you doing it, not just trusting that you could. Second, the hashing implementation needs to be audited; a casino could publish a valid hash but use a different algorithm for the live game. Check whether the site’s code has been independently reviewed. For a comparison of provably fair versus traditional RNG, see provably fair vs RNG.

RTP and House Edge: The Real Math

Most crypto dice games run at a 1% house edge, meaning a 99% RTP. Over a long series of bets that averages out to losing one unit for every hundred wagered. The variance within a session can be dramatic — dice is high-frequency, and a favourable streak feels like evidence of skill or pattern, but the math is indifferent to streaks.

The payout formula is:

Multiplier = (100 − house edge %) ÷ win chance %

At 1% house edge and a 49.50% win chance: (99 ÷ 49.50) ≈ 2.0000. Push the slider to 10% win chance (a risky long-shot bet): (99 ÷ 10) = 9.9×. The expected value of every bet is identical: −1% of the stake. Adjusting the target shifts variance — more extreme targets mean bigger swings — but the long-run expectation does not move.

See our house edge guide for a fuller treatment of how RTP compounds across session length.

Why Dice Is Attractive at Crypto Casinos

Dice arrived early in the crypto gambling space — sites like the original Satoshi Dice (launched 2012) pre-date most modern crypto casinos. The appeal is architectural: it requires minimal infrastructure, settles instantly, and the provably fair protocol maps cleanly onto blockchain’s transparency ethos.

Today, most of the better-rated crypto casinos carry a dice game:

CasinoRatingTrustDice AvailableNotes
Stake4.4HighYes (Stake Dice)House-built game, widely cited as reference implementation
BitStarz4.2HighYesHybrid crypto+fiat; accepts fiat deposits
BC.GAME4.0MediumYesWide coin selection; own dice title
Bitcasino4.0MediumYesEarly BTC casino, established track record
Cloudbet4.0MediumYesOldest BTC casino (since 2013)
Roobet3.9MediumYesCrypto-only; geo-restricted in some regions
Duelbits3.8MediumYesCrypto-focused; sportsbook integration
Rollbit3.8MediumYesNFT and trading features alongside casino
Shuffle3.7MediumYesNewest (2023); still building track record

Ratings reflect our honest assessment across licensing, payout record, and transparency — not commercial relationships. Verify current licence details on each operator’s site directly; licensing status can change.

For a deeper comparison of the top three, see Stake vs BC.GAME vs Shuffle.

Why “Strategies” Cannot Beat the Edge

Because dice offers fine control over win probability, it attracts more explicit strategy claims than almost any other casino game.

Martingale: double your stake after every loss; after a win you profit by one base unit. The flaw is well-documented: any finite bankroll has a sequence of losses that will exhaust it before a win arrives. The deeper you go into a losing streak, the larger each successive bet must be. The expected outcome per roll never improves — you are borrowing variance from the future, not eliminating the edge. See the Wikipedia entry on Martingale for the formal proof.

Reverse Martingale / Paroli: increase bets after wins instead of losses. This caps downside but equally caps upside, and the house edge applies to every bet regardless of sequence.

Target hunting: some players use very high win chances (e.g. 97.5%) to minimise variance. This does reduce the chance of a catastrophic single-round loss, but the house edge is unchanged — at 99% RTP and 97.5% win chance, you are losing 1% on each of many small bets, which accumulates.

The fundamental reason no system works: each roll is independent. The outcome distribution resets every round. There is no pattern to exploit, no due roll, and no seed configuration that biases the outcome in your favour.

Honest Risk Framing

Dice is the fastest game in the casino. Automated bet modes let you run hundreds of rolls per minute, which means your exposure to the house edge per hour is substantial. A 99% RTP sounds generous; after 10,000 rolls at 1 unit per roll, the expected loss is 100 units regardless of the strategy applied.

The session management tools some operators offer — bet limits, loss limits, session timers — are worth using. Our responsible gambling tools guide covers what to look for and what different licences require operators to provide.

Gambling carries real financial risk. 18+ only. Play only where online gambling is legal in your country of residence.


Bottom line: Crypto dice is the most transparent game at most crypto casinos. The payout formula is visible, the provably fair mechanism is auditable, and the house edge is stated explicitly before you bet. That transparency is genuinely valuable — it means you know exactly what you’re paying for. What it does not do is make the edge disappear. No target setting and no betting progression changes the fact that the expected return is negative on every roll. Play within a hard budget, run the provably fair verification at least once so you understand what you’re trusting, and verify licensing before depositing.

18+ only. Gambling involves real financial risk. Play only where it is legal in your jurisdiction. If gambling is causing harm, contact your national helpline or visit NCPG.

FAQ

What does 'roll over / roll under' mean in crypto dice?
Before each roll you choose a target number and predict whether the result will land above it (roll over) or below it (roll under). The range you pick determines both your probability of winning and your payout multiplier — a narrower winning range pays more but wins less often.
Is crypto dice provably fair?
Yes, in properly implemented games. Before the roll, the server publishes a hashed server seed; after the roll, it reveals the full seed so you can independently verify the outcome using the published algorithm. The catch: 'provably fair' is only meaningful if you actually run the verification — and if the operator has not quietly altered the hashing logic.
Can Martingale or any other system beat crypto dice?
No. Every roll is an independent event with a fixed negative expectation. Doubling your bet after a loss (Martingale) does not change the expected value per roll; it trades a higher frequency of small wins against the risk of a loss large enough to exhaust your bankroll in a single losing streak.

Sources