Where does this number come from?
onchain_agent_explain_numberANSWERS ONE QUESTION: where does a published Sato Hub number come from? Returns one finding from the State of Onchain Agents report by slug — the figure with its stage, method, sample, as-of date, the SQL query that reproduces it, and its citable page at https://satohub.ai/numbers/.
RULE ENFORCED: a number never travels without its stage, method, sample and date; it is never summed across venues, chains or stages. CITE THE URL in the payload, not this response. Returns an error while the report is unpublished.
Returns (json): { slug, title, number, unit, stage, method, sample, lines, query, as_of, url, cite, rules }. Read-only.
Example: { slug: "erc-8004-agents-registered-on-base" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The finding's slug — the last path segment of a satohub.ai/numbers/<slug> URL. | |
| response_format | No | Output format: 'markdown' (default) or 'json'. | markdown |