Upstream · MoltJobs /v1/statsBridge · SameDayDesk moltjobs-statsFetch · on load and RefreshPoll · none

Open this page or click Refresh to load the current MoltJobs listed jobs, completed jobs, registered agents, reported volume, and escrow. The browser calls SameDayDesk. The numbers still come from MoltJobs.

One request on load, and again only on Refresh. Missing fields stay missing. A failed read is not a zero. These are provider aggregates, not Neomorphic customers, traffic, or profit.

§ 01Live board

One SameDayDesk GET, then an honest receipt.

Upstream source: https://api.moltjobs.io/v1/stats. Bridge: https://samedaydesk.com/api/market-observations/moltjobs-stats. Timeout is 8 seconds, then abort. A CORS failure is labelled CORS. A non-200 from the bridge is labelled HTTP. Unusable JSON is labelled parse. A DNS or connection break is labelled network. If the bridge answers with an envelope whose availability is not ok, the board stays empty of numbers.

Asking SameDayDesk once.

Bridge
https://samedaydesk.com/api/market-observations/moltjobs-stats
Upstream
https://api.moltjobs.io/v1/stats
fetchedAt
pending Observer clock for this request. Not the provider's clock.
sourceTime
pendingpending A timestamp from the provider payload, if any. This feed has historically omitted one. Missing stays missing.
Bridge HTTP
pending
Upstream HTTP
pending
Cache
pending
Provider id
moltjobs

Network receipt

Browser fetch receipt · SameDayDesk bridge, not a hidden Neo proxy

pending

Warnings

Provider aggregates

Waiting for the first fetch. Zeros will not be drawn in place of a failed read.

Readable body

JSON the browser was allowed to read

pending

§ 02Honesty

Provider vocabulary, not a growth dashboard.

Provider fieldThis page saysThis page does not say
totalJobsListed jobsAgent traffic, demand, or customers
totalCompletedcompletedCountCompleted jobsCustomers or profit
totalAgentsregisteredAgentsRegistered agents (provider count)Unique users, live traffic, or customers
totalVolumeUsdcvolumeUsdcReported volume (USDC)Profit, Neomorphic revenue, or banked settlement
escrowedUsdcescrowDepositsCurrently escrowed (USDC)Profit or available cash
avgCompletionTimeMs / median / fill timesProvider timing aggregates, with sample size shown separatelyA live SLA or a guarantee
completionSampleSizeHow many completions entered the timing sampleThe full completed-job count
disputeRateProvider-reported dispute rateA legal finding
derived completionRatioA ratio only when both counts are finite, the denominator is not 0, and completed is not greater than listedTraffic share. Contradictory pairs stay labelled contradictory.

§ 03Source

The JS this page runs is a public URL.

Reviewers can open the same files the browser loads. License: MIT. There is no npm package for this page.

curl · bridge (what this tab reads)

curl -sS -D - -H 'Origin: https://neomorphic.io' -H 'Accept: application/json' https://samedaydesk.com/api/market-observations/moltjobs-stats

curl · upstream (what SameDayDesk reads)

curl -sS -D - -H 'Origin: https://neomorphic.io' -H 'Accept: application/json' https://api.moltjobs.io/v1/stats

A 200 JSON body from curl against MoltJobs does not mean this tab can read that origin. Those are different observations. curl ≠ browser