{
  "x402Version": 2,
  "id": 104,
  "slug": "104",
  "resource": "https://api.onesource.io/standard/v1/decisions/charter",
  "description": "The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Everything relevant to deciding whether to buy into a new charter right now, bundled into one call.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "as_of_basis": "parts_min",
            "as_of_block": 63499000,
            "assumptions": [],
            "basis": "decision_composite",
            "chain_id": 4663,
            "network": "robinhood",
            "parts": {
              "auctions_current": {
                "data": {},
                "status": "ok"
              },
              "auctions_days_charter": {
                "data": {
                  "days": []
                },
                "status": "ok"
              },
              "backing_current": {
                "data": {},
                "status": "ok"
              },
              "doi": {
                "data": {},
                "status": "ok"
              },
              "governance": {
                "data": {
                  "pending": []
                },
                "status": "ok"
              },
              "holders_concentration": {
                "data": {
                  "cohort_split": {}
                },
                "status": "ok"
              },
              "license_cost": {
                "data": {
                  "cheapest_path": "charter"
                },
                "status": "ok"
              }
            },
            "parts_as_of_blocks": {
              "auctions_current": 63499000,
              "license_cost": 63499100
            },
            "summary": {
              "charter_live": true,
              "charter_price_raw": "2000000000000000000",
              "cheapest_path": "charter",
              "concentration_hhi": 812.4,
              "days_of_issuance": "4.20",
              "eth_backing_per_standard_excluding_pol": "0.83",
              "pending_governance_changes": 0
            }
          },
          "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_basis": {
                    "type": "string"
                  },
                  "as_of_block": {
                    "type": "integer"
                  },
                  "assumptions": {
                    "items": {},
                    "type": "array"
                  },
                  "basis": {
                    "type": "string"
                  },
                  "chain_id": {
                    "type": "integer"
                  },
                  "network": {
                    "type": "string"
                  },
                  "parts": {
                    "properties": {
                      "auctions_current": {
                        "properties": {
                          "data": {
                            "properties": {},
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "auctions_days_charter": {
                        "properties": {
                          "data": {
                            "properties": {
                              "days": {
                                "items": {},
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "backing_current": {
                        "properties": {
                          "data": {
                            "properties": {},
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "doi": {
                        "properties": {
                          "data": {
                            "properties": {},
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "governance": {
                        "properties": {
                          "data": {
                            "properties": {
                              "pending": {
                                "items": {},
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "holders_concentration": {
                        "properties": {
                          "data": {
                            "properties": {
                              "cohort_split": {
                                "properties": {},
                                "type": "object"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "license_cost": {
                        "properties": {
                          "data": {
                            "properties": {
                              "cheapest_path": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      }
                    },
                    "type": "object"
                  },
                  "parts_as_of_blocks": {
                    "properties": {
                      "auctions_current": {
                        "type": "integer"
                      },
                      "license_cost": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "summary": {
                    "properties": {
                      "charter_live": {
                        "type": "boolean"
                      },
                      "charter_price_raw": {
                        "type": "string"
                      },
                      "cheapest_path": {
                        "type": "string"
                      },
                      "concentration_hhi": {
                        "type": "number"
                      },
                      "days_of_issuance": {
                        "type": "string"
                      },
                      "eth_backing_per_standard_excluding_pol": {
                        "type": "string"
                      },
                      "pending_governance_changes": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-18T10:01:10.919Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-18T10:01:10.793Z"
  },
  "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"
  }
}