Panoptes logo

Panoptes

Chain Intelligence, Unblinking.

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

Comprehensive Chain Intelligence

Everything you need to monitor, score, and interact with the Republic AI network.

Validator Monitoring

Real-time tracking with historical snapshots and stake change detection.

Endpoint Health

Continuous health checks. Track latency, uptime, and block freshness.

Intelligence Layer

Composite scoring with EMA smoothing for validators and endpoints.

Smart Routing

Score-weighted endpoint selection with quadratic bias.

Preflight Validation

6-step pre-transaction validation with timeout protection.

Anomaly Detection

6 detectors for jailing, stake spikes, commission changes, downtime.

Live Network Data

Real-time metrics from the Republic AI chain.

Total Validators

Active Validators

Total Staked

Avg Block Time

How It Works

Three-stage pipeline for chain intelligence.

1

Index

Continuously sync validators, endpoints, and network metrics via republic-sdk.

2

Analyze

Score endpoints/validators, detect anomalies, track trends with EMA smoothing.

3

Route

Smart routing selects optimal endpoints using quadratic score-weighted selection.

Developer-Friendly API

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,});

Start Monitoring Now

Get real-time insights into the Republic AI network. Track validators, score endpoints, and route intelligently.