{
  "x402Version": 2,
  "id": 106,
  "slug": "106",
  "resource": "https://api.onesource.io/standard/v1/decisions/exit",
  "description": "The Standard Reserve (TSR), an on-chain reserve protocol on Robinhood Chain. Everything relevant to deciding whether to exit a charter's branches 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": {
            "charter_id": 42
          },
          "type": "http"
        },
        "output": {
          "example": {
            "as_of_basis": "parts_min",
            "as_of_block": 63499000,
            "assumptions": [
              "realizable_eth is a single-range constant-liquidity price-impact approximation..."
            ],
            "basis": "decision_composite",
            "chain_id": 4663,
            "network": "robinhood",
            "parts": {
              "exit_quote": {
                "data": {
                  "gross_raw": "1000000000000000000",
                  "net_raw": "950000000000000000"
                },
                "status": "ok"
              },
              "fee_curve": {
                "data": {
                  "fee_rate_now_live_wad": "50000000000000000"
                },
                "status": "ok"
              },
              "fee_forecast": {
                "data": {
                  "days_until_min_fee": 3
                },
                "status": "ok"
              },
              "governance": {
                "data": {
                  "pending": []
                },
                "status": "ok"
              },
              "policy_outlook": {
                "data": {},
                "status": "ok"
              },
              "pool": {
                "data": {
                  "tick": -1200
                },
                "status": "ok"
              },
              "tax_schedule": {
                "data": {
                  "current_sell_tax_bps_raw": "50"
                },
                "status": "ok"
              }
            },
            "parts_as_of_blocks": {
              "fee_curve": 63499000,
              "fee_forecast": 63499000
            },
            "summary": {
              "current_sell_tax_bps_raw": "50",
              "days_until_min_fee": 3,
              "fee_rate_now_live_wad": "50000000000000000",
              "fee_raw": "50000000000000000",
              "gross_raw": "1000000000000000000",
              "net_raw": "950000000000000000",
              "pending_governance_changes": 0,
              "realizable_eth_raw": "470000000000000"
            }
          },
          "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": {
                  "at_block": {
                    "minimum": 0,
                    "type": "integer"
                  },
                  "branches": {
                    "minimum": 1,
                    "type": "integer"
                  },
                  "charter_id": {
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "required": [
                  "charter_id"
                ],
                "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": "string"
                    },
                    "type": "array"
                  },
                  "basis": {
                    "type": "string"
                  },
                  "chain_id": {
                    "type": "integer"
                  },
                  "network": {
                    "type": "string"
                  },
                  "parts": {
                    "properties": {
                      "exit_quote": {
                        "properties": {
                          "data": {
                            "properties": {
                              "gross_raw": {
                                "type": "string"
                              },
                              "net_raw": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "fee_curve": {
                        "properties": {
                          "data": {
                            "properties": {
                              "fee_rate_now_live_wad": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "fee_forecast": {
                        "properties": {
                          "data": {
                            "properties": {
                              "days_until_min_fee": {
                                "type": "integer"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "governance": {
                        "properties": {
                          "data": {
                            "properties": {
                              "pending": {
                                "items": {},
                                "type": "array"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "policy_outlook": {
                        "properties": {
                          "data": {
                            "properties": {},
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "pool": {
                        "properties": {
                          "data": {
                            "properties": {
                              "tick": {
                                "type": "integer"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      },
                      "tax_schedule": {
                        "properties": {
                          "data": {
                            "properties": {
                              "current_sell_tax_bps_raw": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "status": {
                            "type": "string"
                          }
                        },
                        "type": "object"
                      }
                    },
                    "type": "object"
                  },
                  "parts_as_of_blocks": {
                    "properties": {
                      "fee_curve": {
                        "type": "integer"
                      },
                      "fee_forecast": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "summary": {
                    "properties": {
                      "current_sell_tax_bps_raw": {
                        "type": "string"
                      },
                      "days_until_min_fee": {
                        "type": "integer"
                      },
                      "fee_rate_now_live_wad": {
                        "type": "string"
                      },
                      "fee_raw": {
                        "type": "string"
                      },
                      "gross_raw": {
                        "type": "string"
                      },
                      "net_raw": {
                        "type": "string"
                      },
                      "pending_governance_changes": {
                        "type": "integer"
                      },
                      "realizable_eth_raw": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-17T13:21:52.972Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T13:21:52.851Z"
  },
  "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"
  }
}