Data Ingestion and Normalization Layer

At the foundation of the system is a high-throughput data ingestion layer responsible for collecting on-chain activity across multiple networks. This layer continuously monitors transactions, logs, events, and state changes from supported blockchains. Data is ingested at the protocol level and normalized into a unified internal schema that abstracts away chain-specific differences.

Normalization enables consistent interpretation of wallet behavior, asset movement, and protocol interaction regardless of underlying network. This layer also enriches raw data with contextual attributes such as temporal sequencing, asset classification, and interaction type, forming the base dataset used across all higher-level modules.

Last updated