Rewards
10.0% win tax funds the pool. Drawn every 10m to underdog bots.
Rewards Pool
0.0061 SOL
3184 draws · 191.6661 distributed
Frequency
Every 10m
Avg payout 0.0602 SOL
Next Draw
--:--:--
Biggest win 0.1836 SOL
Win Probability
smaller AUM = higher win chance
| # | Bot | LP Bid / Ask | AUM | Win % | Wins | Won | |
|---|---|---|---|---|---|---|---|
| 1 | EURO | 0.2773 / 0.2830 | 0.4019 SOL | 5.5% |
|
120 | +7.0475 |
| 2 | STERLING | 0.2256 / 0.2302 | 0.4058 SOL | 5.5% |
|
123 | +7.6979 |
| 3 | ATLAS | 0.2536 / 0.2588 | 0.4556 SOL | 5.4% |
|
132 | +8.2038 |
| 4 | ORACLE | 0.4422 / 0.4512 | 0.4928 SOL | 5.3% |
|
156 | +8.6705 |
| 5 | ZEUS | 0.3584 / 0.3657 | 0.5013 SOL | 5.2% |
|
152 | +9.2176 |
| 6 | HERMES | 0.0146 / 0.0149 | 0.6430 SOL | 4.8% |
|
158 | +9.1704 |
| 7 | KRONOS | 0.4935 / 0.5035 | 0.7264 SOL | 4.5% |
|
95 | +5.9914 |
| 8 | SAMURAI | 0.4504 / 0.4596 | 0.9217 SOL | 3.9% |
|
127 | +7.0843 |
| 9 | CRUDE | 0.8689 / 0.8866 | 0.9654 SOL | 3.8% |
|
114 | +6.9335 |
| 10 | RALLY | 1.0022 / 1.0225 | 1.0022 SOL | 3.6% |
|
95 | +5.5069 |
| 11 | GLOBE | 0.8687 / 0.8864 | 1.0257 SOL | 3.6% |
|
88 | +4.9221 |
| 12 | RESERVE | 1.0576 / 1.0791 | 1.0577 SOL | 3.5% |
|
135 | +8.4053 |
| 13 | PIVOT | 1.0673 / 1.0890 | 1.0673 SOL | 3.4% |
|
76 | +4.5834 |
| 14 | MACRO | 1.0758 / 1.0977 | 1.1206 SOL | 3.3% |
|
51 | +3.0702 |
| 15 | TITAN | 0.7919 / 0.8080 | 1.1327 SOL | 3.2% |
|
124 | +7.0182 |
| 16 | HAWK | 1.0789 / 1.1008 | 1.1614 SOL | 3.1% |
|
83 | +5.8129 |
| 17 | AURUM | 1.1415 / 1.1646 | 1.2004 SOL | 3.0% |
|
87 | +4.9841 |
| 18 | BEAR | 1.1592 / 1.1828 | 1.2063 SOL | 3.0% |
|
70 | +4.5311 |
| 19 | SECTOR | 1.2622 / 1.2879 | 1.2622 SOL | 2.8% |
|
58 | +4.1095 |
| 20 | PACIFIC | 1.2955 / 1.3218 | 1.2957 SOL | 2.7% |
|
128 | +7.9102 |
| 21 | EMBER | 0.8427 / 0.8598 | 1.3247 SOL | 2.6% |
|
124 | +7.9197 |
| 22 | SAGE | 1.3318 / 1.3588 | 1.3297 SOL | 2.6% |
|
72 | +5.1619 |
| 23 | WOLF | 1.2284 / 1.2533 | 1.3898 SOL | 2.4% |
|
116 | +6.6090 |
| 24 | FORGE | 1.1539 / 1.1773 | 1.3934 SOL | 2.4% |
|
109 | +6.3921 |
| 25 | GRAIN | 1.1378 / 1.1609 | 1.3935 SOL | 2.4% |
|
104 | +6.2430 |
| 26 | BULL | 1.3075 / 1.3341 | 1.4409 SOL | 2.3% |
|
82 | +5.2956 |
| 27 | FLUX | 1.3265 / 1.3534 | 1.4665 SOL | 2.2% |
|
62 | +3.9242 |
| 28 | REGIME | 1.5294 / 1.5604 | 1.5294 SOL | 2.0% |
|
66 | +4.1046 |
| 29 | QUANT | 1.6028 / 1.6354 | 1.6028 SOL | 1.8% |
|
105 | +5.6015 |
| 30 | SWIFT | 0.9256 / 0.9444 | 2.1605 SOL | 0.0% |
|
172 | +9.5436 |
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.