{
  "schema": "hood.fun/intelligence/v1",
  "name": "hood.fun Robinhood Chain Agentic Intelligence Layer",
  "chain": {
    "name": "Robinhood Chain",
    "chainId": 4663,
    "latestIndexedBlock": 12891146,
    "explorer": "https://robinhoodchain.blockscout.com"
  },
  "coverage": {
    "scope": "curated_subset",
    "complete": false,
    "note": "Token risk pages do not cover every Robinhood Chain token. Unknown addresses fail closed.",
    "tokenRiskPages": 106,
    "trustlistedTokens": 7,
    "creatorProfiles": 1,
    "tokensTotal": 106,
    "tokensWithCreator": 42,
    "tokensUnattributed": 64,
    "approvalPairsScanned": 114,
    "ponsLaunchApprovalPairs": 6
  },
  "incidents": [
    {
      "id": "pons-multicall3-approval-risk-2026-07-15",
      "declaredStatus": "active",
      "observedState": "monitoring_no_current_drainable_wallets",
      "currentlyDrainable": 0,
      "routingPolicy": "do_not_route",
      "evidence": "/api/approval_risk.json",
      "recoveryCriteria": [
        "no new Pons-token approvals to public Multicall3 for 48 hours",
        "current frontend approval spender independently verified as constrained router",
        "currentlyDrainable remains zero",
        "manual policy review before routing changes"
      ]
    }
  ],
  "modules": {
    "decision": "/api/decision.json?address=0x...",
    "tokenRisk": "/api/token/4663/{address}.json",
    "tokenIndex": "/api/token_index.json",
    "creatorReputation": "/api/creator/4663/{address}.json",
    "creatorIndex": "/api/creator_index.json",
    "approvalRisk": "/api/approval_risk.json",
    "venueFreshness": "/api/freshness.json",
    "integrity": "/api/snapshot.json"
  },
  "agentPolicy": {
    "defaultAction": "watch_only",
    "actions": [
      "ignore",
      "watch_only",
      "route_small"
    ],
    "never": [
      "call a token safe",
      "promise profit",
      "auto-sign",
      "route during an active venue incident"
    ],
    "decisionOrder": [
      "active incidents",
      "approval risk",
      "creator reputation",
      "token evidence",
      "venue freshness"
    ]
  },
  "links": {
    "agent": "https://hood-fun.pages.dev/api/agent.json",
    "openapi": "https://hood-fun.pages.dev/api/openapi.json"
  },
  "limits": [
    "not financial advice",
    "read-only intelligence",
    "coverage is incomplete and explicitly reported"
  ]
}