Skip to content
CheckMyPull
Trust and safetyProvably fair

What Provably Fair Does Not Prove

Provably fair proves a result was committed before you played and not altered. It does not prove the odds, a withdrawal, uptime, or your next pull.

CM
The CheckMyPull teamIndependent verifier · no operator ties
PUBLISHED 12 JUL 2026·UPDATED 12 JUL 2026·7 MIN READ

Provably fair sounds like a badge that says a site is safe to use. It is narrower than that. Provably fair is a specific cryptographic proof about one thing: that a single completed result came from values the site locked in before you played, and was not altered afterward. That part is real, and you can check it yourself in seconds. What it does not tell you is whether the published odds are accurate, whether a withdrawal will actually reach you, whether the site will still be online next week, or what your next pull will be. Knowing exactly where the proof stops is what keeps you from leaning on it for things it was never built to cover.

What provably fair actually proves

Start with the thing it does deliver, because the limits only make sense against it. Picture a sealed envelope. Before you open a box, the site writes its secret number on a card, seals it, and hands you a tamper-proof stamp of the sealed envelope. You cannot read the card yet, but the stamp proves it existed and was not swapped. In technical terms, the site generates a secret server seed and shows you a hash of it, a one-way fingerprint, usually 64 hexadecimal characters, before you open anything.

Your pull is then decided by that server seed combined with your own client seed and a nonce that counts up by one each play. After you rotate seeds, the site reveals the real server seed, and you can recompute the result and confirm it matches both the fingerprint and the outcome you saw. Because your client seed is part of the mix and the server seed was locked in first, neither side can steer a specific result. That is the whole proof, and it is a strong one.

That single check answers one question: was this specific result generated from the values committed in advance, without tampering afterward. If it verifies, the site could not have swapped in a worse outcome after seeing your seed. If you want the full walkthrough of how the pieces fit, the what is provably fair guide covers it. Everything below is a question the check simply does not touch.

It does not prove the published odds are accurate

A verified pull tells you the result was drawn honestly from the committed seeds. It does not audit whether the odds printed next to each item match how often that item truly lands. Those are two different claims. The math can be perfectly clean while the stated probability of a rare item is nowhere near what you would find over thousands of opens.

Consider a site that maps every pull to a ticket between 1 and 1,000,000 and assigns each item a range of tickets. The verifier confirms your ticket was computed correctly from your seeds, and that the item whose range holds that ticket is what you received. It has no way to confirm that the size of each item's range is what the site advertises, or that the odds page reflects the live configuration. Verifying the draw is not the same as auditing the odds table behind it. This is one reason provably fair and a certified random number generator are not interchangeable, a distinction the provably fair vs RNG guide unpacks.

It does not prove a withdrawal will be paid

This is the gap that costs people the most, because it is the least obvious. Provably fair operates entirely on the draw: seeds in, item out, all checkable. It never reaches the part of the business that holds balances and processes cash-outs. A win can verify flawlessly and still sit in an account you cannot empty.

Put plainly, the proof covers what you won, not whether you can get it out. Whether a payout actually arrives depends on the site's cashier, its processing, and how it handles requests, none of which the cryptography sees or guarantees. The seeds that produce your item and the systems that move balances are separate machinery, and provably fair only inspects the first. When you read that a result is provably fair, read it as a statement about that result and nothing about the money behind it. If you are weighing a site partly on whether people get paid, that evidence has to come from elsewhere, such as documented user experiences over time, not from the fairness check on a single pull.

It does not prove the site is well run or will stay online

A clean verification is a snapshot of one past pull. It carries no information about the operator behind it: how the site is managed, whether support answers, how long it has been running, or whether it will still be there next month. Sites in this space open, change hands, pause, and go quiet, and a fairness proof from last week says nothing about any of that.

Treat the fairness check as one input among several, not the whole picture. It is strong evidence on the exact question it answers and silent on everything else about the operator. If you are trying to judge whether a site is trustworthy overall, the fairness proof is a starting point, and the broader how to tell if a mystery box site is rigged checklist covers the other signals worth weighing before you deposit.

It does not prove anything about your next pull

