Glossary: Provably Fair, Casino Math, Bankroll & Bonus Terms (Plain English)

This glossary is the translation layer for ProvablySmart. Casinos love fuzzy words. We prefer definitions you can actually use: to verify fairness, price the expected cost, and keep your bankroll from getting quietly destroyed by variance + impulse.

Two principles you’ll see everywhere: verify first, bet second — and fairness ≠ profit. A game can be provably fair and still be negative EV. A promo can look generous and still be a bad contract.

Want the “how we think” page behind all definitions? Read: ProvablySmart Methodology.

Better UX: how to find anything on this page in 10 seconds

Step 1: Use your browser search

Hit Ctrl+F (Windows) or Cmd+F (Mac) and type the term: “nonce”, “wagering”, “max cashout”, “RTP”, “tilt”. This is the fastest way when you already know the word.

Step 2: Use the category jump menu

If you don’t know the exact word, jump into the relevant section below (Provably Fair, Casino Math, Bankroll, Promos, Payments/KYC, Games, Responsible Gambling).

Step 3: Use “Most-used terms” when you’re learning

If you’re new, don’t try to learn everything at once. Start with the handful of terms that explain 80% of what happens to your money: house edge, RTP, EV, variance, unit size, wagering, max cashout.

Most-used terms (learn these first)

If you only learn a few terms, learn these. They explain most of the “why did that happen?” moments.

House Edge

The casino’s long-run advantage. If a game has a 4% house edge, the expected cost is about 4 per 100 wagered over time. It’s a slope, not a session prediction. Learn more: RTP vs House Edge.

RTP (Return to Player)

A long-run average return model. RTP 96% means “as advertised, over huge volume, the model returns ~96 per 100 wagered on average.” It doesn’t promise your next hour. Quick conversion: house edge ≈ 1 − RTP.

EV (Expected Value)

The long-run average outcome of a bet/decision. Negative EV means you’re paying a cost on average. EV doesn’t predict what happens next; it describes the average slope over many repeats. Deep dive: EV Explained.

Variance

How widely results swing around the average. Variance is why you can lose in a “good” game and win in a “bad” one short-term. If you want the reality check: Variance & Volatility Explained.

Wagering Requirements

The amount you must bet before a bonus (or bonus winnings) becomes withdrawable. Wagering increases exposure to house edge and variance. Guide: Wagering Requirements Explained.

Unit (Betting Unit)

A base bet sized as a small fraction of your session bankroll. Units don’t change EV; they change survivability and tilt risk. Tool: Unit Calculator.

Back to top

Provably Fair & Verification

Provably fair is about auditability: you can reproduce outcomes using disclosed inputs. It answers “was the randomness legit?” It does not answer “is this profitable?” Start with the explainer: Provably Fair Explained.

Provably Fair

A fairness system where you can independently verify outcomes using disclosed inputs (typically server seed, client seed, nonce, and a documented algorithm). It increases transparency, not profitability. Practical workflow: How to Verify.

Commit–Reveal

A cryptographic pattern: the casino publishes a hash commitment before play (commit), then later reveals the original secret (reveal). If the revealed seed doesn’t match the commitment hash, that’s a major integrity failure.

Server Seed

A secret value generated by the casino. The casino commits to it via a hash before play and reveals it later so you can verify. If server seed handling is unclear or hidden, verification becomes theater.

Client Seed

A value contributed by you (or at least visible and logged) that affects outcomes. When you can set it, you’re not relying purely on casino-controlled inputs. It still doesn’t guarantee wins; it strengthens auditability.

Nonce

A counter (usually incrementing) that makes each bet unique even if seeds stay the same. Nonce is the “round index” that lets you reproduce each roll exactly from the same seed pair.

Hash

A one-way function that produces a fixed-length fingerprint of data. In provably fair, hashes are used to commit to a server seed (before play) and to verify integrity (after reveal).

HMAC

