HOW THE DRAW IS WRITTEN
Proof for Round #184
These are the published inputs required to reproduce the finalized three-wallet weighted drawing. Balances and selections use exact integer arithmetic.
Drawing Inputs
- Round ID
- 184
- State
- FINALIZED
- Snapshot block
- 2842048
- Snapshot timestamp
- 2026-08-05T00:52:12.106Z
- Eligible supply
- 763208418741000000000000000
- Eligible holder count
- 12384
- Exclusion list
- exclusions-v3
- Randomness source
- commit-reveal (simulation fixture)
- Random commitment
- 0x25b64d83084353bda8c8af15bd2f890dee10601ddfa0d1e653dcabcc15ef2180
- Revealed secret
- 0xb8736f7237996b00aa84171dc4c376525dd3ea744a85ede1626106cb7357c5b7
- Future finalized block
- 2842072
- Future block hash
- 0x9d8a2bb17f7af99a3343bef78f1895a102d8372f9a8c322c4689d85e56939bc3
- Final random seed
- 0x3ca48986dbab814738351b50d25ad4d5e24b3f24a351d42ed00e9bfdeded7fc7
- Winner calculation hash
- 0x4581f56a9a5c073ca02ea650b09e6fc7f2a6da3a8a73f145653c709c567b3038
- Algorithm
- weighted-without-replacement-v1
Payout Transactions
- Arrow 1
0x4833ddcee86b8558994855c3deabf073d23ef492e5ea10f7b5099db250d2ad4f - Arrow 2
0x5eb844f1b8308291bd7ebfc53064da034d3c366c1fdfb7da8f3f2433853f5ffc - Arrow 3
0xfef42fd1976880c1878b4a6a2da11d9c9e25c7723859cc1195b4835c62f467a3
Reproduction recipe
- Verify
keccak256(secretSeed)equals the published commitment. - Recalculate the final seed from the secret, future finalized block hash, round ID, and snapshot block using the
LUCKY_COMMIT_REVEAL_V1domain. - Load the published eligible snapshot and sort it by normalized wallet address.
- For each draw, derive a domain-separated integer modulo remaining total weight; map it to cumulative ranges and remove the selected wallet.
- Compare all three wallets and the winner calculation hash, then verify the payout transactions.
Technical wording: a wallet holding 5% of eligible supply has 5% of the initial drawing weight. Aggregate win probability across three without-replacement selections is not stated as identical to initial supply share.
Mock verification records are marked as simulation fixtures and are not production fairness claims.
