What problem does it solve?
Many historical questions on Mantle — like wallet activity, time-windowed metrics, event backfills, and protocol analytics — cannot be answered reliably or efficiently via raw RPC. This Skill provides a reproducible, source-attributed path to query indexed data with clear time boundaries, deterministic pagination, and quality reporting.
Core Features & Use Cases
- GraphQL and SQL indexer support: Selects either a subgraph (GraphQL) or a SQL indexer based on availability and latency targets.
- Query templates and normalization: Provides ready-made templates for wallet swaps, pool daily volumes, and rollups while normalizing timestamps, decimals, and units.
- Operational guardrails: Enforces absolute UTC time ranges, read-only SQL, deterministic ordering, pagination handling, and a blocked output format when endpoints are missing.
- Use Case: Generate a daily volume rollup for a Mantle pool, backfill historical swap events for a wallet, or produce time-windowed protocol metrics with provenance and lag awareness.
Quick Start
Provide a GraphQL or SQL indexer endpoint and request wallet swap history or pool volume for an absolute UTC time range, for example request wallet swaps for 0xAbC123... from 2026-03-01T00:00:00Z to 2026-03-07T00:00:00Z.