Polygon L1 regimeLive · since 2026-05-05
Chain backtest certified MEDIUM on canonical Polygon events. Polygon L1 regime is read by the Invarians stress-events detector since 2026-05-05 and feeds the live operational scope (events tracked when Polygon leaves S1D1, composite L1×L1 ETH×POL active when both Ethereum and Polygon stress simultaneously).
Source
- Dataset
bigquery-public-data.crypto_polygon.blocks
- Integration window
- Phi = 720 blocks, about 1 hour at 5 s per block, production-aligned.
- Period
- 2020-06-01 to 2023-12-31.
- Signals
- rhythm_ratio (tau), sigma_ratio / size_ratio / tx_ratio (pi).
Files
Reproduction steps
- Open the BigQuery console on a project with the free monthly quota.
- Paste the content of
extract_pol.sql, run the query.
- Export the result as
pol_invariants_2020_2023_phi720.csv.
- Clone github.com/agentnorthstar/calibration.
- Place the CSV in
scripts/, run python scripts/backtest_pol_phi720.py.
- Confront the output to
expected_thresholds.md.
Polygon L1 is integrated to the stress-events detector since 2026-05-05, contributing to the live operational scope alongside Ethereum L1 and the L2 rollups. Internal calibration parameters (nominal construction, divergence thresholds) are embedded in backtest_pol_phi720.py at runtime and are not exposed publicly. Reproducers confront the output (TPR, FPR, M1, per-window states), not the parameters.