Verify a Pack Pool
Provably-fair, commit-reveal. The pull order is fixed before any pack is sold.
Every pack pool is provably fair. The exact set of cards in a pool is finalised and cryptographically committed before the pool opens for sale, and the random seed that determines the pull order is revealed after the pool sells out. Because the commit is published first, no card can be added, removed, or reordered after sales begin, and your pull was determined before you bought.
How it works
1. Commit (before sale). We publish commit = SHA-256(seed || pool_id || sorted_card_ids) and the full pool contents. Every card and its capped value is visible up front; pulls outside the published odds are impossible.
2. Reveal (after depletion). Within 24 hours of a pool selling out we publish the seed.
3. Verify. Recompute the commit from the revealed seed and the published card list, confirm it matches the value posted before sale, then recompute the deterministic pull order for yourself.
See also the Meowth Sweepstakes verification at pokeaiapp.com/sweepstakes/verify and the Terms of Service. Packs are restricted to verified 18+ users; every pack delivers a real, raw Pokémon card from a published, capped odds distribution.