ToolAssay

ERC-20 token due diligence — risk score, GoPlus security scan, honeypot detectio

ERC-20 token due diligence — risk score, GoPlus security scan, honeypot detection, liquidity, holder concentration, AI analyst verdict

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

CategoryMarket data
Provider hosttoken.lonestaroracle.xyz
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days47 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.15 859 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "chain": "eth",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "wallet": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "category": "blockchain",
  "description": "On-chain due diligence for ERC-20 tokens. Returns risk score, GoPlus security flags (mintable, hidden owner, pausable), honeypot detection, liquidity, holder concentration, ownership, and a 3-sentence AI analyst verdict from Claude Haiku.",
  "name": "LoneStarOracle \u2014 TokenScope",
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "address": {
              "title": "Address",
              "type": "string"
            },
            "chain": {
              "default": "eth",
              "title": "Chain",
              "type": "string"
            },
            "contract": {
              "title": "Contract",
              "type": "string"
            },
            "token": {
              "title": "Token",
              "type": "string"
            },
            "wallet": {
              "title": "Wallet",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "is_honeypot": false,
          "liquidity_usd": 98000000,
          "name": "USD Coin",
          "ownership_renounced": true,
          "risk_flags": [],
          "risk_score": 2,
          "symbol": "USDC",
          "token_age_days": 2100,
          "top10_concentration_pct": 45.2,
          "verified": true
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "tags": [
    "crypto",
    "defi",
    "token",
    "risk",
    "due-diligence"
  ],
  "type": "object",
  "version": "2.0.0"
}

This page as JSON