ToolAssay

Cross-protocol risk-adjusted DeFi yield screener

Cross-protocol risk-adjusted DeFi yield screener: ranked pools with honest base-vs-reward APY split, trap flags, and 0-10 risk overlay

Answeringour last check, 2026-09-24
1 of 1checks answered this week
655 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/top-yields

CategoryMarket data
Provider hostdefi.lonestaroracle.xyz
Networkseip155: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 655 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "asset": "BTC",
    "category": "steel",
    "chain": "base",
    "limit": 10,
    "min_tvl": 10000000,
    "risk_max": 1,
    "sort": "base",
    "stablecoin": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "blockchain",
  "description": "Cross-protocol DeFi yield screener over the DeFiLlama pool universe: ranks pools by REAL base APY (separated from unsustainable reward/emission APY), flags yield traps, and adds a 0-10 risk overlay (emissions dependence, TVL depth, IL exposure, volatility). Filterable by asset, chain, stablecoin, min TVL, category, max risk. For allocation agents choosing where to deposit capital.",
  "name": "DeFiRisk \u2014 Top Yields Screener",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "asset": {
              "description": "Filter by token symbol substring, e.g. USDC",
              "title": "Asset",
              "type": "string"
            },
            "category": {
              "description": "lending or lp",
              "title": "Category",
              "type": "string"
            },
            "chain": {
              "description": "Filter by chain, e.g. Base, Ethereum, Arbitrum",
              "title": "Chain",
              "type": "string"
            },
            "limit": {
              "default": 10,
              "description": "Result count (max 50)",
              "title": "Limit",
              "type": "integer"
            },
            "min_tvl": {
              "default": 10000000,
              "description": "Minimum pool TVL in USD",
              "title": "Min Tvl",
              "type": "number"
            },
            "risk_max": {
              "description": "Max risk score 0-10",
              "title": "Risk Max",
              "type": "integer"
            },
            "sort": {
              "default": "base",
              "description": "base | total | tvl",
              "title": "Sort",
              "type": "string"
            },
            "stablecoin": {
              "description": "true = stablecoin pools only, false = exclude",
              "title": "Stablecoin",
              "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",
    "yield",
    "apy",
    "farming",
    "stablecoin",
    "risk",
    "defillama"
  ],
  "type": "object",
  "version": "1.0.0"
}

This page as JSON