DeFi protocol risk score
DeFi protocol risk score: TVL, hack history, audit status, contract safety, AI verdict, plus current supply/lending yields (APY)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
727 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://defi.lonestaroracle.xyz/risk
| Category | Code and developer |
|---|---|
| Provider host | defi.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.1 | 727 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"address": "",
"chain_id": "1",
"protocol": "aave",
"q": "nvidia",
"slug": "aave"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "blockchain",
"description": "Protocol-level DeFi risk scoring: TVL, hack history from DeFiLlama, audit status, GoPlus contract safety, risk score 0-10 with AI assessment, plus current supply/lending APY (DeFiLlama yields) for lending/yield protocols. For agents and developers evaluating DeFi protocols before capital allocation.",
"name": "DeFiRisk \u2014 DeFi Protocol Risk Scoring",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"address": {
"default": "",
"description": "Optional contract address for GoPlus check",
"title": "Address",
"type": "string"
},
"chain_id": {
"default": "1",
"description": "Chain ID for GoPlus (default: 1 = Ethereum)",
"title": "Chain Id",
"type": "string"
},
"protocol": {
"description": "Protocol name or slug",
"title": "Protocol",
"type": "string"
},
"q": {
"description": "Alias for protocol",
"title": "Q",
"type": "string"
},
"slug": {
"description": "Alias for protocol",
"title": "Slug",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"defi",
"risk",
"protocol",
"tvl",
"audit",
"security",
"defillama"
],
"type": "object",
"version": "1.0.0"
}