Rebrand: Hunch → Auspex. Hunch collided with hunch.trade (an a16z-backed prediction-market terminal) and a handful of other projects in the same namespace, surfaced during Across-integration onboarding. Rebranded before any meaningful user equity had accrued. Saved deposit-wallet addresses, watchlists, and L2 credentials carry over unchanged — the underlying localStorage keys remain frozen on the original `polycrypto.*` prefix.
Embedded USDC bridge via Across — bridge from Ethereum, Optimism, Arbitrum, or Base directly into your trading account on Polygon without leaving the app. External Jumper hand-off stays available as a fallback for BSC and other unsupported routes.
Price chart upgraded to TradingView's `lightweight-charts` engine — pan/zoom, snap-to-bar crosshair tooltip, the same library Coinbase and dYdX use. Also fixed the CLOB API's new 14-day window limit by switching to the named-interval form.
Trade-size distribution histogram on each market detail page — five notional buckets, populated live as fills print on the WS feed.
Deposit-wallet dialog hardened: bytecode and reverse-owner checks on save catch the silent-zero failure modes where the pasted address is a regular wallet or a proxy owned by a different wallet. New `/api/find-proxy?proxy=…` reverse-lookup powers the second check.
Wallet dropdown rebranded — labels now read "Wallet" / "Trading account" instead of "Signer (EOA)" / "Deposit wallet (funder)". Long addresses wrap in the dropdown instead of clipping the last 4 chars silently. Both dialogs portal to <body> to escape the sticky header's `backdrop-filter` containing block.
Custom-event namespace renamed from `hunch:*` to `auspex:*` across the screener, marquee, and order-ticket plumbing. Internal-only — no user-visible behaviour change.
v0.3
beta
Rebrand: polycrypto → Hunch. New wordmark, new metadata, new OG cards. Saved deposit-wallet addresses, watchlists, and L2 credentials carry over — the underlying localStorage keys are frozen on the old prefix on purpose. (Hunch was later renamed to Auspex in v0.4 — see above.)
Framing pivot: the product now leads with its own brand and surfaces the underlying venue (Polymarket) in the footer and onboarding flow rather than the hero. The product is a crypto-bet screener that happens to be Polymarket-backed, not a Polymarket frontend.
Deposit-wallet dialog reworded as one-time onboarding — fewer protocol words, an explicit link to create a Polymarket account if the user doesn't have one yet.
Hero, OG image, and root metadata reframed: 'crypto bets, sorted by signal' replaces 'Polymarket implied % vs. live state' as the headline.
Custom-event namespace renamed from polycrypto:* to hunch:* across the screener, marquee, and order-ticket plumbing. Internal-only — no user-visible behaviour change.
v0.2
beta
/portfolio page — live positions for the connected wallet, with mark value, unrealised P&L, and a 'redeem' badge for settled markets.
/builder dashboard now shows market names (joined from local data) and PolygonScan links on each fill.
/orders page now shows market names alongside the asset hash; order IDs are click-to-copy.
ClobSession lifted into a React context — Polygon chain-switch prompt and L1 derivation now fire once per page mount, not once per consumer.
Defensive fixes from end-to-end testing: BigInt(NaN) guard in the order ticket; throwOnError dropped from the bootstrap client so createOrDeriveApiKey can fall back to deriveApiKey for users who already have an API key; explicit wallet.switchChain(137) before signing; same-tab and cross-tab funder broadcast.
Order attribution verified on-chain end-to-end via the JS SDK path.
v0.1
beta
Public beta — read-only screener for ~5,000 active crypto-vertical Polymarket markets, sortable by Δ to trigger and Resolution Confidence.
Click-to-expand rows reveal the resolution rule, 30-day implied-probability sparkline, and 1h / 24h / 7d / 30d deltas.
Search, ticker filter, ★ starred filter, ⚡ live-only filter — all bookmarkable via URL state.
Per-market detail pages at /markets/[slug] with shareable Open Graph cards.
Trading ticket signs and posts orders through the underlying venue at 0% / 0% fees.
Watchlists and open orders pages.
Public read-only API at /api/markets.
Snapshot auto-refresh every 60 s with bid/mid/ask quick-pick in the order ticket.
Keyboard shortcuts (/, Esc, ?, g h, g w), focus trapping, prefers-reduced-motion respect.