A common construction used to mix seeds and nonces into reproducible random bytes. You don’t need to compute HMAC manually if a verifier exists, but you should expect the method to be documented and consistent.

Provably Fair Verifier

A tool that reproduces outcomes from bet history inputs. A good verifier accepts the exact inputs shown in bet history and reproduces results cleanly. More context: Provably Fair Verifiers.

Fairness Panel

The UI area where a platform exposes seeds, nonces, and verification steps. If it’s hidden, incomplete, or confusing, treat “provably fair” as a weak claim until proven otherwise.

Seed Rotation

The moment the platform changes a seed (often revealing the old server seed). Healthy systems make rotation simple and verification obvious. Friction-heavy rotation tends to correlate with low transparency culture.

Outcome Mapping

The rule that converts random bytes into game results (e.g., how a 0–99.99 roll becomes “win/lose” on dice, or how a sequence becomes a crash point). Mapping details matter because “provably fair” is not just seeds—it’s also how outputs are translated into outcomes.

Provably Fair Red Flags

Missing nonce history, no pre-bet commitment hash, unclear algorithm, a verifier that only works for cherry-picked rounds, or “trust us” language. Full list: Common Provably Fair Red Flags.

Want a checklist version for real use? Provably Fair Checklist Tool.

Back to top

Casino Math & Odds

This section is about pricing bets. Not spiritually. Numerically. If you want a structured start: RTP vs House Edge and Expected Loss.

Expected Loss

A practical “cost model”: expected loss ≈ total wagered × house edge. It’s not a guarantee for the next session. It’s how you compare formats and promos without self-deception. Guide: How to Calculate Expected Loss.

Volatility

A player-facing description of variance: how violent the swings feel. Two games can have similar RTP and very different volatility. High volatility often means longer losing streaks and rarer big hits.

Hit Frequency

How often a game pays something (not necessarily profit). High hit frequency can feel “safer,” but if payouts are tiny, your bankroll can still bleed steadily.

Sample Size

The number of bets/rounds you’re observing. Small samples are noisy. Big confidence from tiny samples is how people invent “the game is hot” stories.

Independent Events

When one outcome doesn’t affect the probability of the next. Many casino outcomes are modeled as independent. Believing a streak makes the opposite outcome “due” is a classic trap.

Gambler’s Fallacy

The belief that after a streak, the opposite result is more likely (“red is due”). In true independence, the next outcome doesn’t “owe” the past anything.

Paytable

The mapping from outcomes to payouts. Paytables can radically change EV (especially in video poker). Two games with the same name can be different products mathematically.

Fixed vs Player-Dependent Edge

Some games have edge fixed by math (roulette main bets). Others depend heavily on decisions (blackjack strategy, video poker strategy, side bet selection). If you play a decision-heavy game casually, assume your edge is worse than the “best case” number.

Overround (Sportsbook)

The built-in margin in sportsbook odds markets—the implied probabilities add up to more than 100%. That extra is the bookmaker’s pricing margin (sometimes called “vig” or “juice”).

Vig / Juice

The bookmaker’s margin, usually embedded in odds. It’s the sports betting cousin of house edge, but applied through pricing rather than a fixed game math formula.

Implied Probability

The probability suggested by odds. If you can’t translate odds into implied probability, you can’t reliably compare price/value across bets.

Want a quick baseline cheat sheet across games? House Edge Table Tool.

Back to top

Bankroll & Risk

Bankroll concepts are where “math” turns into “survival.” You can’t control variance, but you can control exposure. Start here: Bankroll Management and Risk of Ruin.

Bankroll

Money allocated for gambling that you can afford to lose. If losing it would damage rent, food, bills, relationships, or your mental health, it isn’t a bankroll—it’s a risk you shouldn’t be taking.

Session Bankroll

A slice of bankroll reserved for one session/day. This concept prevents slow drift into “I’ll just use more.” It’s one of the strongest harm-reduction habits.

Unit Size

