Provably Fair
Every pack on RipTCGs is cryptographically committed before you open it. You don't have to trust us - you can verify it.
Commit
Before you rip, we generate a secret server seed and publish its SHA-256 hash. The hash is locked in - we can't change the seed after the fact.
Combine
Your browser generates a random client seed. The pack result is derived deterministically from server_seed + client_seed + nonce - neither side can predict the outcome alone.
Reveal & Verify
After the pack opens, we reveal the server seed. Hash it yourself, compare it to what we published, then replay the draw to confirm every card was pre-committed.
In short: we publish the hash before the rip, you contribute randomness, and the seed is revealed after. If the revealed seed doesn't hash to what we published, the rip is invalid.
