Skip to main content

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.description containing cswon-bench:v1
  • Not be the subnet owner

Payout Process

  1. Collect logs: grep "EXEC_SUPPORT_ELIGIBLE: True" validator.log
  2. Calculate: payout = pool_balance × 0.02 (2% per tempo max)
  3. Transfer: btcli wallet transfer --wallet.name owner --dest <validator_hotkey> --amount <payout>
  4. 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.


← Previous5.4 Benchmark Governance
→ Next5.6 Immunity & Warm-Up
IndexDocumentation Index