The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain
The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. How the reserve's exit fee changes across a range of withdrawal sizes, checked two ways: a live contract read and this service's own formula. Fields ending in _raw are 18-decimal integers as strings. Divide by 1e18 to get token amounts.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice 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/exit/fee-curve
| Category | Market data |
|---|---|
| Provider host | api.onesource.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 29 from 29 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"gross": 1000
},
"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": {
"gross": {
"minimum": 0,
"type": "integer"
}
},
"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"
},
"chain_id": {
"type": "integer"
},
"fee_rate_now_formula_wad": {
"type": "string"
},
"fee_rate_now_live_wad": {
"type": "string"
},
"formula_version": {
"type": "string"
},
"gross_raw": {
"type": "string"
},
"gross_source": {
"type": "string"
},
"gross_units": {
"type": "string"
},
"ladder": {
"items": {
"properties": {
"fee_amount_raw": {
"type": "string"
},
"fee_rate_formula_wad": {
"type": "string"
},
"fee_rate_live_wad": {
"type": "string"
},
"fraction_of_gross": {
"type": "string"
},
"gross_raw": {
"type": "string"
},
"marginal_fee_raw": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"network": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}