Provably fair is backward-looking by design. It lets you confirm a result that already happened. It cannot, even in principle, tell you what is coming, and this is not a limitation someone will one day engineer around. The server seed for your future pulls is committed and hashed before your client seed is even in play, and the hash is one-way, so nothing can read the outcome in advance. Not you, not a paid bot, not the site aiming a result at you.

That is why every "predictor," "hack," or "guaranteed win" tool for case and box openings is a scam. The exact property that lets you verify a past pull is the property that makes predicting a future one impossible. Anything selling foresight is selling something that cannot exist, and the case opening predictor breakdown shows why in full. Verification is real and free. Prediction is the con.

Run the check for what it does cover

Here is the tool that does the one thing provably fair can prove. Paste in the seeds from a pull you have already opened, and it recomputes the result on your own device and checks the revealed server seed against the fingerprint the site committed up front. Nothing you enter is sent anywhere.

Live verifier
0 network requests

Step 1Where did you play?

Using Ripster box / upgrade: HMAC-SHA256 over clientSeed:noncedetails

HMAC-SHA256 keyed with the server seed over clientSeed:nonce. The first 8 hex characters become a 32-bit integer, divided by 2^32 and multiplied by 100 for a roll in [0, 100). Items are sorted by item ID and selected by cumulative probability: the first item whose cumulative probability is at least the roll wins.

Where to find your numbers on Ripster.gg:

  1. Before rolling, copy the Server Seed Hash from the Provably Fair modal (also recorded per roll in Account History).
  2. After the roll, open the Provably Fair modal to copy the Server Seed, Client Seed and Nonce.
  3. Change your Client Seed anytime in Account Settings; doing so reveals the current Server Seed so all past rolls become verifiable.

Source: Ripster.gg's own fairness page

Step 2Paste your numbers

Runs entirely on your device via your browser's built-in cryptography. Don't take our word for it: open DevTools → Network, click the button, and watch: zero requests.

Runs entirely in your browser. Nothing you paste is sent anywhere.

Use it for exactly what it verifies, a completed result, and keep the four questions above in their own boxes. If unboxing has stopped feeling fun or has started feeling like a way to recover a loss, the responsible play page has plain guidance and support links.

The bottom line

Provably fair is a precise and genuinely useful proof, and the mistake is stretching it past its edges. It confirms that a specific result was generated from committed seeds and left untouched, which is worth checking on every pull you care about. It does not vouch for the odds, the payout, the operator, or the future. Treat a passing fairness check as one solid answer to one narrow question, then judge everything else on its own evidence.

FAQ
Does provably fair mean a site is safe?+

No. Provably fair is a narrow proof that one completed result came from seeds the site committed before you played and did not change afterward. It says nothing about whether the odds are accurate, whether a withdrawal will be paid, or whether the operator is trustworthy overall. Safety is a separate question you judge on other evidence.

Does provably fair prove the published odds are accurate?+

No. The check confirms your result was drawn honestly from the committed seeds, not that each item's stated probability matches how often it truly lands. The draw can verify perfectly while the odds table behind it is unaudited. Verifying a single pull and auditing the odds configuration are two different claims the proof does not connect.

Does provably fair guarantee I can withdraw my winnings?+

No. Provably fair operates only on the draw: seeds in, item out, all checkable. It never touches the systems that hold balances and process cash-outs. A win can verify flawlessly and still depend on the site's cashier to actually pay it. Evidence that people get paid has to come from documented user experiences, not the fairness check.

Can provably fair predict my next pull?+

No. Provably fair is backward-looking by design. The server seed for future pulls is committed and hashed before your client seed applies, and the hash is one-way, so nothing can read the outcome in advance. Any predictor, hack, or guaranteed-win tool is a scam, because the property that lets you verify a past pull makes forecasting a future one impossible.

What does provably fair actually prove, then?+

It proves one specific thing: that a completed result was generated from the server seed, client seed, and nonce committed before you played, and was not altered afterward. Because your client seed is mixed in and the server seed was locked in first, neither side can steer a result. That single guarantee is real, and you can recompute it yourself.

Keep reading
Next · Guide
What Is Provably Fair? How to Verify Any Roll

Don't take an article's word for it.

Verify a roll yourself