Skip to main content
THE BORG
Project · Crypto Research Centre
Phase2 / 5 COMPLETE
Tabs8 LIVE
CostAUD $5/mo
SYDNEY · AEST
C
Project IV · Research Application · Cloudflare Workers
Crypto Research Centre
A research and directional-reads application for crypto markets. 8 production tabs covering exec summary, charts and indicators, all 45 signals explained, ETF flows, correlations, accuracy tracking, decision framework, and weekly review. Reads from the same data backbone as Pengu Dashboard. No trades — research only.
StatusPHASE 2 COMPLETE Tabs8 LIVE CoverageBTC · ETH · SOL · PENGU CostsAUD $5/mo Anthropic
// What It Is

Crypto Research Centre is a research and directional-reads platform. Not a trading platform. The Layer 1 component of Implementation Manual Ch 18 (Kelly sizing, portfolio heat, VaR) is dead — only the correlation matrix survives. The site outputs reads, not trades.

It shares infrastructure with Pengu Dashboard — same Cloudflare Workers backend, same Upstash + Cloudflare KV layer, same on-chain data sources. CRC is the editorial layer above the raw data Pengu surfaces visually.

Phase 2 shipped 9 May 2026. All four Implementation Manual chapters (18-21) plus v4 #2 (signal correlation audit) and v4 #3 (drift monitor). Plus ETF Flows tab as an out-of-scope Phase 2 addition.

Phase 3 unlocks ~23 May 2026 per the discipline rule — 2 weeks of daily use after the prior phase ships. Genuinely needs ~14 days of tshistory and scorecard-history accumulation before the Bayesian layer (Ch 26) reads meaningful signal correlations.

// 8 Live Tabs
Morning Read
Exec summary regenerated Mon/Wed/Fri 7am Sydney. Verdict + KPIs + drift banner + regime badge + multi-token analysis + plain-English key levels + macro triggers + overnight movers + catalysts + per-bucket signal cards.
Charts & Indicators
Token picker (BTC/ETH/SOL/PENGU). Candlestick chart. Tiered S/R rendering with opacity (strong/medium/weak/watch). BTC liquidation magnets with beginner explainer. 10 indicators with abbreviation-prominent headers.
All Signals Explained
45 signals organised into 9 buckets. Signal-card layout matches indicator cards — right-now first, learn-more in collapsed details.
ETF Flows
Beginner explainer + cross-asset synthesis + per-asset blocks (BTC + ETH + SOL active). Totals grid + per-issuer table + 6-section Sonnet-generated commentary from hand-curated daily flow JSON.
Correlations
Asset correlation matrix (BTC/ETH/SOL/BNB/DOGE/PEPE/PENGU rolling 30d) plus signal correlation audit (45-signal pairwise 90d — the v4 #2 build).
Accuracy
Directional accuracy report. Walk-forward validation. Calibration table. Recent prediction outcomes scored against actuals.
Decision Framework
DDF form (10 criteria, regime-aware compute, raw + adjusted totals). Override modal for sub-65 calls. Decision archive. The structural answer to gut-call decisions.
Sunday Review
Auto-generated Monday 09:00 UTC. Override-bias signal section. Weekly retrospective on which signals fired correctly versus which got ignored.
// Architectural Locks (9 May 2026 Session)

1. No-trading reframe. Site outputs research and directional reads only. No Kelly sizing, no portfolio heat, no VaR. Only the correlation matrix from Ch 18 survives.

2. TDF → DDF surface rename. Directional Decision Framework. Internal type names and route paths kept as `tdf` for stability. UI labels and comments use DDF.

3. ETF data — hand-curated JSON, not live scraping. Farside, DefiLlama, CoinGlass free, SoSoValue, CoinDesk API — all Cloudflare-challenge-protected or paid. worker/data/research/etf-flows-manual.json is the data source. Sonnet generates commentary from it, no tools, single small call.

4. Sonnet calls take ~47 seconds for the 6-section editorial. waitUntil's 30s budget isn't enough. So POST recompute defaults to synchronous (~50s wait, returns full result). Pass ?async=1 for fire-and-forget. Cron path uses ctx.waitUntil and works because cron events have 15-minute budgets.

5. Stomp-first KV pattern. Before any slow Sonnet call that writes to KV, write a placeholder first. Stale content can never persist past one second of a recompute trigger.

// Tech Stack
BackendCloudflare Workers (Hono + TypeScript)
FrontendVanilla HTML + JS + CSS (sidebar layout)
EditorialClaude Sonnet 4.6 (6-section morning brief + ETF commentary)
CacheCloudflare KV + Upstash Redis
RoutingSidebar-tab pattern (matches Pengu v3-sidebar)
Production URLpengu-dashboard.tino-esqimo.workers.dev/research
Anthropic spend~AUD $5/month
All other infra$0 (Cloudflare free tier)
// Phase Status
Current Phase2 / 5
Phase 3 unlock~23 May 2026
Tabs live8
Signals tracked45
// Open Live Site
Open Research Tab
// Phase 3 Chapters

Ch 22. Phase 3 overview.

Ch 23. Order flow — CVD + microstructure.

Ch 24. Cross-asset correlation.

Ch 25. Options-implied — GEX.

Ch 26. Bayesian decisions — reads v4 #2 signal correlation audit (14-day window matters).

// Cron Schedule
Mon/Wed/Fri 7am Sydney
Exec summary + ETF capture + commentary

Sun 09:00 UTC
Weekly review

Every 15 min
Derivatives capture

Every hour
Synth scorecard + regime classifier