Every meaningful change, in reverse-chrono order.
The public log of product and API changes to Mithril. Quick-fix patches and copy tweaks are omitted; this list is the ground truth for anything a user or integrator would notice.
- 2026-04-17v11.3contentfeatureTrust, methodology, status and compare pages
Shipped four new navigation pages for transparency: methodology, system status, vs-comparison, and the live changelog. Added tooltips on technical terms across the landing and trade flow.
- —New /methodology page covering valuation rules, 14 data sources, refresh cadence, $3.7T coverage explanation.
- —New /status live-health page with 30-second polling against /api/v1/health.
- —New /vs comparison page — Mithril vs Forge, Hiive, EquityZen, EquityBee, Nasdaq PM.
- —New /changelog page (this page) linked from the API docs footer and main site footer.
- —Shared Tooltip component; IOI / CLOB / perps / wrap / unwrap / OTC now have inline definitions.
- 2026-04-14v11.2compliancecontentPre-launch hardening
Second round of the 200-point audit implementation: deeper compliance pages, /security revamp, /disclosures, and /reserves proof-of-addresses.
- —Published /security program with vulnerability disclosure SLAs and RFC 9116 security.txt.
- —Published /disclosures page covering conflicts, material risks, and affiliate relationships.
- —Published /reserves with every treasury and protocol wallet address for independent on-chain reconciliation.
- —Tightened CSP headers; SSL Labs A+ grade; securityheaders.com A rating.
- 2026-04-08v11.1featureFour venues live in a single account
Tokenized-equity CLOB, OTC matching, pre-IPO perpetuals, and prediction markets are all reachable from one Mithril account with unified KYC and a single portfolio view.
- —Unified portfolio aggregates positions across OTC IOIs, tokenized orders, perps, and prediction contracts.
- —Cross-venue reconciliation runs continuously; divergences > 3% now flag for manual review.
- —Added /compare for quick side-by-side of the four venues.
- 2026-04-02v11.0featureapiPrediction-market CLOB goes public
Replaced the in-memory probability feed with a real on-site central limit order book. External markets (Polymarket, Kalshi, Metaculus) now show as cross-reference only.
- —POST /api/v1/markets/:id/order — place YES/NO limit or market orders.
- —GET /api/v1/markets/:id/trades — trade history with fills and fees.
- —POST /api/v1/admin/markets/:id/resolve — admin-only resolution with audit log.
- 2026-03-29v10.9infraPreStocks + Jarsy price feeds consolidated
GeckoTerminal OHLCV is now the single source of on-chain candlestick data for both Jarsy (Base) and PreStocks (Solana), with a resilient fallback when upstream returns partial data.
- —Added backup Solana RPC provider; automatic failover within 30s of upstream 429 bursts.
- —Chart-data gap mitigation via cached mock fallback.
- —Vercel Cron enrichment cadence: 5 min for CoinGecko, 1 min for GeckoTerminal pools.
- 2026-03-24v10.5contentapiCompany coverage finalized at 71
Refined roster from 92 to 71 companies with stronger data provenance. Added 8 enrichment libraries: SEC EDGAR, USPTO, GitHub, NewsData, sentiment, App Store, PolyRouter, Metaculus.
- —Per-company enrichment endpoint: GET /api/v1/companies/:id/enrich.
- —Jarsy (Base) and PreStocks (Solana) token prices now displayed inline on every company card.
- —Clearbit logo API wired for all 71 companies; prior-round data shown on detail pages.
- —New pages: /terms, /privacy, /api-docs.
- 2026-03-22v10.0apiinfraFull backend wired
34 API routes with Zod validation, standardized error envelopes, rate limiting, audit logging. Smart contracts deployed to Base sepolia for preview.
- —PredictionMarket.sol, PredictionFactory.sol, WrappedEquity.sol, EquityFactory.sol, OTCEscrow.sol deployed to Base.
- —News aggregation pipeline: HN + TechCrunch + Google News, cached via Vercel KV.
- —CoinGecko price enrichment behind Vercel Cron.
- —Admin role protection on every write endpoint; audit_log table.
- 2026-03-21v9.5infracontentRoute-group consolidation
Collapsed three apps (hub, predict, terminal) into a single hub with route groups under (app)/. Chart UX switched to Coinbase-style inline expand.
- —Added SEO metadata + viewport to every page.
- —Hoisted constants; verified useMemo on all filter/sort chains.
- —Design v2.1 revision history added.
- 2026-03-20v9.0infraTurborepo monorepo
Restructured to Turborepo with npm workspaces: one app, three internal packages (ui, lib, config). Clerk auth, Supabase 17-table schema with RLS, API routes with in-memory matching engines.
- —Internal packages transpiled by Next (transpilePackages).
- —ClerkProvider wraps hub layout; shared auth across subdomains.
- —Prediction CLOB and OTC IOI matching engines wired.
- 2026-03-19v8.0contentProject kickoff
Mithril CLAUDE.md authored; early UI prototype with 42 company cards, mock OHLCV, and a single-page trade surface. No backend, no auth, no real data — just the visual thesis.
- —Committed design tokens: #FAFAFC, #1A1A2E, #7C5CFC, JetBrains Mono for numerics.
- —Plus Jakarta Sans picked as the body face.
- —First draft of the four-venue thesis.
Older releases are available on request: updates@mithril.pro.