{
  "x402Version": 2,
  "id": 69,
  "slug": "69",
  "resource": "https://api.onesource.io/standard/v1/policy/current",
  "description": "The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. The current epoch's regime (expansion or contraction), signal, policy multiplier, net ETH flow and STANDARD issuance, plus time to epoch close. Fields ending in _raw are 18-decimal integers as strings. Divide by 1e18 to get token amounts.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "as_of_block": 63512040,
            "basis": "epoch",
            "branches_total": 1000,
            "chain_id": 4663,
            "closed": false,
            "end_block": null,
            "end_ts": null,
            "epoch": 1,
            "epoch_end_ts": null,
            "epoch_start_ts": null,
            "eth_in_raw": null,
            "eth_out_raw": null,
            "issuance_basis": "issuance_raw is null until IssuanceDistributed fires at epoch close; issuance_per_day_raw is the open epoch's nominal daily rate and issuance_per_epoch_raw applies the contract's per-second integer truncation, so neither is final until settlement",
            "issuance_per_day_raw": "525000000000000000000",
            "issuance_per_epoch_raw": "1574999999999999769600",
            "issuance_raw": null,
            "issuance_source": "constants",
            "lag_blocks": 4,
            "multiplier": "1.05",
            "multiplier_basis": "measured",
            "multiplier_source": "constants",
            "net_flow_basis": "running_total_this_epoch",
            "net_flow_raw": "900000000000000000",
            "net_flow_source": "constants",
            "network": "robinhood",
            "regime": null,
            "regime_note": "regime is only set by the contract at settlement (EpochRouted); regime_provisional is derived from the sign of this epoch's running net flow (the superseded whitepaper formula, unverified against the mainnet bank's own regime()) and must not be treated as authoritative",
            "regime_provisional": "expansion",
            "regime_source": "constants",
            "serving_state": "fresh",
            "signal": "expansion",
            "start_block": 63400000,
            "start_ts": "2026-09-14T00:00:00Z",
            "taxes_eth_buy_raw": null,
            "taxes_eth_sell_raw": null,
            "taxes_hook_raw": null,
            "time_to_close_seconds": 32400.5,
            "time_to_close_source": "epoch_seconds"
          },
          "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"
                  },
                  "basis": {
                    "type": "string"
                  },
                  "branches_total": {
                    "type": "integer"
                  },
                  "chain_id": {
                    "type": "integer"
                  },
                  "closed": {
                    "type": "boolean"
                  },
                  "end_block": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "end_ts": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "epoch": {
                    "type": "integer"
                  },
                  "epoch_end_ts": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "epoch_start_ts": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "eth_in_raw": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "eth_out_raw": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "issuance_basis": {
                    "type": "string"
                  },
                  "issuance_per_day_raw": {
                    "type": "string"
                  },
                  "issuance_per_epoch_raw": {
                    "type": "string"
                  },
                  "issuance_raw": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "issuance_source": {
                    "type": "string"
                  },
                  "lag_blocks": {
                    "type": "integer"
                  },
                  "multiplier": {
                    "type": "string"
                  },
                  "multiplier_basis": {
                    "type": "string"
                  },
                  "multiplier_source": {
                    "type": "string"
                  },
                  "net_flow_basis": {
                    "type": "string"
                  },
                  "net_flow_raw": {
                    "type": "string"
                  },
                  "net_flow_source": {
                    "type": "string"
                  },
                  "network": {
                    "type": "string"
                  },
                  "regime": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "regime_note": {
                    "type": "string"
                  },
                  "regime_provisional": {
                    "type": "string"
                  },
                  "regime_source": {
                    "type": "string"
                  },
                  "serving_state": {
                    "type": "string"
                  },
                  "signal": {
                    "type": "string"
                  },
                  "start_block": {
                    "type": "integer"
                  },
                  "start_ts": {
                    "type": "string"
                  },
                  "taxes_eth_buy_raw": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "taxes_eth_sell_raw": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "taxes_hook_raw": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "time_to_close_seconds": {
                    "type": "number"
                  },
                  "time_to_close_source": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-18T21:49:37.508Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-09-17T21:38:53.35Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.onesource.io",
    "manifest_name": "api.onesource.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}