How Atria Works
Atria separates blockchain ingestion, feed execution, lifecycle management, and delivery into focused services. This keeps feed logic small while the platform handles the operational work around it.End-to-End Flow
Steps
- The Ingestor reads blocks, logs, and traces from configured networks.
- The Runtime picks up data for each running feed.
- The feed filter decides whether to emit and can shape the payload it returns.
- An optional function adds a post-filter step for heavier enrichment, integration-specific formatting, or keeping complex transformation logic out of the filter.
- The feed output triggers the next action in an external workflow.
- The Dashboard, management backend, and Orchestrator manage creation, deployment, pausing, and health.