# Pulsy Docs ## Docs - [Code Storage](https://docs.pulsy.app/atria/architecture/code-storage.md): Learn where feed code lives in Atria. - [Delivery](https://docs.pulsy.app/atria/architecture/delivery.md): See how Atria delivers matching feed results. - [Ingestion](https://docs.pulsy.app/atria/architecture/ingestion.md): Learn how Atria reads blockchain data for feeds. - [Leases and Cursors](https://docs.pulsy.app/atria/architecture/leases-and-cursors.md): Understand how Atria coordinates work and progress. - [Orchestrator](https://docs.pulsy.app/atria/architecture/orchestrator.md): Learn how Atria coordinates deployments and feed health. - [Reorg Handling](https://docs.pulsy.app/atria/architecture/reorg-handling.md): Learn how Atria handles chain reorganizations. - [Runtime](https://docs.pulsy.app/atria/architecture/runtime.md): Learn how Atria runs feed logic. - [Security and Sandboxing](https://docs.pulsy.app/atria/architecture/security-and-sandboxing.md): See how Atria keeps feed execution constrained. - [Storage and Messaging](https://docs.pulsy.app/atria/architecture/storage-and-messaging.md): Explore the storage and messaging layers behind Atria. - [System Overview](https://docs.pulsy.app/atria/architecture/system-overview.md): Meet the main services that make up Atria. - [Cursors and Block Delay](https://docs.pulsy.app/atria/core-concepts/cursors-and-block-delay.md): Learn how feeds track progress through blocks. - [Data Types](https://docs.pulsy.app/atria/core-concepts/data-types.md): Explore the blockchain payloads feeds can process. - [Feed Lifecycle](https://docs.pulsy.app/atria/core-concepts/feed-lifecycle.md): Understand how feeds move through their running states. - [Feed Manifest](https://docs.pulsy.app/atria/core-concepts/feed-manifest.md): Understand the definition behind a feed. - [Filters](https://docs.pulsy.app/atria/core-concepts/filters.md): Learn how filters select and shape feed emissions. - [Functions](https://docs.pulsy.app/atria/core-concepts/functions.md): Learn when optional functions should extend a feed. - [JavaScript Modules](https://docs.pulsy.app/atria/core-concepts/javascript-modules.md): See the JavaScript helpers available inside filters. - [KV Storage](https://docs.pulsy.app/atria/core-concepts/kv-storage.md): Use lightweight state in Atria workflows. - [Outputs](https://docs.pulsy.app/atria/core-concepts/outputs.md): Learn how feed results trigger workflow outputs. - [Results](https://docs.pulsy.app/atria/core-concepts/results.md): Understand what a feed emits when it matches. - [Tags](https://docs.pulsy.app/atria/core-concepts/tags.md): Keep feeds and outputs organized with tags. - [What Is a Feed](https://docs.pulsy.app/atria/core-concepts/what-is-a-feed.md): Learn the core primitive behind Atria workflows. - [Create an Output](https://docs.pulsy.app/atria/dashboard/create-an-output.md): Create a reusable action connector for Atria feeds. - [Create, Test, and Deploy a Feed](https://docs.pulsy.app/atria/dashboard/create-test-and-deploy-a-feed.md): Build a feed, test it against a block, and deploy it. - [Manage Feeds](https://docs.pulsy.app/atria/dashboard/manage-feeds.md): Review status, pause, resume, edit, and delete feeds from the dashboard. - [How Atria Works](https://docs.pulsy.app/atria/getting-started/how-atria-works.md): Learn how Atria turns blockchain events into actions. - [Key Use Cases](https://docs.pulsy.app/atria/getting-started/key-use-cases.md): Explore common use cases for Atria. - [Atria Overview](https://docs.pulsy.app/atria/getting-started/overview.md): Start here to learn what Atria is and where it fits. - [EVM ERC-20 Transfers](https://docs.pulsy.app/atria/library/erc20-transfers.md): Track ERC-20 transfers with a library template. - [EVM Native Transfers](https://docs.pulsy.app/atria/library/native-transfers.md): Track native token transfers with a library template. - [Atria Library](https://docs.pulsy.app/atria/library/overview.md): Explore reusable feed templates for Atria. - [Delivery Failures](https://docs.pulsy.app/atria/operations/delivery-failures.md): Troubleshoot failed output delivery. - [Deployment Options](https://docs.pulsy.app/atria/operations/deployment-options.md): Choose the right way to run Atria. - [Local Development](https://docs.pulsy.app/atria/operations/local-development.md): Set up a practical local development flow. - [Network Configuration](https://docs.pulsy.app/atria/operations/network-configuration.md): Configure the chains Atria should read from. - [Running Feeds](https://docs.pulsy.app/atria/operations/running-feeds.md): Understand what happens while feeds are running. - [Self-Hosting](https://docs.pulsy.app/atria/operations/self-hosting.md): Learn what it takes to run Atria yourself. - [Testing Feeds](https://docs.pulsy.app/atria/operations/testing-feeds.md): Test feed logic before it goes live. - [Authentication](https://docs.pulsy.app/xflow/api-reference/auth.md): How to authenticate with the XFlow external API. - [Get Supported Bridges](https://docs.pulsy.app/xflow/api-reference/endpoints/get_bridges.md): Returns all bridges whose on-chain contracts XFlow tracks across supported chains, sorted by volume. - [Get Supported Chains](https://docs.pulsy.app/xflow/api-reference/endpoints/get_chains.md): Retrieves all blockchains tracked by XFlow. - [Get Swaps By Identifier](https://docs.pulsy.app/xflow/api-reference/endpoints/get_swap_by_id.md): Retrieves cross-chain swaps by transaction hash or system id. - [Get Cross-Chain Swaps](https://docs.pulsy.app/xflow/api-reference/endpoints/get_swaps.md): Retrieves cross-chain swaps detected within the requested timeframe. The timeframe between `from` and `to` must not exceed 30 minutes. - [Get Supported Tokens](https://docs.pulsy.app/xflow/api-reference/endpoints/get_tokens.md): Retrieves the tokens XFlow tracks for the specified blockchain. - [XFlow 1.24.0](https://docs.pulsy.app/xflow/changelog/1-24-0.md): Solana coverage for four more bridges, a public explorer, and a delisted flag on the bridges endpoint. - [XFlow Changelog](https://docs.pulsy.app/xflow/changelog/overview.md): New bridge coverage, explorer updates, and API changes in XFlow. - [How XFlow Works](https://docs.pulsy.app/xflow/getting-started/how-xflow-works.md): Overview of how XFlow tracks cross-chain transfers. - [USD Mismatches](https://docs.pulsy.app/xflow/getting-started/in-out-usd-mismatch.md): How XFlow interprets USD differences between transfer legs. - [XFlow Overview](https://docs.pulsy.app/xflow/getting-started/overview.md): Cross-Chain Explorer by Pulsy - [Polling Data](https://docs.pulsy.app/xflow/getting-started/polling-data.md): Polling-based XFlow data delivery - [Bridges Tracked by XFlow](https://docs.pulsy.app/xflow/supported-bridges/overview.md): Overview of bridges integrated in XFlow ## OpenAPI Specs - [openapi](https://docs.pulsy.app/xflow/api-reference/openapi.json)