Agent 05 — publicly verifiable
The DRAW agent.
Provably fair.
Add tickets, run the draw, verify the winner yourself using any SHA-256 tool. No trust required — the math is open.
0
Tickets in pool
0
Draws completed
—
Last draw
Step 1 — build the ticket pool
No tickets yet — add some above
Step 2 — cryptographic seed construction
Seed string (all ticket IDs joined + timestamp)
Add tickets to see seed construction
SHA-256 hash of seed
—
The seed is constructed from every ticket ID sorted alphabetically, joined with
|, plus the exact draw timestamp. SHA-256 of this string becomes the selection seed — deterministic and tamper-proof.
🎲 Winner selected
—
Draw history — this session
No draws yet
How DRAW agent works on APEX AGENTS
In production sweepstakes
• Seed = all ticket IDs from database
• Timestamp = draw close time (immutable)
• Hash published to blockchain before draw
• Winner selected from weighted pool
• DELIVER agent notified instantly
• Timestamp = draw close time (immutable)
• Hash published to blockchain before draw
• Winner selected from weighted pool
• DELIVER agent notified instantly
Why this is fair
• SHA-256 is deterministic — same input = same output always
• No one can predict the timestamp in advance
• Adding even one ticket changes the entire hash
• Anyone with the seed can verify the result
• APEX AGENTS cannot manipulate the outcome
• No one can predict the timestamp in advance
• Adding even one ticket changes the entire hash
• Anyone with the seed can verify the result
• APEX AGENTS cannot manipulate the outcome