Dashboard
CentroShield network overview
Pool Overview
PoolFeeMinersHashrateBlocksPaidValidator Req
Mining Pool Management
Create, edit, delete pools. Changes sync to Centronium.
IDNameIconFee %Val ReqMin RepMinersVisibleDescriptionActions
Validator Management
Status, reputation, auto-sign controls
NameNode IDStatusTierRepBlocksAuto-SignHeartbeatActions
User Management
All registered CentroShield users
UsernameEmailWalletRoleActiveLast LoginActions
API Keys / Miners
All vaulted API keys across the network
UserProviderLabelPoolTodayTotal CallsHealthEarnedActiveActions
API Usage Monitor
Track API key usage, health, and attestation performance
Calls Today by Hour
Daily Calls (7 days)
By Provider
By Purpose
Key Health
Top Keys by Usage Today
Vault IDProviderCallsSuccessAvg LatencyHealthActions
Attestation Config
Adjust these settings to tune attestation frequency and key management
โšก Benchmark โ€” NU/s & CWS
Measure Neural Units/s and Centro Work Score per API key. Fair, provider-agnostic performance metrics.
Benchmark Config
Key Benchmark Results
MinerProviderPoolCWSCheckpointsStructureNU/sLatencyResponseLast BenchmarkActions
Loading...
Ecosystem Partners
Manage partner sites that connect via the CentroShield API
SiteURLPartner KeyLevelValidatorStatusLast SeenActions
Wallet Management
User wallets on the Centronium network
User Wallets
UserCentronium WalletBalanceRole
Loading...
Validator Nodes
NodeWallet AddressStatusRewards
Loading...
Block Explorer
Verified blocks with validator signatures
HeightHashHCRSigsQuorumVerifiedSigners
Click Block Explorer to load
Page 1
Cron / System Health
Monitor cron execution and network health
โ€”
Cron Status
โ€”
Last Run
โ€”
Seconds Ago

Recent Cron Log

Loading...

Network Snapshots

TimeHealthValidatorsVerifiedChainGapSigs 24h

Supply Audits

TimeTypeResultDuration
System Settings
CentroShield configuration
Click Settings to load
Partner API Tester
Test the public CentroShield Partner API endpoints

๐Ÿ”Œ Partner API Endpoints

/api/partner/*
Click an endpoint above
Response will appear here...

๐Ÿ“‹ Integration Guide

// Fetch all pools from CentroShield
const response = await fetch('https://centroshield.com/api/partner/pools');
const data = await response.json();
// data.pools = [{pool_id, name, icon, fee_pct, active_miners, ...}, ...]

// Fetch network overview
const network = await fetch('https://centroshield.com/api/partner/network');
// {chain_height, validators_active, pool_count, ...}

// Fetch validators
const vals = await fetch('https://centroshield.com/api/partner/validators');
// {validators: [{node_id, name, status, blocks_verified, ...}], ...}
Dev Tools
Site scanner, DB schema, API map & architecture โ€” download JSON files for AI context

๐Ÿ—ƒ Centronium Tables

TableColsPurpose

๐Ÿ›ก CentroShield Tables

TableColsPurpose

๐Ÿ”Œ API Endpoints

๐Ÿ“‚ Centronium Files

๐Ÿ“‚ CentroShield Files

๐Ÿ“‹ JSON Preview

Click "Generate All" or select a preview above...