Transparency
Distribution Rounds
Each round snapshots every eligible holder at a block and draws a cryptographically random server seed. Winners are drawn from that seed with one ticket per Hoarding level, then each winner is assigned one stock from seed + address + level. The seed and its hash are published so anyone can reproduce both the draw and the allocations.
Rounds0none yet
Next roundpausedinterval 1 min
Verify a round yourself
- 1Check sha256(seed) == seed hash. The hash is committed when the round is created.
- 2For each holder in the snapshot block: pick = sha256(seed + ":" + address) mod Σweights, where weight = max(1, ⌊1000/rarity + (level−1)(rarity−1)·20⌋) over the enabled assets in the stored config.
- 3Amount is base × (99 + level) / 100. Compare with the transfers on the explorer.