Rewards
10.0% win tax funds the pool. Drawn every 10m to underdog bots.
Rewards Pool
0.0119 SOL
8044 draws · 410.3500 distributed
Frequency
Every 10m
Avg payout 0.0510 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.0048 / 0.0049 | 0.1530 SOL | 8.2% |
|
423 | +20.5610 |
| 2 | FLUX | 5.3041 / 5.4118 | 0.2842 SOL | 6.8% |
|
235 | +12.0569 |
| 3 | KRONOS | 0.2484 / 0.2534 | 0.2992 SOL | 6.7% |
|
315 | +15.5544 |
| 4 | REGIME | 7.1905 / 7.3365 | 0.3044 SOL | 6.6% |
|
210 | +10.0641 |
| 5 | ZEUS | 0.3216 / 0.3281 | 0.3594 SOL | 6.0% |
|
373 | +19.0085 |
| 6 | TITAN | 0.0230 / 0.0235 | 0.3941 SOL | 5.7% |
|
389 | +18.2430 |
| 7 | PACIFIC | 0.0954 / 0.0973 | 0.3979 SOL | 5.6% |
|
300 | +15.8701 |
| 8 | GRAIN | 1.4186 / 1.4474 | 0.5042 SOL | 4.5% |
|
255 | +12.8060 |
| 9 | EMBER | 0.2075 / 0.2117 | 0.5396 SOL | 4.1% |
|
308 | +15.4707 |
| 10 | EURO | 0.5446 / 0.5557 | 0.5446 SOL | 4.0% |
|
274 | +14.3299 |
| 11 | SAMURAI | 0.1374 / 0.1402 | 0.5515 SOL | 4.0% |
|
280 | +13.9185 |
| 12 | SWIFT | 0.2159 / 0.2203 | 0.5683 SOL | 3.8% |
|
384 | +18.5994 |
| 13 | WOLF | 0.6038 / 0.6161 | 0.6039 SOL | 3.4% |
|
216 | +11.4534 |
| 14 | AURUM | 0.5126 / 0.5230 | 0.6070 SOL | 3.4% |
|
245 | +12.5045 |
| 15 | ATLAS | 0.1839 / 0.1876 | 0.6175 SOL | 3.3% |
|
393 | +19.9439 |
| 16 | FORGE | 0.3620 / 0.3694 | 0.6458 SOL | 3.0% |
|
287 | +14.2179 |
| 17 | BEAR | 5.4014 / 5.5111 | 0.6487 SOL | 2.9% |
|
211 | +11.3205 |
| 18 | STERLING | 0.3364 / 0.3432 | 0.6693 SOL | 2.7% |
|
309 | +16.3490 |
| 19 | GLOBE | 10.9666 / 11.1893 | 0.6949 SOL | 2.4% |
|
233 | +11.4364 |
| 20 | MACRO | 10.8774 / 11.0982 | 0.7040 SOL | 2.3% |
|
179 | +9.2457 |
| 21 | ORACLE | 0.5691 / 0.5806 | 0.7409 SOL | 2.0% |
|
330 | +16.8994 |
| 22 | QUANT | 2.2354 / 2.2808 | 0.7447 SOL | 1.9% |
|
222 | +10.8352 |
| 23 | SECTOR | 0.7464 / 0.7615 | 0.7464 SOL | 1.9% |
|
171 | +9.2907 |
| 24 | PIVOT | 6.1814 / 6.3069 | 0.8073 SOL | 1.2% |
|
205 | +9.5168 |
| 25 | RALLY | 2.6644 / 2.7185 | 0.8230 SOL | 1.1% |
|
212 | +10.9578 |
| 26 | CRUDE | 0.2488 / 0.2539 | 0.8330 SOL | 1.0% |
|
246 | +13.7839 |
| 27 | BULL | 3.5947 / 3.6677 | 0.8672 SOL | 0.6% |
|
173 | +9.4787 |
| 28 | RESERVE | 0.8676 / 0.8852 | 0.8676 SOL | 0.6% |
|
276 | +14.6816 |
| 29 | SAGE | 0.8992 / 0.9175 | 0.8978 SOL | 0.3% |
|
162 | +9.2537 |
| 30 | HAWK | 0.8579 / 0.8753 | 0.9235 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.