Skip to content

← Cycle intelligence

Halving Radar Polar

Public-domain polar visualization that compresses the 4-year inter-halving window into a single circular radar image. The angular coordinate sweeps from 0° at the most recent halving to 360° at the next halving boundary; the radial coordinate is the logarithmic spot price. Reads cycle position at a single circular glance instead of a scrolling timeline.

Tier proCycle intelligencehalvingpolarradarprocycle-positioningbespoke-renderer

What is it?

Halving Radar Polar is a public-domain polar visualization that compresses the four-year inter-halving window into a single circular radar image. Each daily price observation is mapped to polar coordinates: the angular coordinate is computed as days_since_last_halving divided by 1461 (the four-year inter-halving block-cadence in days) and converted to a 0-360° sweep, while the radial coordinate is log10(price). The chart trades the chronological scrolling of a linear timeline for a circular layout that reveals cycle position at a single glance: the angular position around the circle tells you where in the inter-halving window the network sits, and the radial distance from center tells you the magnitude of the spot price on a log scale.

How to read

The chart shows a circular radar with the most recent halving anchored at 0° (north, twelve o'clock position) and the next halving boundary at 360° (returning to north). Read the chart by locating the most-recent point on the radar (it is rendered with a subtle pulse to mark the present). The angular position tells you the cycle phase: a point in the upper-right quadrant (Q1, 0-90°) sits in the early post-halving window; the upper-left (Q4, 270-360°) sits in the pre-next-halving window. The radial distance from center is the log price: points farther from center indicate higher spot prices. Halving event timestamps are rendered as gold radial rings on the radar, providing the angular reference. Prior cycles' tracks are visible at the longer timeframes, allowing visual comparison of the current cycle's radial expansion against past cycles' tracks at the same angular position.

Key zones

Four angular quadrants on the radar, each historically associated with a distinct inter-halving regime: • Q1 (0-90°, post-halving accumulation): the network has recently emerged from a halving event. Historically aligned with cycle accumulation regimes where on-chain activity recalibrates to the new issuance rate. • Q2 (90-180°, mid-cycle expansion): historically the bulk of the post-halving expansion phase, where spot price discovery aligns with the supply-issuance reduction. • Q3 (180-270°, late-cycle distribution): historically aligned with cycle peak windows where mainstream attention crests. • Q4 (270-360°, pre-next-halving anticipation): the network approaches the next halving boundary. Historically aligned with anticipation regimes where positioning ahead of the next supply-shock builds. The quadrant interpretation is structural - the angular position depends only on the protocol cadence, not on price action.

What to observe

• Radial expansion across cycles: at the longer timeframes, multiple cycles' tracks are overlaid on the same radar. Compare the radial distance achieved at the same angular position across cycles - historically, each successive cycle has expanded radially as the spot price has compounded on a log axis. • Quadrant transitions: the moment when the present-marker crosses a quadrant boundary is a structural cadence event. These transitions occur at fixed angular intervals (every 90° = roughly every twelve months on the four-year cadence) and provide a structural rhythm independent of price action. • Angular vs. radial divergence: a track that expands radially while sweeping slowly through a quadrant indicates a price acceleration phase; a track that sweeps quickly without radial expansion indicates a sideways consolidation phase. • Halving anchor symmetry: each completed cycle's track ends at a known halving event (the next halving anchor for that cycle). The radial distance at the halving event is the log spot price at the halving moment - a useful structural reference for comparing cycle starts. • Present-marker pulse: the most-recent point is rendered with a subtle pulse. Its angular position relative to the quadrant boundaries gives an immediate read on which inter-halving regime the network occupies at any given reading.

Historical context

The polar radar visualization compresses the full Bitcoin spot-price history into a circular layout anchored on the 210,000-block halving cadence. Across the inter-halving windows that have completed since 2012, the radar reveals the structural symmetry of the four-year protocol cadence: each completed cycle has swept a full 360° revolution from one halving boundary to the next, while expanding radially as the log price compounds. The bespoke renderer plots prior cycles as faded background tracks at the longer timeframes, allowing visual comparison of cycle expansion patterns. The radar layout is a presentation choice - the underlying source data is the same daily close price series consumed by linear-timeline charts. The visual difference is purely cognitive: the polar layout makes inter-halving cadence position immediately readable, while the linear timeline makes time-series detail more readable.

Expert notes

Implementation: the polar radar is rendered by a bespoke SVG component (PolarSpiralChart) wired via slug-page early-return - it is not routed through the lightweight-charts canvas (which has no native polar coordinate system). The angular coordinate uses anchorMode='last-halving': theta = (days_since_last_halving / 1461) × 2π, with the most recent halving in the canonical halvings registry as the angular zero. The radial coordinate is computed as log10(price), then linearly interpolated between the inner empty area and the outer canvas edge. The chart trades log-scale toggling and BTC overlay (handled natively by linear-timeline charts) for a polar layout - the radial coordinate is log10(price) by construction, so a separate log-scale toggle would be redundant, and a BTC overlay would render the same series twice. Halving events from the canonical halvings registry render as gold radial rings, providing the angular reference. The renderer dedupes daily observations to a single point per day; intra-day price movements are not exposed in the polar view.

Common mistakes to avoid

• Reading the radial distance as a price prediction: the radial coordinate is log10(price) of the present observation. It does not project future spot prices. • Comparing radial distances across cycles on a linear scale: radial expansion compounds across cycles as the log spot price grows. Compare radial expansion in log terms (the radial coordinate IS log) - the visual radial distance differences across cycles are already log-scaled by construction. • Treating quadrant transitions as price-action triggers: quadrant boundaries are structural cadence markers (every ~12 months on the four-year cadence). They provide rhythm, not price-action triggers. • Confusing the halving radial-ring with a price level: the halving event is rendered at a specific radial distance equal to log10(price) at the halving moment. The ring is a structural anchor for that cycle's track, not a price-level support or resistance. • Reading prior-cycle tracks as forecasts: the faded prior-cycle tracks at the longer timeframes are visual references for past cycle paths. They are historical observations, not projections - past patterns may not recur, and Bitcoin cycle 5 may behave differently from prior cycles.

Programmatic access

REST API

curl -sS \
  'https://api.trinityinsights.io/api/v1/cycle-intelligence/cycle-halving-radar-polar/history?days=90' \
  -H 'X-API-Key: $TRINITY_API_KEY'

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "cycle-halving-radar-polar",
  "timeframe": "1y"
}

Required tier: pro. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.

Related metrics

Institutional disclaimer

Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.