ToolAssay

Per-vault RWA risk profile — admin/freeze control + exit-liquidity

Per-vault RWA risk profile — admin/freeze control + exit-liquidity

Answeringour last check, 2026-09-24
1 of 1checks answered this week
858 msmedian answer time
$0.1listed price per call
$0.1price 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://rwa.lonestaroracle.xyz/rwa-risk

CategoryMarket data
Provider hostrwa.lonestaroracle.xyz
Networkseip155:4663, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.1 858 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "protocol": "aave",
    "vault": "aave"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "data",
  "description": "Per-vault risk profile for tokenized real-world-asset (RWA) positions on Base \u2014 tokenized treasuries, private credit, and RWA vaults (Midas, Morpho, Maple, Fluid). For a given vault or token, returns two on-chain risk dimensions: (1) admin/freeze risk \u2014 whether a holder can be frozen, blacklisted, or the contract upgraded, and by whom; (2) exit-liquidity \u2014 whether the position can actually be sold on the secondary market and at what slippage. Plus TVL and supply context. Call this before an agent allocates capital into an RWA vault, to check custody-control and exit risk. Pay-per-call $0.10 in USDC on Base via x402. Scope note: covers on-chain admin and liquidity risk only; does NOT cover private-credit default probability, yield-source, or legal terms.",
  "name": "RWA Risk",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "protocol": {
              "title": "Protocol",
              "type": "string"
            },
            "vault": {
              "title": "Vault",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "admin_freeze_risk": {
            "can_freeze": true,
            "tier": "medium",
            "upgradeable": true
          },
          "exit_liquidity": {
            "dex_depth_usd": 120,
            "tier": "high"
          },
          "overall_flag": "high-risk",
          "vault_id": "midas-mtbill"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "rwa",
    "risk",
    "defi",
    "tokenized-treasuries",
    "private-credit",
    "onchain",
    "base"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON