Step 1 · Commit your dataset.toml
0 tasks parsed · min 100
One draw per catalogue. Every draw is recorded under your company name, and the history is visible to labs.
How to verify a draw
verifiable_draw.py- The receipt names a drand round. Fetch it yourself, from any drand mirror, and check the randomness matches: api.drand.sh/public/<round>
- Check the round’s publish time is after the receipt’s received_at: the randomness did not exist when the catalogue was committed.
- Recompute: seed = SHA256(manifest_hash ‖ randomness), score each task with SHA256(seed ‖ task_sha), sort ascending: the lowest n are the draw. Same inputs, same result, every time.