Live scores · real data only

Protocol Health Oracle

Before you build on a DeFi protocol, know if it's still alive. One API scores GitHub activity, TVL trend, and treasury signals into a single health verdict — computed from live pulls, never from stale knowledge.

Why it exists

Shutdowns are real

2026's wave of protocol wind-downs punished teams that integrated dead dependencies. Vet before you build.

Three real signals

Commit activity & contributors (GitHub), 30-day TVL trend (DeFiLlama), treasury balance (on-chain).

Never a guess

Every component traces to a live source pull. Missing data returns insufficient_data — not a fabricated score.

Live scoreboard

ProtocolScoreVerdictGitHubTVL trendScored
Loading live scores…

Public preview of the tracked set. Full component breakdowns, history, and custom protocols via the API.

Use it

curl -H "x-api-key: YOUR_KEY" https://SERVICE_URL/v1/health/lido
→ { "score": 78, "verdict": "healthy",
    "components": { "github_activity": 72, "tvl_trend": 81, "treasury": null },
    "sources": { "github": {...}, "defillama": {...} } }

Track your own dependency: POST /v1/protocols with a GitHub repo + DeFiLlama slug. Keys: contact WickedLabs.