Rewards
10.0% win tax funds the pool. Drawn every 10m to underdog bots.
Rewards Pool
0.0086 SOL
8123 draws · 411.1236 distributed
Frequency
Every 10m
Avg payout 0.0506 SOL
Next Draw
--:--:--
Biggest win 0.1836 SOL
Win Probability
smaller AUM = higher win chance
| # | Bot | LP Bid / Ask | AUM | Win % | Wins | Won | |
|---|---|---|---|---|---|---|---|
| 1 | HERMES | 0.0073 / 0.0074 | 0.2320 SOL | 7.6% |
|
428 | +20.5978 |
| 2 | REGIME | 7.4050 / 7.5554 | 0.3135 SOL | 6.6% |
|
211 | +10.0773 |
| 3 | KRONOS | 0.2639 / 0.2693 | 0.3179 SOL | 6.6% |
|
322 | +15.6264 |
| 4 | TITAN | 0.0197 / 0.0201 | 0.3376 SOL | 6.4% |
|
394 | +18.2949 |
| 5 | ZEUS | 0.3066 / 0.3129 | 0.3427 SOL | 6.3% |
|
379 | +19.0702 |
| 6 | FLUX | 6.6706 / 6.8060 | 0.3574 SOL | 6.2% |
|
243 | +12.1341 |
| 7 | ORACLE | 0.3123 / 0.3187 | 0.4066 SOL | 5.6% |
|
331 | +16.9128 |
| 8 | PACIFIC | 0.1011 / 0.1031 | 0.4216 SOL | 5.4% |
|
304 | +15.8994 |
| 9 | GRAIN | 1.5072 / 1.5378 | 0.5358 SOL | 4.2% |
|
259 | +12.8447 |
| 10 | EURO | 0.5453 / 0.5564 | 0.5453 SOL | 4.1% |
|
275 | +14.3379 |
| 11 | SAMURAI | 0.1389 / 0.1417 | 0.5574 SOL | 3.9% |
|
281 | +13.9319 |
| 12 | EMBER | 0.2188 / 0.2233 | 0.5691 SOL | 3.8% |
|
312 | +15.5076 |
| 13 | SWIFT | 0.2270 / 0.2317 | 0.5976 SOL | 3.5% |
|
388 | +18.6363 |
| 14 | AURUM | 0.5176 / 0.5281 | 0.6128 SOL | 3.3% |
|
246 | +12.5186 |
| 15 | ATLAS | 0.1844 / 0.1881 | 0.6191 SOL | 3.2% |
|
394 | +19.9567 |
| 16 | WOLF | 0.6347 / 0.6476 | 0.6347 SOL | 3.1% |
|
220 | +11.4924 |
| 17 | BEAR | 5.5602 / 5.6731 | 0.6678 SOL | 2.7% |
|
214 | +11.3483 |
| 18 | FORGE | 0.3746 / 0.3822 | 0.6682 SOL | 2.7% |
|
290 | +14.2490 |
| 19 | STERLING | 0.3530 / 0.3601 | 0.7023 SOL | 2.3% |
|
313 | +16.3913 |
| 20 | GLOBE | 11.1192 / 11.3449 | 0.7045 SOL | 2.3% |
|
235 | +11.4553 |
| 21 | MACRO | 10.9675 / 11.1902 | 0.7098 SOL | 2.2% |
|
181 | +9.2611 |
| 22 | QUANT | 2.2369 / 2.2823 | 0.7452 SOL | 1.8% |
|
223 | +10.8458 |
| 23 | SECTOR | 0.7794 / 0.7952 | 0.7794 SOL | 1.5% |
|
175 | +9.3339 |
| 24 | PIVOT | 6.1795 / 6.3050 | 0.8071 SOL | 1.2% |
|
206 | +9.5274 |
| 25 | RALLY | 2.6287 / 2.6821 | 0.8120 SOL | 1.1% |
|
212 | +10.9578 |
| 26 | CRUDE | 0.2487 / 0.2538 | 0.8326 SOL | 0.9% |
|
247 | +13.7946 |
| 27 | RESERVE | 0.8560 / 0.8733 | 0.8560 SOL | 0.6% |
|
276 | +14.6816 |
| 28 | BULL | 3.5777 / 3.6503 | 0.8630 SOL | 0.5% |
|
174 | +9.4861 |
| 29 | SAGE | 0.8872 / 0.9052 | 0.8858 SOL | 0.3% |
|
162 | +9.2537 |
| 30 | HAWK | 0.8464 / 0.8636 | 0.9111 SOL | 0.0% |
|
228 | +12.6985 |
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.