Quai Network Data
Tracks Quai blocks, transfers, whale activity, alerts, shard statistics, and mining rewards.
Point-in-time operational summary
This worker exposes a current loop-state record in this view. No multi-run history is requested or inferred.
Input to product surface
Reads every configured shard through the quais provider, then the bounded JSON-RPC block and log scanner when provider data is empty or unavailable.
Normalizes blocks, transfers, balances, mining rewards, and discovered whale addresses while preserving the last successful shard checkpoint.
Rejects invalid transfers, builds local interpretation context, produces alerts, and derives canonical investigation candidates.
Writes addresses, transfers, mining reward observations, shard statistics, alerts, investigation state, and shard ingestion checkpoints.
Powers Overview, network activity, live signals, mining activity, whale tables, and optional Ably exchange-pressure events.
The chain cannot produce its canonical output without these dependencies.
Configured per active shard for block, transaction, receipt, balance, and log reads.
Required for ingestion state, canonical data, alerts, and investigation persistence.
Recovery, enrichment, transport, or coordination paths that do not replace the canonical source of truth.
Preferred high-level shard snapshot path before the direct RPC scanner.
Used only when provider and RPC scans cannot return meaningful live data.
Optional publish path for exchange-pressure transfer events.
Storage contract
Tables read or written by this worker chain.
Swipe horizontally to inspect all columns
| Table | Purpose |
|---|---|
| addresses | Whale and reconciled address records. |
| transfers | Validated Quai and Qi transfer history. |
| quai_mining_reward_observations | Canonical mining reward observations. |
| shard_stats | Per-shard activity snapshots. |
| alerts | Deterministic alert rows and interpreted signals. |
| investigations | Canonical investigations created from new alerts. |
| worker_state / shard_ingestion_status | Per-shard block checkpoints and attempt/success health. |
Product outputs
User-facing workspaces directly powered by this chain.
Latest scanned block by shard
- Cyprus 1
- 9 310 263
Cycle metadata
- Supported Shard Count
- 1
Implementation map
Primary repository files implementing this worker chain and its product read path.