Your base bet defined as a small fraction of your session bankroll (like 0.25%–1%). Unit sizing keeps bets proportional and reduces blowups. Tool: Bankroll Unit Calculator.

Stop-Loss

A rule that ends the session after a defined loss (ideally in units). It works only if it’s not renegotiable mid-session. Template: Session Rules.

Stop-Win

A rule that ends the session when you’re up a defined amount. It’s not “locking profit.” It’s preventing the loop: up → greedy → giveback → chase.

Timebox

A fixed session length or a bet-count cap. Time is exposure; exposure is risk. Timeboxing stops “one more round” from turning into a long slow bleed.

Risk of Ruin

The probability your bankroll hits zero (or a hard stop) before you quit. Smaller units and tighter exposure reduce ruin risk; they don’t change the house edge. Guide: Risk of Ruin Explained.

Drawdown

How far your bankroll falls from a peak. Drawdowns often trigger tilt before full ruin. Tracking drawdown helps you notice “I’m not thinking straight” sooner.

Tilt

An emotional state where decision quality collapses and bets become reactive. Tilt is predictable under variance and stress. Identify triggers: Tilt Triggers.

Chasing Losses

Increasing risk after losing to “get back to even.” Chasing turns negative EV into a personal debt story. If this is familiar, read: Chasing Losses.

Kelly Criterion (why it’s mentioned, and why it’s often misused)

A bet-sizing formula used in positive EV situations to maximize long-run growth. Most casino games are negative EV, so “Kelly” is usually irrelevant or misapplied. For this site, unit sizing + exposure control is the practical focus.

Common confusion (quick fix)

Confusion: “Lower unit size makes me more likely to win.”

Fix: Lower units don’t change the house edge. They reduce the chance a normal downswing forces you into tilt decisions or early ruin. It’s survivability, not magic.

Back to top

Promos & Bonus Contracts

Promos are contracts. That’s the mindset shift. When you read terms like wagering, contribution, caps, and max bet rules, you’re not “being paranoid”—you’re reading the contract that decides whether value exists. Start here: Wagering Requirements Explained.

Wagering Requirements (Playthrough / Rollover / Turnover)

The amount you must wager before bonus funds (or winnings) become withdrawable. More wagering = more exposure to house edge and variance. “Rollover” and “turnover” are often used interchangeably depending on the operator.

Wagering Base (Bonus Only vs Deposit+Bonus)

What the wagering multiple applies to. If wagering applies to deposit+bonus, required volume can jump dramatically. This single line often decides whether a promo is viable.

Contribution Rate

How much a game counts toward wagering (e.g., slots 100%, live games 10%, some 0%). Low contribution increases the effective wagering you must do, raising expected loss. Guide: Excluded Games & Contribution.

Excluded Games

Games that don’t count toward wagering. Exclusions often remove low-edge games, pushing you into higher-edge formats or higher volatility. It’s a common “value drain” hidden in the terms.

Max Cashout (Withdrawal Cap)

A limit on how much you can withdraw from bonus-derived winnings. Caps truncate your upside while you still pay the full wagering cost. Guide: Max Cashout Traps.

Max Bet Rule (During Wagering)

A limit on how large each bet can be while clearing wagering. Violations can void winnings. Even when enforced fairly, max bet rules often increase time/exposure needed to clear a bonus.

Time Limit (Bonus Expiry)

How long you have to meet wagering requirements. Short time limits can force binge-wagering, which increases variance exposure and tilt risk.

Sticky Bonus

A bonus structure where funds are locked or where cash/bonus balances interact in ways that make withdrawals complicated. Sticky mechanics often increase friction and confusion. (Even when “fair,” it’s easy to misplay.)

Non-Sticky Bonus

A structure where cash and bonus funds are separated more cleanly (implementation varies). Often easier to understand, but terms like wagering, caps, and exclusions still decide value.

Bonus Balance vs Cash Balance

Many platforms track bonus money separately from cash. Which balance is wagered first and which wins are withdrawable depends on terms. If this is unclear, expect friction later.

