Giveaways
Regular drops for the community. Winners selected fairly and announced in the Discord.
$500 Cash
Deposit at least 500 coins on CSGORoll using code AUGUST in the last 7 days.
AK-47 | Redline FT
Open any case on CSGOGem using code AUGUST. One entry per user.
$250 Winna
Deposit at least 200 coins on Winna using code AUGUST this month.
Exclusive drops on X — some giveaways never appear here or on Discord.
How we pick winners
Every result is determined before the giveaway opens — and verifiable by anyone after.
01
Seed Generation
A 32-byte server seed is generated using crypto.randomBytes(32) before entries open. This seed determines the winner before anyone joins.
02
Hash Commitment
The seed is hashed with SHA-256 and published publicly. You can't reverse the hash to get the seed — but once revealed, you can verify it matches.
03
Winner Selection
When the giveaway ends, entries are sorted alphabetically. HMAC-SHA256(seed, entryIDs) is computed, the first 16 hex chars become an index mod entries.length.
04
Public Verification
The seed is revealed after the draw. Anyone can run the same algorithm and confirm the winner — no trust required.