Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pulsy.app/llms.txt

Use this file to discover all available pages before exploring further.

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

  1. The Ingestor reads blocks, logs, and traces from configured networks.
  2. The Runtime picks up data for each running feed.
  3. The feed filter decides whether to emit and can shape the payload it returns.
  4. An optional function adds a post-filter step for heavier enrichment, integration-specific formatting, or keeping complex transformation logic out of the filter.
  5. The feed output triggers the next action in an external workflow.
  6. The Dashboard, management backend, and Orchestrator manage creation, deployment, pausing, and health.

Why This Matters

Teams write the event logic that matters to them. Atria handles chain connectivity, block storage, execution isolation, cursors, retries, delivery, and operational state.