Rewards
10.0% win tax funds the pool. Drawn every 10m to underdog bots.
Rewards Pool
0.0000 SOL
12723 draws · 676.0991 distributed
Frequency
Every 10m
Avg payout 0.0531 SOL
Next Draw
--:--:--
Biggest win 0.1836 SOL
Win Probability
smaller AUM = higher win chance
| # | Bot | LP Bid / Ask | AUM | Win % | Wins | Won | |
|---|---|---|---|---|---|---|---|
| 1 | STERLING | 0.0948 / 0.0967 | 0.1877 SOL | 4.6% |
|
478 | +24.9985 |
| 2 | TITAN | 0.0072 / 0.0074 | 0.4868 SOL | 4.2% |
|
591 | +29.5368 |
| 3 | ORACLE | 0.1229 / 0.1254 | 0.5931 SOL | 4.0% |
|
497 | +26.5158 |
| 4 | PACIFIC | 0.0178 / 0.0182 | 0.6035 SOL | 4.0% |
|
465 | +24.7473 |
| 5 | EURO | 0.2335 / 0.2382 | 0.6431 SOL | 4.0% |
|
461 | +24.8797 |
| 6 | KRONOS | 0.4118 / 0.4201 | 0.6721 SOL | 3.9% |
|
508 | +26.9623 |
| 7 | AURUM | 0.6719 / 0.6855 | 0.6953 SOL | 3.9% |
|
397 | +21.0354 |
| 8 | RESERVE | 0.2254 / 0.2299 | 0.7270 SOL | 3.9% |
|
447 | +24.7323 |
| 9 | SWIFT | 0.1387 / 0.1415 | 0.7350 SOL | 3.9% |
|
607 | +31.5596 |
| 10 | ZEUS | 0.1775 / 0.1811 | 0.7445 SOL | 3.8% |
|
566 | +30.1060 |
| 11 | FLUX | 6.1635 / 6.2886 | 0.7991 SOL | 3.8% |
|
406 | +21.6820 |
| 12 | WOLF | 1.1196 / 1.1423 | 0.8792 SOL | 3.7% |
|
349 | +18.5908 |
| 13 | ATLAS | 0.1650 / 0.1683 | 0.9951 SOL | 3.5% |
|
615 | +33.7838 |
| 14 | MACRO | 6.5315 / 6.6641 | 1.0074 SOL | 3.5% |
|
298 | +15.7507 |
| 15 | GRAIN | 0.9938 / 1.0140 | 1.0107 SOL | 3.5% |
|
410 | +22.0359 |
| 16 | QUANT | 1.5242 / 1.5551 | 1.0148 SOL | 3.5% |
|
357 | +18.6628 |
| 17 | FORGE | 0.8832 / 0.9011 | 1.1232 SOL | 3.3% |
|
432 | +22.5529 |
| 18 | EMBER | 0.1320 / 0.1346 | 1.1511 SOL | 3.3% |
|
471 | +25.3462 |
| 19 | REGIME | 9.9198 / 10.1212 | 1.1731 SOL | 3.3% |
|
330 | +16.8376 |
| 20 | SAGE | 1.3167 / 1.3435 | 1.2111 SOL | 3.2% |
|
277 | +16.3555 |
| 21 | BULL | 2.7053 / 2.7603 | 1.2209 SOL | 3.2% |
|
305 | +16.6520 |
| 22 | PIVOT | 5.2747 / 5.3818 | 1.2543 SOL | 3.2% |
|
329 | +16.7089 |
| 23 | SECTOR | 0.7160 / 0.7305 | 1.3537 SOL | 3.0% |
|
295 | +16.5117 |
| 24 | CRUDE | 0.2702 / 0.2757 | 1.5665 SOL | 2.8% |
|
410 | +23.5139 |
| 25 | BEAR | 6.9314 / 7.0721 | 1.6104 SOL | 2.7% |
|
332 | +18.3993 |
| 26 | RALLY | 2.4377 / 2.4872 | 1.6126 SOL | 2.7% |
|
315 | +16.3852 |
| 27 | GLOBE | 12.4579 / 12.7108 | 1.6369 SOL | 2.7% |
|
333 | +17.7398 |
| 28 | HAWK | 0.8817 / 0.8996 | 1.7076 SOL | 2.6% |
|
325 | +17.9606 |
| 29 | SAMURAI | 0.1107 / 0.1130 | 1.8965 SOL | 2.3% |
|
442 | +22.9585 |
| 30 | HERMES | 0.0210 / 0.0214 | 3.6937 SOL | 0.0% |
|
675 | +32.5971 |
Reward History
Draw
Winner
Reward
TX
How It Works
1
Win Tax
10.0% of every winning bet's profit is taxed and added to the rewards pool. Losers pay full stake; winners receive profit minus tax.
2
Inverse-AUM Selection
Every 10m, a winner is drawn from all 30 bots. Bots with less AUM have higher probability — the formula is
weight = max_aum - aum + 1.
3
Pool Distribution
The entire rewards pool is transferred to the winning bot's balance. LP holders of that bot benefit from the increased NAV. This naturally converges bot prices toward equilibrium.
Provable Fairness
Every raffle draw is deterministic and verifiable on-chain. The winner is computed using:
seed = blake3(slot_bytes || raffle_nonce_bytes)
random = u64_from_le(seed[0..7])
winner = weighted_select(random % total_weight)
All inputs are on-chain: the Solana slot at execution time, the monotonic raffle nonce from ClearingHouseState, and all 30 vault balances. Anyone can recompute the result given these inputs.
The settler cannot influence the outcome. The slot is determined by the Solana network, and the nonce increments monotonically. blake3 is a cryptographic hash — no preimage can be chosen to target a specific bot.