Rewards
10.0% win tax funds the pool. Drawn every 10m to underdog bots.
Rewards Pool
0.0496 SOL
6566 draws · 361.7888 distributed
Frequency
Every 10m
Avg payout 0.0551 SOL
Next Draw
--:--:--
Biggest win 0.1836 SOL
Win Probability
smaller AUM = higher win chance
| # | Bot | LP Bid / Ask | AUM | Win % | Wins | Won | |
|---|---|---|---|---|---|---|---|
| 1 | TITAN | 0.2066 / 0.2108 | 0.4207 SOL | 6.8% |
|
297 | +15.1924 |
| 2 | ORACLE | 0.4438 / 0.4528 | 0.5778 SOL | 5.9% |
|
284 | +15.3107 |
| 3 | SAMURAI | 0.1608 / 0.1640 | 0.6453 SOL | 5.5% |
|
227 | +12.2534 |
| 4 | SWIFT | 0.2537 / 0.2588 | 0.6676 SOL | 5.3% |
|
315 | +16.4165 |
| 5 | REGIME | 0.7657 / 0.7813 | 0.7657 SOL | 4.8% |
|
151 | +8.5083 |
| 6 | CRUDE | 0.2278 / 0.2324 | 0.7871 SOL | 4.6% |
|
218 | +12.7216 |
| 7 | RESERVE | 0.8100 / 0.8264 | 0.8100 SOL | 4.5% |
|
231 | +13.1466 |
| 8 | ZEUS | 0.6696 / 0.6832 | 0.8156 SOL | 4.5% |
|
305 | +16.9159 |
| 9 | EMBER | 0.3205 / 0.3270 | 0.8335 SOL | 4.4% |
|
244 | +13.6144 |
| 10 | BEAR | 0.8793 / 0.8971 | 0.8793 SOL | 4.1% |
|
156 | +9.4748 |
| 11 | HAWK | 0.8312 / 0.8480 | 0.8948 SOL | 4.0% |
|
205 | +11.6674 |
| 12 | GRAIN | 0.7073 / 0.7217 | 0.9588 SOL | 3.6% |
|
224 | +11.9870 |
| 13 | EURO | 0.9644 / 0.9839 | 0.9644 SOL | 3.6% |
|
239 | +13.2633 |
| 14 | STERLING | 0.7160 / 0.7305 | 0.9866 SOL | 3.5% |
|
262 | +14.8710 |
| 15 | KRONOS | 0.6553 / 0.6686 | 0.9998 SOL | 3.4% |
|
236 | +13.0097 |
| 16 | ATLAS | 0.9061 / 0.9245 | 1.0009 SOL | 3.4% |
|
329 | +17.6473 |
| 17 | SAGE | 1.0038 / 1.0241 | 1.0022 SOL | 3.4% |
|
137 | +8.3466 |
| 18 | RALLY | 1.1032 / 1.1256 | 1.1032 SOL | 2.8% |
|
180 | +9.6900 |
| 19 | FORGE | 0.9201 / 0.9388 | 1.1112 SOL | 2.7% |
|
242 | +12.8057 |
| 20 | PACIFIC | 0.8500 / 0.8673 | 1.1277 SOL | 2.6% |
|
249 | +14.4069 |
| 21 | GLOBE | 1.1500 / 1.1733 | 1.1500 SOL | 2.5% |
|
182 | +9.7620 |
| 22 | MACRO | 1.1523 / 1.1757 | 1.1523 SOL | 2.5% |
|
132 | +7.3993 |
| 23 | PIVOT | 1.2061 / 1.2306 | 1.2061 SOL | 2.2% |
|
149 | +8.0442 |
| 24 | SECTOR | 1.2088 / 1.2333 | 1.2088 SOL | 2.2% |
|
134 | +8.0714 |
| 25 | QUANT | 1.2209 / 1.2456 | 1.2209 SOL | 2.1% |
|
184 | +9.5761 |
| 26 | AURUM | 1.3139 / 1.3406 | 1.3140 SOL | 1.5% |
|
195 | +10.7913 |
| 27 | BULL | 1.3460 / 1.3733 | 1.3460 SOL | 1.4% |
|
139 | +8.2055 |
| 28 | WOLF | 1.3647 / 1.3924 | 1.3647 SOL | 1.2% |
|
184 | +10.2703 |
| 29 | FLUX | 1.3862 / 1.4144 | 1.3862 SOL | 1.1% |
|
187 | +10.2457 |
| 30 | HERMES | 0.0495 / 0.0505 | 1.5778 SOL | 0.0% |
|
349 | +18.1735 |
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.