ToolAssay

Deterministic reserve-condition risk assessment for native USDC on Aave V3 Base

Deterministic reserve-condition risk assessment for native USDC on Aave V3 Base

Answeringour last check, 2026-09-24
1 of 1checks answered this week
339 msmedian answer time
$0.01listed price per call
$0.01price 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

POST https://risk-oracle-api.rohan-rajnikanth.workers.dev/v1/risk-check

CategoryEverything else
Provider hostrisk-oracle-api.rohan-rajnikanth.workers.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.01 339 ms

Example input (from the provider)

{
  "body": {
    "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
    "chain": "base",
    "protocol": "aave-v3"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "asset": {
              "const": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
              "description": "Native USDC contract address on Base.",
              "type": "string"
            },
            "chain": {
              "const": "base",
              "description": "Blockchain network. Risk API v0.1 currently supports Base only.",
              "type": "string"
            },
            "protocol": {
              "const": "aave-v3",
              "description": "Protocol. Risk API v0.1 currently supports Aave V3 only.",
              "type": "string"
            }
          },
          "required": [
            "chain",
            "protocol",
            "asset"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "assessment_id": {
              "format": "uuid",
              "type": "string"
            },
            "asset": {
              "const": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
              "type": "string"
            },
            "block_number": {
              "pattern": "^(0|[1-9][0-9]{0,77})$",
              "type": "string"
            },
            "calculated_at": {
              "format": "date-time",
              "type": "string"
            },
            "chain": {
              "const": "base",
              "type": "string"
            },
            "confidence": {
              "maximum": 1,
              "minimum": 0,
              "type": [
                "number",
                "null"
              ]
            },
            "expires_at": {
              "format": "date-time",
              "type": "string"
            },
            "factors": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "explanation": {
                    "type": "string"
                  },
                  "factor": {
                    "enum": [
                      "oracle_risk",
                      "liquidity_utilization_risk",
                      "collateral_configuration_risk",
                      "operational_restriction_risk"
                    ],
                    "type": "string"
                  },
                  "rule_id": {
                    "type": "string"
                  },
                  "score": {
                    "maximum": 100,
                    "minimum": 0,
                    "type": "number"
                  },
                  "status": {
                    "const": "evaluated",
                    "type": "string"
                  }
                },
                "required": [
                  "factor",
                  "status",
                  "score",
                  "explanation",
                  "rule_id"
                ],
                "type": "object"
              },
              "maxItems": 4,
              "minItems": 4,
              "type": "array"
            },
            "fresh_until": {
              "format": "date-time",
              "type": "string"
            },
            "freshness_status": {
              "enum": [
                "fresh",
                "degraded"
              ],
              "type": "string"
            },
            "methodology_version": {
              "const": "v0.1",
              "type": "string"
            },
            "protocol": {
              "const": "aave-v3",
              "type": "string"
            },
            "reason": {
              "type": "null"
            },
            "risk_level": {
              "enum": [
                "low",
                "moderate",
                "high",
                "critical"
              ],
              "type": "string"
            },
            "score": {
              "maximum": 100,
              "minimum": 0,
              "type": "number"
            },
            "status": {
              "enum": [
                "OK",
                "DEGRADED"
              ],
              "type": "string"
            },
            "unknown_after": {
              "format": "date-time",
              "type": [
                "string",
                "null"
              ]
            }
          },
          "required": [
            "assessment_id",
            "chain",
            "protocol",
            "asset",
            "methodology_version",
            "score",
            "risk_level",
            "confidence",
            "status",
            "freshness_status",
            "reason",
            "block_number",
            "calculated_at",
            "fresh_until",
            "expires_at",
            "unknown_after",
            "factors"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON