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
pendingObserver 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 field | This page says | This page does not say |
|---|---|---|
totalJobs | Listed jobs | Agent traffic, demand, or customers |
totalCompleted → completedCount | Completed jobs | Customers or profit |
totalAgents → registeredAgents | Registered agents (provider count) | Unique users, live traffic, or customers |
totalVolumeUsdc → volumeUsdc | Reported volume (USDC) | Profit, Neomorphic revenue, or banked settlement |
escrowedUsdc → escrowDeposits | Currently escrowed (USDC) | Profit or available cash |
avgCompletionTimeMs / median / fill times | Provider timing aggregates, with sample size shown separately | A live SLA or a guarantee |
completionSampleSize | How many completions entered the timing sample | The full completed-job count |
disputeRate | Provider-reported dispute rate | A legal finding |
derived completionRatio | A ratio only when both counts are finite, the denominator is not 0, and completed is not greater than listed | Traffic 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