Free Spins

Spins granted by the operator, often tied to specific games and terms (wagering, max cashout, expiry). Free spins can be fun, but the real value depends on restrictions and caps.

Cashback

A percentage of losses (or net losses) returned over a period. Cashback can reduce drawdowns but rarely flips negative EV to positive alone. Guide: Cashback EV.

Bonus EV

An estimate of the expected value added by a promo after accounting for wagering cost and friction (caps, exclusions, max bet rules). Tool: Bonus EV Template.

“We may change terms” clauses

General flexibility clauses appear in many terms. What matters is whether key promo conditions are stable and clearly communicated. If terms are vague, assume higher friction risk and limit exposure.

Promo sanity filter (before you opt in)

If an offer requires massive wagering, excludes low-edge games, enforces a strict max bet, and caps cashout, it’s often a “looks generous, pays small” contract. Run it through the worksheet: Bonus EV Template.

Back to top

Payments, KYC & Cashout Friction

A platform can be “provably fair” and still be painful to cash out from. This section is about practical friction: verification, limits, fees, queues, and compliance steps that can affect how (and whether) money moves.

KYC (Know Your Customer)

Identity verification required by many operators, often before withdrawals. KYC is common in regulated environments. The user-facing risk is not KYC itself—it’s unclear requirements, surprise document requests late in the process, or mismatched account details.

AML (Anti-Money Laundering)

Rules designed to prevent money laundering. AML checks can trigger extra verification or delays, especially for large deposits/withdrawals or unusual patterns. Plan for it: keep account details consistent and don’t treat withdrawals like a surprise event.

Source of Funds / Source of Wealth

Some operators may request proof of where money comes from (especially for higher limits). This can include bank statements, payslips, or other documentation. It’s a compliance layer—not a “gotcha”—but it’s still friction.

Withdrawal Limits (Daily/Weekly/Monthly)

Caps on how much you can withdraw per period. Limits can change by VIP tier, payment method, or verification status. Always check limits before you play serious volume.

Processing Time

The time an operator takes to approve a withdrawal (not including blockchain/bank settlement time). “Instant withdrawals” is a marketing phrase unless backed by consistent user-visible processes.

Chargeback

A payment reversal initiated through a card issuer/bank. Chargebacks can be serious disputes and can lead to account restrictions. This is not a strategy and not something to “use” casually—it’s a last resort dispute mechanism with consequences.

Reversed Withdrawal

A withdrawal that gets canceled and returned to your casino balance (sometimes due to verification requirements, method mismatch, or system rules). It’s a friction signal—slow down and clarify terms before proceeding.

Fees (Deposit/Withdrawal/Network)

Fees can come from the operator, the payment provider, or the network (especially in crypto). Fees affect EV in small ways but affect cashout comfort in big ways when repeated.

Cashout Friction

A catch-all for delays, unclear documentation, shifting limits, confusing bonus restrictions, or queues that make withdrawals stressful. Friction isn’t always malicious—but it’s always costly in time and mental energy.

Account Verification

The full set of identity, address, and payment method checks required by the operator. Best practice is to verify early, not after you’ve won, because late verification is where stress spikes.

Back to top

Game Formats (Instants + Classics)

Game names are marketing. What matters is the payout distribution, the edge, the volatility, and the speed of play. If you want strategy guides that focus on “lose less,” explore the Games section (e.g., crash/mines/dice) on the site.

Crash Game

An instant game where a multiplier rises until it crashes. You cash out before the crash to win. Crash is often emotionally intense and can encourage chasing. Your “strategy” mainly changes exposure and behavior, not house edge.

Mines

An instant game where you pick tiles and avoid mines. Payout increases as you continue, but so does the chance of losing the run. The key variable is when you choose to cash out (which changes variance exposure).

Dice (Roll Under/Over)

An instant game where you choose a target probability and receive a payout based on it. Many implementations embed house edge by slightly reducing payout versus fair odds.

