Money-Market Risk Dashboard
The indexer is the product surface. Every page here pulls from a single Envio-hosted GraphQL endpoint — no backend, no client-side joins, no N+1 queries. Fork as a Next.js template, change one env var, point at any Aave-shape indexer — your protocol has a risk dashboard tonight. Methodology →
Read the growth strategy → for how this dashboard becomes Envio's named-account expansion motion (6 levers · $250k–$880k year-1 sensitivity band · 5–7 minute read).
Browse all reserves →
Sortable table of every (chain, asset) pair the indexer has seen. Utilization, current rates, supplier and borrower counts.
Recent liquidations →
Real victim and liquidator addresses across 3 chains. Paginated; explorer links auto-resolve to Polygonscan, Arbiscan, or Basescan.
Top liquidators →
Cross-reserve liquidator leaderboard, ordered by UserAggregator.liquidationsAsLiquidator. The aggregator entity makes this query a single GraphQL hop.
At-risk users →
Users with prior liquidations and active debt. A simple risk proxy without on-chain oracle reads — exactly the workload money-market protocols ship. Methodology
NEXT_PUBLIC_GRAPHQL_ENDPOINT), and your protocol has a risk dashboard tonight. Built on Envio HyperIndex.