MEGACOLLIDER

Provably Fair Verification

MegaCollider uses a deterministic algorithm to generate crash points. You can verify any past round by entering the seeds below.

Crash Simulator

Algorithm (TypeScript)

const hmac = crypto.createHmac('sha256', serverSeed);
hmac.update(`${clientSeed}-${nonce}`);
const hash = hmac.digest('hex');

// 52-bit integer
const h = parseInt(hash.slice(0, 13), 16);
const e = Math.pow(2, 52);
const result = Math.floor((0.96 / (h / e)) * 100) / 100;
return Math.max(1, result);

Current Session History

TimeCrashServer SeedNonce
NO DATA FOUND FOR CURRENT SESSION