Discord control room
Track weighted wagers, assign VIP roles on your schedule, and run raffles the table can independently verify. Plug in your API when you have it — the ledger is ready now.
Ingest monthly wagers from your house API. Each game type has its own weight, so originals, sports, live, and slots rank independently.
Set the floor for Bronze through Diamond whenever you like. Apply roles now, or on the 1st, the 15th, or the last day of the month.
Choose how much weighted wager equals one ticket, how many winners, and the prizes. The seed hash is public before anyone is drawn.
Slash commands
HTTP interactions on a published URL, or an outbound gateway from this app so you can skip Discord’s endpoint check on a private preview. Sign in, open Settings, save a bot token, invite, register commands, connect.
HMAC-SHA256 of the server seed against client_seed:nonce. Rejection sampling maps that to a ticket. Hash first, draw second, reveal the seed. Anyone with the ticket ranges can replay the result.
Point Ante at a JSON endpoint, map discord_id and weighted fields, and the same ranks and raffles keep working. Demo data is seeded so you can operate the table today.