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.
2026's wave of protocol wind-downs punished teams that integrated dead dependencies. Vet before you build.
Commit activity & contributors (GitHub), 30-day TVL trend (DeFiLlama), treasury balance (on-chain).
Every component traces to a live source pull. Missing data returns insufficient_data — not a fabricated score.
| Protocol | Score | Verdict | GitHub | TVL trend | Scored |
|---|---|---|---|---|---|
| Loading live scores… | |||||
Public preview of the tracked set. Full component breakdowns, history, and custom protocols via the API.
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.