The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain
The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. A current-pace projection of the Central Bank's policy multiplier and issuance rate if the current epoch's net flow direction holds until close. Fields ending in _raw are 18-decimal integers as strings. Divide by 1e18 to get token amounts.
20000 (raw units)
price
9
calls / 30d
9
unique payers
2026-09-18
updated
Provider
api.onesource.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 3600
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"as_of_block": 63824000,
"assumptions": [
"signal_if_sign_holds_raw assumes hook_epoch_net_flow (this epoch's net flow so far) does not change before the epoch closes"
],
"base_issuance_per_day_raw": "700000000000000000000000",
"basis": "policy_outlook",
"chain_id": 4663,
"epoch_net_flow_raw": "900000000000000000",
"epochs_settled": "2",
"issuance_per_branch_per_day_if_sign_holds_raw": "770000000000000000000",
"issuance_per_day_if_sign_holds_raw": "770000000000000000000000",
"m_max_wad_raw": "1250000000000000000",
"m_min_wad_raw": "200000000000000000",
"multiplier_if_sign_holds_raw": "1100000000000000000",
"multiplier_wad_raw": "1000000000000000000",
"net_flow_needed_to_flip_sign_raw": "-700000000000000000",
"network": "robinhood",
"positive_signal_streak": "1",
"previous_epoch_flow_raw": "-200000000000000000",
"projection": "current_sign_holds",
"signal_if_sign_holds_raw": "700000000000000000",
"time_to_boundary_seconds": 32400,
"total_branches_raw": "1000",
"verification_status": "pending_first_settled_epochs"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"description": "Endpoint-specific response payload",
"properties": {
"as_of_block": {
"type": "integer"
},
"assumptions": {
"items": {
"type": "string"
},
"type": "array"
},
"base_issuance_per_day_raw": {
"type": "string"
},
"basis": {
"type": "string"
},
"chain_id": {
"type": "integer"
},
"epoch_net_flow_raw": {
"type": "string"
},
"epochs_settled": {
"type": "string"
},
"issuance_per_branch_per_day_if_sign_holds_raw": {
"type": "string"
},
"issuance_per_day_if_sign_holds_raw": {
"type": "string"
},
"m_max_wad_raw": {
"type": "string"
},
"m_min_wad_raw": {
"type": "string"
},
"multiplier_if_sign_holds_raw": {
"type": "string"
},
"multiplier_wad_raw": {
"type": "string"
},
"net_flow_needed_to_flip_sign_raw": {
"type": "string"
},
"network": {
"type": "string"
},
"positive_signal_streak": {
"type": "string"
},
"previous_epoch_flow_raw": {
"type": "string"
},
"projection": {
"type": "string"
},
"signal_if_sign_holds_raw": {
"type": "string"
},
"time_to_boundary_seconds": {
"type": "integer"
},
"total_branches_raw": {
"type": "string"
},
"verification_status": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.onesource.io/standard/v1/policy/outlook" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.onesource.io/standard/v1/policy/outlook");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.onesource.io/standard/v1/policy/outlook")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/71.json, and this resource appears in /discovery/resources and /discovery/search.