Panoptes
Chain Intelligence, Unblinking.
Chain intelligence platform for Republic AI - Validator monitoring, endpoint health tracking, and smart routing.

Chain Intelligence, Unblinking.
Chain intelligence platform for Republic AI - Validator monitoring, endpoint health tracking, and smart routing.

Everything you need to monitor, score, and interact with the Republic AI network.
Real-time tracking with historical snapshots and stake change detection.
Continuous health checks. Track latency, uptime, and block freshness.
Composite scoring with EMA smoothing for validators and endpoints.
Score-weighted endpoint selection with quadratic bias.
6-step pre-transaction validation with timeout protection.
6 detectors for jailing, stake spikes, commission changes, downtime.
Real-time metrics from the Republic AI chain.
Total Validators
Active Validators
Total Staked
Avg Block Time
Three-stage pipeline for chain intelligence.
Continuously sync validators, endpoints, and network metrics via republic-sdk.
Score endpoints/validators, detect anomalies, track trends with EMA smoothing.
Smart routing selects optimal endpoints using quadratic score-weighted selection.
Simple REST API for programmatic access to chain intelligence.
// Get the best RPC endpoint (score-weighted)const res = await fetch('/api/endpoints/best?type=rpc');const { endpoint, strategy } = await res.json();// Use with republic-sdkconst client = await RepublicClient.connect({rpcUrl: endpoint.url,});
Get real-time insights into the Republic AI network. Track validators, score endpoints, and route intelligently.