ToolAssay

The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain

The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. The launch tax hook's current buy and sell rates, its decay schedule, and a projection of where the rate is headed. 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/tax/schedule

CategoryMarket data
Provider hostapi.onesource.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days23 from 23 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": {},
  "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": {},
          "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"
            },
            "base_buy_tax_bps_raw": {
              "type": "string"
            },
            "base_sell_tax_bps_raw": {
              "type": "string"
            },
            "basis": {
              "type": "string"
            },
            "chain_id": {
              "type": "integer"
            },
            "current_buy_tax_bps_raw": {
              "type": "string"
            },
            "current_sell_tax_bps_raw": {
              "type": "string"
            },
            "decay_floor_buy_bps_raw": {
              "type": "string"
            },
            "decay_floor_sell_bps_raw": {
              "type": "string"
            },
            "decay_model_basis": {
              "type": "string"
            },
            "decay_model_check": {
              "type": "string"
            },
            "decay_model_used": {
              "type": "string"
            },
            "decay_note": {
              "type": "string"
            },
            "decay_start_buy_bps_raw": {
              "type": "string"
            },
            "decay_start_sell_bps_raw": {
              "type": "string"
            },
            "floor_reached_at": {
              "type": "string"
            },
            "freshness_basis": {
              "type": "string"
            },
            "lag_blocks": {
              "type": "integer"
            },
            "launch_schedule_active": {
              "type": "boolean"
            },
            "network": {
              "type": "string"
            },
            "projected": {
              "items": {
                "properties": {
                  "buy_tax_bps": {
                    "type": "integer"
                  },
                  "floor_reached": {
                    "type": "boolean"
                  },
                  "horizon": {
                    "type": "string"
                  },
                  "horizon_seconds": {
                    "type": "integer"
                  },
                  "sell_tax_bps": {
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "serving_state": {
              "type": "string"
            },
            "tax_cap_bps_raw": {
              "type": "string"
            },
            "tax_decay_duration_raw": {
              "type": "string"
            },
            "tax_decay_start_raw": {
              "type": "string"
            },
            "tax_half_life_raw": {
              "type": "string"
            },
            "tax_overridden": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON