Overview of indexing on Initia rollups and the recommended approach using Rollytics.
Indexing provides fast, structured access to on-chain data for wallets,
explorers, and backend services. On Initia, indexing is a core part of operating
a production rollup.
Rollytics is Initia’s recommended indexing service. Unlike the legacy KV
Indexer, Rollytics runs as a dedicated external service that indexes chain data
once into a shared Postgres database. It supports Move, Wasm, and EVM rollups.If you do not already run KV Indexer, you can ignore the legacy sections and use
Rollytics directly.
Historically, Initia rollups relied on the KV Indexer, which runs inside each
RPC node and stores indexed data locally.Today, Initia recommends using Rollytics instead.