1install the binary
curl -fsSL https://sports-workbench.srivtx.xyz/install.sh | bash
no sudo, no PATH issues. writes to ~/.npm-global/bin.
2subscribe on-chain (one-time, ~0.002 SOL)
sports-workbench subscribe --devnet --level 1 --weeks 4
export TXLINE_API_TOKEN=<apiToken>
mints a Token-2022 subscription. valid for 30 days. copy the apiToken from output.
3run the live signal agent
sports-workbench signal --devnet --strategy sharpDetector --threshold 0.5 --state ./signals.json
connects to the free World Cup SSE feed. fires verifiable signals on every sharp move. Ctrl+C to stop.