> ## Documentation Index
> Fetch the complete documentation index at: https://goldrush.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Pipeline API Now Streams Data Across 20+ Chains

*Published May 13, 2026*

![Pipeline API Now Streams Data Across 20+ Chains](https://www.datocms-assets.com/86369/1780000649-03_pipeline_api_now_streams_data_across_20_chains.jpg)

When the GoldRush [Pipeline API](/goldrush-pipeline-api/overview) launched, it shipped with three chains - Base, HyperCore, and Solana - covering the trio most builders asked us to ship first. The chain selector now lists **20+ supported networks** spanning EVMs, Hyperliquid, and Solana, all with the same configurable destinations (Kafka, Postgres, ClickHouse, Object Store, HTTP webhooks) and the same medallion-architecture schemas.

## EVM chains now available

The newly supported chains now includes Base, BNB Smart Chain, HyperEVM, Arbitrum, Ethereum, Polygon, Optimism, Avalanche, zkSync, Ink, Moonbeam, Scroll, Fantom, Blast, Axie (Ronin), Celo, Monad, MegaETH, and ADI - with more rolling out continuously.

Every EVM chain exposes the same set of structured topics - `blocks`, `transactions`, `logs`, and `transfers` - so a pipeline configured for one chain ports to any other with a single identifier change in the topic name.

## Same configuration, more coverage

A pipeline targeting a new chain is a single parameter - destination, connection, data range, transform, and review steps are identical across every supported network. Topic names follow the same `{chain}.{network}.{qualifier}.block.{entity}` convention everywhere.

[Learn more](/goldrush-pipeline-api/supported-chains)
