The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain
The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Everything relevant to deciding whether to exit a charter's branches right now, bundled into one call.
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
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": "50000",
"maxTimeoutSeconds": 3600
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"charter_id": 42
},
"type": "http"
},
"output": {
"example": {
"as_of_basis": "parts_min",
"as_of_block": 63499000,
"assumptions": [
"realizable_eth is a single-range constant-liquidity price-impact approximation..."
],
"basis": "decision_composite",
"chain_id": 4663,
"network": "robinhood",
"parts": {
"exit_quote": {
"data": {
"gross_raw": "1000000000000000000",
"net_raw": "950000000000000000"
},
"status": "ok"
},
"fee_curve": {
"data": {
"fee_rate_now_live_wad": "50000000000000000"
},
"status": "ok"
},
"fee_forecast": {
"data": {
"days_until_min_fee": 3
},
"status": "ok"
},
"governance": {
"data": {
"pending": []
},
"status": "ok"
},
"policy_outlook": {
"data": {},
"status": "ok"
},
"pool": {
"data": {
"tick": -1200
},
"status": "ok"
},
"tax_schedule": {
"data": {
"current_sell_tax_bps_raw": "50"
},
"status": "ok"
}
},
"parts_as_of_blocks": {
"fee_curve": 63499000,
"fee_forecast": 63499000
},
"summary": {
"current_sell_tax_bps_raw": "50",
"days_until_min_fee": 3,
"fee_rate_now_live_wad": "50000000000000000",
"fee_raw": "50000000000000000",
"gross_raw": "1000000000000000000",
"net_raw": "950000000000000000",
"pending_governance_changes": 0,
"realizable_eth_raw": "470000000000000"
}
},
"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": {
"at_block": {
"minimum": 0,
"type": "integer"
},
"branches": {
"minimum": 1,
"type": "integer"
},
"charter_id": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"charter_id"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"description": "Endpoint-specific response payload",
"properties": {
"as_of_basis": {
"type": "string"
},
"as_of_block": {
"type": "integer"
},
"assumptions": {
"items": {
"type": "string"
},
"type": "array"
},
"basis": {
"type": "string"
},
"chain_id": {
"type": "integer"
},
"network": {
"type": "string"
},
"parts": {
"properties": {
"exit_quote": {
"properties": {
"data": {
"properties": {
"gross_raw": {
"type": "string"
},
"net_raw": {
"type": "string"
}
},
"type": "object"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"fee_curve": {
"properties": {
"data": {
"properties": {
"fee_rate_now_live_wad": {
"type": "string"
}
},
"type": "object"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"fee_forecast": {
"properties": {
"data": {
"properties": {
"days_until_min_fee": {
"type": "integer"
}
},
"type": "object"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"governance": {
"properties": {
"data": {
"properties": {
"pending": {
"items": {},
"type": "array"
}
},
"type": "object"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"policy_outlook": {
"properties": {
"data": {
"properties": {},
"type": "object"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"pool": {
"properties": {
"data": {
"properties": {
"tick": {
"type": "integer"
}
},
"type": "object"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"tax_schedule": {
"properties": {
"data": {
"properties": {
"current_sell_tax_bps_raw": {
"type": "string"
}
},
"type": "object"
},
"status": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"parts_as_of_blocks": {
"properties": {
"fee_curve": {
"type": "integer"
},
"fee_forecast": {
"type": "integer"
}
},
"type": "object"
},
"summary": {
"properties": {
"current_sell_tax_bps_raw": {
"type": "string"
},
"days_until_min_fee": {
"type": "integer"
},
"fee_rate_now_live_wad": {
"type": "string"
},
"fee_raw": {
"type": "string"
},
"gross_raw": {
"type": "string"
},
"net_raw": {
"type": "string"
},
"pending_governance_changes": {
"type": "integer"
},
"realizable_eth_raw": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.onesource.io/standard/v1/decisions/exit" # -> 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/decisions/exit");
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/decisions/exit")
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/106.json, and this resource appears in /discovery/resources and /discovery/search.