DEVELOPMENT PREVIEW — Not live. All activity simulated. Not a regulated venue. Not an offer or solicitation.
← All updates

This week on Nexus 08.19.26

Per-market configuration gets one home — a file format, a manifest, a schema gate over the market files, and both the engine and the oracle booting from it. The market surfaces stop advertising what the venue does not list and derive their category tabs from the markets actually served, GET /markets is public as its spec always described, the funds ledger becomes durable and replica-safe, and an accrual pipeline lands behind a feature flag with no pool, token or settlement in it yet. Here is what shipped.

Merged pull requests by area this window — activity, not performance: 61 merged feature, fix, and performance pull requests across the Exchange, 45 in orders and accounts, 8 in frontend, 7 in API and data, and 1 in the engine

Testnet accounts across the daily snapshots — faucet-funded, ephemeral testnet accounts that reset on redeploy, not production figures: 9 testnet accounts on the August 18 snapshot, 33 a week earlier, on the August 11 snapshot, 35 on the August 13 snapshot, and 15 the day after, on the August 14 snapshot

Trading

Risk and funding

Markets and the interface

Market configuration

Market data and accounts

Bridge and deposits

Streams and subscriptions

Accrual pipeline

The API contract

Developer tools and SDKs

Behind the scenes

Per-market configuration kept moving through the plumbing behind it: a service can now see the config files it boots from. The account layer’s credential store lands on a database behind a dual-write and a backfill, its credential and client-order-data loads are paginated with an incomplete load repaired, and /account/margin is documented as outside the withdrawal path. A trace now continues across authenticated internal callers, /ws-tokens authentication failures are counted in an auth-failure metric, and the mutation-latency artifact records what it measured against and splits its sample into client-to-ack and ack-to-confirm. The sandbox’s determinism work gains the ablation knobs and counters it measures through, closes the oracle’s write surface at the step boundary, makes the submission barrier the default and inverts its ablation, and closes fund conservation on the two terms it omitted.

Work landed on how changes roll out, on access control, and on dependency hygiene. On the website, a set of dead links and stale paths left the route tables, and a restricted-jurisdictions path is no longer claimed as live.

Plumbing, mostly — the kind that decides whether the next change is safe to make.

Alongside all of that, work landed on how access to services and their secrets is controlled.