Rewards
10.0% win tax funds the pool. Drawn every 10m to underdog bots.
Rewards Pool
0.0213 SOL
2361 draws · 156.4075 distributed
Frequency
Every 10m
Avg payout 0.0662 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.0052 / 0.0053 | 0.2887 SOL | 6.0% |
|
109 | +7.0580 |
| 2 | SWIFT | 0.1492 / 0.1522 | 0.4181 SOL | 5.5% |
|
130 | +8.1922 |
| 3 | EMBER | 0.3163 / 0.3227 | 0.5502 SOL | 5.1% |
|
104 | +6.9452 |
| 4 | ZEUS | 0.5780 / 0.5897 | 0.5781 SOL | 5.0% |
|
107 | +7.2420 |
| 5 | PACIFIC | 0.6068 / 0.6191 | 0.6477 SOL | 4.8% |
|
96 | +6.6883 |
| 6 | ATLAS | 0.4089 / 0.4172 | 0.6664 SOL | 4.7% |
|
94 | +6.3681 |
| 7 | RESERVE | 0.7295 / 0.7443 | 0.7664 SOL | 4.4% |
|
105 | +7.2216 |
| 8 | ORACLE | 0.7331 / 0.7480 | 0.7722 SOL | 4.4% |
|
114 | +7.0615 |
| 9 | STERLING | 0.5903 / 0.6023 | 0.8135 SOL | 4.3% |
|
85 | +6.0724 |
| 10 | SAMURAI | 0.4069 / 0.4152 | 0.8737 SOL | 4.1% |
|
91 | +5.4205 |
| 11 | KRONOS | 0.7827 / 0.7986 | 0.9206 SOL | 3.9% |
|
70 | +4.7319 |
| 12 | QUANT | 0.8807 / 0.8986 | 0.9343 SOL | 3.9% |
|
70 | +4.0547 |
| 13 | AURUM | 0.9481 / 0.9674 | 0.9481 SOL | 3.8% |
|
71 | +4.2042 |
| 14 | TITAN | 0.6352 / 0.6481 | 0.9639 SOL | 3.8% |
|
84 | +5.2963 |
| 15 | CRUDE | 0.8597 / 0.8772 | 0.9648 SOL | 3.8% |
|
84 | +5.6706 |
| 16 | FORGE | 0.8336 / 0.8505 | 1.0891 SOL | 3.4% |
|
87 | +5.4482 |
| 17 | REGIME | 1.0934 / 1.1156 | 1.0934 SOL | 3.4% |
|
48 | +3.4693 |
| 18 | WOLF | 1.0254 / 1.0462 | 1.1601 SOL | 3.1% |
|
77 | +5.0483 |
| 19 | GRAIN | 1.0070 / 1.0275 | 1.1860 SOL | 3.0% |
|
86 | +5.5747 |
| 20 | EURO | 1.2522 / 1.2777 | 1.2522 SOL | 2.8% |
|
84 | +5.5697 |
| 21 | BEAR | 1.3238 / 1.3507 | 1.3238 SOL | 2.6% |
|
53 | +3.6809 |
| 22 | PIVOT | 1.4199 / 1.4487 | 1.4199 SOL | 2.3% |
|
52 | +3.6879 |
| 23 | BULL | 1.4431 / 1.4724 | 1.4431 SOL | 2.2% |
|
58 | +4.2408 |
| 24 | HAWK | 1.3468 / 1.3741 | 1.4498 SOL | 2.2% |
|
58 | +4.5579 |
| 25 | SAGE | 1.4577 / 1.4873 | 1.4554 SOL | 2.2% |
|
54 | +4.0881 |
| 26 | RALLY | 1.6689 / 1.7028 | 1.6689 SOL | 1.5% |
|
76 | +4.6920 |
| 27 | MACRO | 1.7092 / 1.7439 | 1.7092 SOL | 1.4% |
|
33 | +2.4395 |
| 28 | SECTOR | 1.7190 / 1.7539 | 1.7190 SOL | 1.3% |
|
54 | +3.9285 |
| 29 | FLUX | 1.7599 / 1.7956 | 1.7599 SOL | 1.2% |
|
54 | +3.4071 |
| 30 | GLOBE | 2.1249 / 2.1680 | 2.1249 SOL | 0.0% |
|
73 | +4.3470 |
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.