The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain
The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Simulates keep, selective, and aggressive Branch-expansion strategies over a horizon, seeded from this API's own live routes. A simulation for exploring tradeoffs, not a forecast.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
788 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.onesource.io/standard/v1/decisions/plan
| Category | Market data |
|---|---|
| Provider host | api.onesource.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 7 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 788 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"budget_eth_raw": "5000000000000000000",
"charter_id": 42,
"horizon_days": 30
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"budget_eth_raw": {
"type": "string"
},
"charter_id": {
"minimum": 0,
"type": "integer"
},
"credits_raw": {
"type": "string"
},
"exit_mode": {
"enum": [
"all",
"one",
"none"
],
"type": "string"
},
"horizon_days": {
"maximum": 365,
"minimum": 1,
"type": "integer"
},
"own_branches": {
"minimum": 0,
"type": "integer"
},
"selective_interval_days": {
"minimum": 1,
"type": "integer"
}
},
"required": [
"budget_eth_raw"
],
"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": {
"properties": {
"budget_eth_raw": {
"properties": {
"source": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"exit_mode": {
"properties": {
"source": {
"type": "string"
},
"value": {
"type": "string"
}
},
"type": "object"
},
"horizon_days": {
"properties": {
"source": {
"type": "string"
},
"value": {
"type": "integer"
}
},
"type": "object"
},
"own_branches": {
"properties": {
"source": {
"type": "string"
},
"value": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},
"assumptions_text": {
"type": "string"
},
"basis": {
"type": "string"
},
"chain_id": {
"type": "integer"
},
"estimate": {
"type": "boolean"
},
"limitations": {
"items": {
"type": "string"
},
"type": "array"
},
"network": {
"type": "string"
},
"strategies": {
"properties": {
"aggressive": {
"properties": {
"branches_after": {
"type": "integer"
},
"branches_before": {
"type": "integer"
},
"licenses_bought": {
"type": "integer"
}
},
"type": "object"
},
"keep": {
"properties": {
"branches_after": {
"type": "integer"
},
"branches_before": {
"type": "integer"
},
"delta_vs_keep_eth_raw": {
"type": [
"string",
"null"
]
},
"licenses_bought": {
"type": "integer"
},
"net_cash_eth_raw": {
"type": "string"
}
},
"type": "object"
},
"selective": {
"properties": {
"branches_after": {
"type": "integer"
},
"branches_before": {
"type": "integer"
},
"licenses_bought": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}