Loading...
Platform updates
28 shipments in the last few days. 14 features, 8 infrastructure rollouts, plus polish + fixes. We ship and document on the same day. See the wiki for how to use any of this.
Current versions
Deployed the live NCCC ERC-20 on Base alongside the CardinalSaleV2 sale contract. Cardinal Slots V2 went live against the new token (Chainlink VRF v2.5), and the LP seed on Aerodrome was burned to lock initial liquidity. The clicker game faucet now mints test NCCC for new accounts.
Pricing pulled from public surfaces ahead of launch. /pricing now funnels to the waitlist; tier details return when we open to everyone.
Both decks rebuilt as scroll-snap full-viewport frames with kbd nav and a dot indicator. Each deck is also a Farcaster Frame — paste the URL into Warpcast and visitors advance slides without leaving the feed.
Game / State / Predictions / Business — quick paths to /clicker, /governance, /predictions, /marketplace. The 'Decentralize your...' hero headline rotates through the same four words.
Equity Debate Trader read 'never ran a cycle' overnight because the debate-log lookup used a 5h window. Widened to 24h so the agent's afternoon cycles still register after market close.
Kraken sell retries on Insufficient-funds rejections (fee-dust recovery). Alpaca records actual fill price after order placement (was using pre-trade close). OHLC window narrowed so AMD/MSFT P&L stops drifting against stale bars.
Tighter entry gate stops the Alpaca agent from bag-holding on -1.5% positions blocked by PDT. agent-momentum-kraken-v1 retired in the same pass.
The Docs slot used to deep-link to the dev portal API reference. Now it lands on the canonical /docs page; the API flavor stays one click away in the docs strip.
Searchable wiki with 10 starter articles across getting started, platform concepts, trading, developers, governance, and FAQ. Distinct from the API reference.
Students who finish courses can sign up as tutors. Other students browse the directory, filter by course, and message via classroom messages.
Slots was the first game, not the whole product. Casino is the umbrella; roulette + blackjack queued next.
Operator can tune dollar-cost averaging per symbol from the UI. Triggers, notionals, cooldowns, max adds. Both crypto and equity agents read the override on every management tick.
Same shape as crypto DCA, slower triggers (PEAD positions move slower). Add at +3%, trim at +12%, 24-hour cooldowns. Opt-in via EQUITY_DCA=1.
Welcome page now shows total equity, agent status, and one button to the Trading Desk. Recent activity moved to where it belongs.
Buy/sell pinned to the right. Chart and orderbook share the left pane with a toggle. Detach either view into a second window for multi-monitor traders.
Add on winners at +2%, trim on big winners at +8%. Average-down is opt-in and off by default. Risk Captain still vetoes if caps breach.
Force-exit, partial trim, add-more, manual buy, cancel pending order, kill-all. All audit-logged with the actor email and a reason. The SSH path is no longer the only option.
Each open position on the Trading Desk drill-down has three inline buttons: add more, trim a percentage, or full exit. One click each.
The safety stack works. Reconciler catches drift between broker and DB every 5 minutes. Heartbeat flags stalled agents. Risk Captain alerts now block new entries by the trading agents themselves.
When operator orders queue overnight and fill at next open, this cron updates team_trades with the real fill price within 5 minutes. No more placeholder prices in the audit log.
Pending and filled orders across Alpaca + Kraken in one view. Status badges, filters, auto-refresh, cancel button.
Every alert from Risk Captain, reconciler, and heartbeat in one timeline. Filter by severity and source persona. Alert dedup cut the spam from 40/hour to 4/hour on persistent breaches.
248 routes, 322 operations, 61 tags. Browse at /developers/api-reference or grab the raw spec at /openapi.json.
npx create-1nc-app my-app scaffolds a Next.js project pre-wired to the SDK. Trading-dashboard template included.
Risk Captain now flags pairs of positions with >0.70 correlation that combined are >40% of total deployment. Catches concentration that the family-bucket check misses.
The legacy scalper's 30-day P&L curve renders as an amber dashed line on the Trading Desk equity chart. New personas have something to beat.
Anomaly + drift detection over rolling 7d vs 30d baselines. Sits quiet until baseline is stable then catches Sharpe drift, win-rate drops, tail-risk skew. (Note: decommissioned 2026-05-12 — see entry above.)
HMAC-signed webhook fan-out from a queue. Subscriber registers a stream at /developers/streams-v2, receives signed POSTs with exponential backoff on retry.