ArcPulse
ArcPulse is an observability dashboard and public API for Arc Testnet health. A snapshot pipeline at src/app/api/collect/route.ts polls the chain, measures real RPC latency p50/p95/p99 from ten parallel pings, and runs anomaly detection with severity levels that alert only on state transitions, retrying webhook delivery on failure. The numbers flow back out through a public REST endpoint at src/app/api/public-stats/route.ts, with faucet health at src/app/api/faucet-status/route.ts and incident reporting at src/app/api/report/route.ts. The dashboard in src/app/page.tsx tracks Arc v0.7.2 primitives — memo transaction activity and Multicall3From batching — and watches the chain's Chainlink CCIP contracts, all backed by Supabase snapshot history.
Arc Testnet Network Health Monitor