Module 4 · BOLT Nexus

The ecosystem command center for BOT Chain liquidity

A protocol-aware analytics surface unifying liquidity, launches, grants, locks, vesting, agents, and verified status — one view of the BOT Chain ecosystem.

Indexer wired (demo)Chain 677Live data — mainnet activation pending

What it does

  • Aggregate TVL, 24h volume, accrued fees, swap count across all BOLT pairs.
  • Launch timeline: which projects launched, when, with what initial LP and vesting structure.
  • Grant eligibility leaderboard sourced from BoltGrantRegistry + the off-chain scoring model.
  • Verified locks + vesting summary so reviewers can scan transparency in one screen.
  • Agent registrations from BoltAgentRegistry with status + role.
  • Anomaly flags — sudden depth removal, unusual locker withdrawals, Sybil-clustered claimers.

Why BOT Chain needs it

BOT Chain needs an institutional command center the way Solana has Step Finance and Sonar, Ethereum has DefiLlama. BOLT Nexus is BOLT-flavored — it knows that LP fee accrual goes to BoltFeeTreasury, that lock states are queryable on-chain, and that grant tiers are reproducible — so the dashboard reflects the protocol's actual primitives instead of generic DeFi metrics.

Readiness evidence

The demo board at /analytics/ renders against the real local snapshot — TVL is derived from reserveBOT × 2, the recent-swaps table is sourced from a fixture (CLEARLY labeled), and the treasury LP balance is the real on-chain value from the demo run.

Once mainnet deployment completes

apps/indexer writes Pair / Swap / Liquidity events to Postgres; apps/api exposes a REST + WebSocket surface; /nexus/ renders both. No new contracts — Nexus is a read-only aggregation.

Commercial value

  • Free public dashboard (Cloudflare Pages-hosted).
  • Paid Analytics / API access for desks, treasuries, and integrators.
  • White-labeled embed for wallets and explorers.