5.5 Execution Support Pool
The owner allocates ~5% of their 18% Alpha per tempo to an Execution Support Pool.
Eligibility
Validators must complete ≥30 benchmark tasks per tempo (EXEC_SUPPORT_N_MIN = 30) to qualify. They must also:
- Have
axon.info.descriptioncontainingcswon-bench:v1 - Not be the subnet owner
Payout Process
- Collect logs:
grep "EXEC_SUPPORT_ELIGIBLE: True" validator.log - Calculate:
payout = pool_balance × 0.02(2% per tempo max) - Transfer:
btcli wallet transfer --wallet.name owner --dest <validator_hotkey> --amount <payout> - Record: CSV ledger at
docs/exec_support_payments.csv
Testnet Note
During testnet / early mainnet: validators run in mock mode (CSWON_MOCK_EXEC=true), so no TAO is burned and no pool payout is required.
Navigation
| ← Previous | 5.4 Benchmark Governance |
| → Next | 5.6 Immunity & Warm-Up |
| Index | Documentation Index |