Plinko

A ball-drop style game mapping outcomes to multipliers. Risk settings often change volatility dramatically. Plinko can be deceptively fast—speed increases exposure.

Limbo

You choose a target multiplier and win if the generated multiplier exceeds it. High targets are a volatility dial: thrilling, brutal, and easy to chase.

European vs American Roulette

European (single zero) typically has a lower house edge than American (double zero). They look similar but are priced differently. Always check the wheel variant.

Basic Strategy (Blackjack)

A decision chart derived to minimize house edge for a specific rule set. It doesn’t guarantee wins; it improves the long-run slope. Misplays add cost quickly.

Side Bet

An optional bet separate from the main game. Side bets are often priced with a higher edge. If you play them, treat them as entertainment purchases, not value bets.

Speed of Play

How many bets you place per hour. Speed increases exposure to house edge and variance. This is why “fast” games can drain bankroll even when edge isn’t outrageous.

RNG (Random Number Generator)

The mechanism producing random outcomes. In traditional casinos, RNG fairness is typically validated through audits/regulation. In provably fair systems, players can reproduce outcomes when inputs and algorithms are disclosed properly.

Back to top

Responsible Gambling & Safety Terms

These terms matter because math doesn’t protect you from compulsion. If gambling stops being fun, the correct response is not “optimize”—it’s to add barriers and get support. Start here: Responsible Gambling.

Reality Check

A periodic on-screen reminder of time spent and money wagered. It’s a small friction layer that can interrupt autopilot.

Timeout / Cooling-Off

A temporary lock on gambling access (hours/days/weeks). Useful as a “pause button” when you feel tilt or compulsion rising.

Self-Exclusion

A stronger barrier: you block yourself from a platform (or a group of licensed platforms) for a defined period. It’s one of the most effective harm-reduction tools because it removes choice during crisis moments.

Deposit Limit

A cap on how much you can deposit in a period. Deposit limits work best when they’re strict and hard to raise quickly.

Loss Limit

A cap on losses in a period. Like stop-loss rules, it only protects you if it’s enforced and not easily bypassed by switching venues.

Blocking Tools

Software that blocks gambling sites/apps across devices. Blocking is a powerful “layer 2” defense because it reduces impulse access when emotions spike.

Harm Reduction

A practical approach: reduce damage even when perfect abstinence isn’t happening yet. That can mean smaller units, tighter timeboxes, strict stops, and adding external barriers.

Back to top

Common mistakes this glossary is designed to prevent

These are the most expensive misunderstandings we see again and again. If you avoid just these, you’re already playing smarter than most of the internet.

Common mistakes

  • Thinking “provably fair” means “safe” or “profitable.”
  • Reading RTP as a short-run promise instead of a long-run model.
  • Ignoring volatility and then blaming fairness when a downswing hits.
  • Opting into promos without pricing the contract (wagering + caps + exclusions).
  • Bet sizing by emotion instead of by unit size and exposure limits.

Do this instead

Mini FAQ

Is this glossary trying to teach me how to win?

No. This site does not promise profit or “beating the casino.” The goal is clearer decisions, fewer traps, and better exposure control. Fairness ≠ profit.

What’s the best “starter pack” after reading definitions?

Read RTP vs House Edge, then Variance & Volatility. After that, actually apply it using the Unit Calculator and Session Rules Template.

Why do you repeat “verify first, bet second”?

Because most people do the opposite: they bet first and trust later. Verification is a habit. It doesn’t guarantee outcomes, but it raises your trust floor when randomness is involved.

What if a term isn’t here yet?

Use Ctrl/Cmd+F first. If it truly isn’t here, add it to your notes and treat that missing definition as a signal to slow down before betting real volume.

Responsible Gambling note

This glossary is educational. It does not encourage gambling and it does not promise outcomes. If gambling is harming you, prioritize barriers and support over “playing smarter.” Resources: Responsible Gambling.