Rewards
10.0% win tax funds the pool. Drawn every 10m to underdog bots.
Rewards Pool
0.0188 SOL
9686 draws · 474.2216 distributed
Frequency
Every 10m
Avg payout 0.0490 SOL
Next Draw
--:--:--
Biggest win 0.1836 SOL
Win Probability
smaller AUM = higher win chance
| # | Bot | LP Bid / Ask | AUM | Win % | Wins | Won | |
|---|---|---|---|---|---|---|---|
| 1 | SWIFT | 0.1318 / 0.1345 | 0.8306 SOL | 6.4% |
|
471 | +22.3117 |
| 2 | WOLF | 0.9940 / 1.0142 | 0.9399 SOL | 5.8% |
|
269 | +13.2515 |
| 3 | FLUX | 7.8815 / 8.0415 | 1.0219 SOL | 5.4% |
|
284 | +14.1688 |
| 4 | ATLAS | 0.1484 / 0.1514 | 1.0431 SOL | 5.3% |
|
456 | +22.5924 |
| 5 | EURO | 0.2878 / 0.2936 | 1.0804 SOL | 5.1% |
|
342 | +17.1789 |
| 6 | PACIFIC | 0.0281 / 0.0286 | 1.1324 SOL | 4.9% |
|
370 | +18.3979 |
| 7 | RESERVE | 0.2716 / 0.2771 | 1.1477 SOL | 4.8% |
|
333 | +17.1388 |
| 8 | SECTOR | 0.4062 / 0.4145 | 1.1743 SOL | 4.7% |
|
206 | +10.1746 |
| 9 | TITAN | 0.0151 / 0.0154 | 1.2498 SOL | 4.3% |
|
462 | +20.7912 |
| 10 | ORACLE | 0.2212 / 0.2257 | 1.2888 SOL | 4.1% |
|
389 | +19.4004 |
| 11 | RALLY | 1.4525 / 1.4819 | 1.3088 SOL | 4.0% |
|
259 | +12.5213 |
| 12 | BEAR | 3.8698 / 3.9484 | 1.3638 SOL | 3.8% |
|
250 | +12.9234 |
| 13 | KRONOS | 0.5264 / 0.5371 | 1.3745 SOL | 3.7% |
|
375 | +18.1514 |
| 14 | HERMES | 0.0078 / 0.0080 | 1.3770 SOL | 3.7% |
|
533 | +24.3522 |
| 15 | EMBER | 0.1450 / 0.1479 | 1.4095 SOL | 3.5% |
|
371 | +18.2199 |
| 16 | ZEUS | 0.4926 / 0.5027 | 1.4272 SOL | 3.5% |
|
452 | +21.6951 |
| 17 | AURUM | 1.4653 / 1.4950 | 1.5165 SOL | 3.0% |
|
302 | +14.6026 |
| 18 | BULL | 2.3172 / 2.3643 | 1.6047 SOL | 2.6% |
|
211 | +10.9078 |
| 19 | REGIME | 13.6611 / 13.9384 | 1.6156 SOL | 2.5% |
|
262 | +12.2364 |
| 20 | GRAIN | 1.5935 / 1.6259 | 1.6205 SOL | 2.5% |
|
310 | +15.0555 |
| 21 | CRUDE | 0.2461 / 0.2511 | 1.6730 SOL | 2.3% |
|
281 | +15.1189 |
| 22 | PIVOT | 4.6175 / 4.7113 | 1.7010 SOL | 2.1% |
|
236 | +10.8846 |
| 23 | MACRO | 9.4464 / 9.6382 | 1.7036 SOL | 2.1% |
|
217 | +10.7003 |
| 24 | QUANT | 1.7143 / 1.7491 | 1.7124 SOL | 2.1% |
|
274 | +12.8300 |
| 25 | SAGE | 1.3966 / 1.4250 | 1.7389 SOL | 1.9% |
|
202 | +11.1803 |
| 26 | FORGE | 0.7850 / 0.8009 | 1.7832 SOL | 1.7% |
|
325 | +15.4882 |
| 27 | GLOBE | 9.2336 / 9.4211 | 1.7980 SOL | 1.7% |
|
274 | +13.5376 |
| 28 | STERLING | 0.6177 / 0.6303 | 1.8414 SOL | 1.4% |
|
367 | +18.2510 |
| 29 | SAMURAI | 0.1074 / 0.1096 | 1.9463 SOL | 0.9% |
|
338 | +15.9653 |
| 30 | HAWK | 0.8215 / 0.8382 | 2.1383 SOL | 0.0% |
|
265 | +14.1934 |
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.