Onchain Alpha
objective
Generate and validate onchain-derived alpha with timestamp integrity and execution-aware evaluation.
workflow
- •define onchain entities, events, and labeling conventions.
- •build features from transfers, liquidity pools, and wallet cohorts.
- •align onchain timestamps with tradeable market snapshots.
- •validate predictive value after fees, latency, and slippage.
- •deploy only when signal robustness survives regime and venue changes.
required diagnostics
- •feature decay and information half-life diagnostics.
- •wallet-cohort concentration and crowding indicators.
- •onchain-to-market timestamp alignment error metrics.
- •cross-venue execution slippage on signal triggers.
- •performance stability across chain congestion regimes.
risk controls
- •enforce anti-leakage checks on event finality and reorg handling.
- •enforce capacity and crowding limits for deployable size.
- •enforce fallback behavior during chain-data outages.
outputs
- •run
python scripts/onchain_alpha_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - •write an implementation memo using
references/onchain-alpha-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/onchain_alpha_diagnostics.pyfor deterministic diagnostics. - •use
references/onchain-alpha-playbook.mdfor the domain checklist and delivery structure.