| name | bnb-project-foundation |
| description | CMC/BNB Track 2 foundation skill for turning BNB quantitative evidence into a sponsor-aligned, backtestable strategy spec. Use after bnb-alpha-research generates anomaly heatmaps and strategy_candidates.json, or when packaging CoinMarketCap/BNB source policy, provenance, and submission-ready strategy JSON. |
BNB Project Foundation
Use this after quantitative evidence exists.
This skill packages BNB alpha evidence into a CMC Track 2 strategy-skill deliverable. It does not discover anomalies itself. For discovery, use:
alpha-gen-skills/bnb-alpha-research/
Inputs
Expected evidence files:
analysis/event_studies.csv
analysis/heatmap_edge_bps.csv
analysis/heatmap_hit_delta.csv
analysis/heatmap_regime_edge_bps.csv
analysis/strategy_candidates.json
reports/bnb_alpha_report.html
Workflow
- Read
analysis/strategy_candidates.json.
- Select only candidates with enough sample size, nontrivial edge, and clear provenance.
- Convert the candidate into deterministic strategy JSON.
- Add CMC/Binance source provenance.
- State that this is a backtestable strategy spec, not a live execution agent.
Bundled Starter
The original Track 2 starter implementation is under:
skill/
Read skill/SKILL.md only when you need the TypeScript demo shell or original contest packaging notes.