💎 Supported Networks

The supported network and its status are listed below, we are actively supporting more networks, let us know via
[email protected]
about your use case to help us prioritize network support.

We only include mainnet in the list. The most complete supported chain list could be found at
the status page.

EVM Chains

ChainEventsArchive RPCsTracesDebuggerData Staleness
ArbitrumReal-time
AstarReal-time
Astar zkEVMReal-time
AuroaReal-time
AvalancheReal-time
B2 MainnetReal-time
BaseReal-time
BEVMReal-time
BinanceReal-time
Bitlayer MainnetReal-time
Blast MainnetReal-time
Blast MainnetReal-time
Bob MainnetReal-time
ChilizReal-time
Conflux eSpaceReal-time
Cronos MainnetReal-time
EthereumReal-time
Fantom OperaReal-time
Fraxtal MainnetReal-time
HoleskyReal-time
KCC MainnetReal-time
LineaReal-time
Manta PacificReal-time
MantleReal-time
Merlin MainnetReal-time
MetisReal-time
Mode MainnetReal-time
MoonbeamReal-time
Optimism MainnetReal-time
PolygonReal-time
Polygon zkEVMReal-time
ScrollReal-time
SepoliaReal-time
Taiko MainnetReal-time
X Layer MainnetReal-time
Zircuit MainnetReal-time
zkLink NovaReal-time
zkSync EraReal-time

More on EVM

Move Chains

ChainTxnEventEntry FuncArchive RPCsAccountDebuggerData staleness
AptosReal-time
Aptos TestnetReal-time
SUIReal-time
SUI TestnetReal-time
Move TestnetReal-time

More on Aptos and SUI

Fuel

ChainStageLog HandleCall HandleTransfer HandleData staleness
Fuel MainnetBetaReal-time
Fuel TestnetBetaReal-time

More on Fuel

Starknet

ChainStageEventsArchive RPCsData Staleness
StarknetBetaReal-time

More on starknet

Solana

ChainStageTransaction HandleInstruction Handle
SolanaAlpha

More on Solana

Examples

To quickly create single chain processor or subgraph, you can use the following command.

Arbitrum

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 42161
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 42161
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Astar

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 592
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 592
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Astar zkEVM

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 3776
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 3776
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Auroa

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 1313161554
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1313161554
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Avalanche

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 43114
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 43114
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

B2

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 223
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 223
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Base

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 8453
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 8453
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

BEVM

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 11501
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 11501
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Binance

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 56
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 56
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Bitlayer

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 200901
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 200901
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Blast

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 81457
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 81457
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

️ Testnet is available at chain id: 168587773 with limited capabilities.

Blast

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 168587773
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 168587773
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Bob

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 60808
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 60808
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Chiliz

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 88888
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 88888
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Conflux eSpace

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 1030
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1030
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Cronos

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 25
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 25
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

️ Testnet is available at chain id: 338.

Ethereum

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 1
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

️ Testnets are available at chain id: 17000, 11155111 with limited capabilities.

Fantom Opera

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 250
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 250
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Fraxtal

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 252
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 252
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Holesky

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 17000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 17000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

KCC

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 321
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 321
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Linea

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 59144
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 59144
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Manta Pacific

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 169
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 169
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Mantle

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 5000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 5000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Merlin

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 4200
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 4200
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Metis

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 1088
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1088
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Mode

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 34443
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 34443
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Moonbeam

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 1284
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1284
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Optimism

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 10
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 10
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Polygon

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 137
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 137
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Polygon zkEVM

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 1101
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1101
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Scroll

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 534352
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 534352
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Sepolia

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 11155111
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 11155111
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Taiko

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 167000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 167000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

️ Testnet is available at chain id: 167008.

X Layer

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 196
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 196
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

️ Testnet is available at chain id: 195 with limited capabilities.

Zircuit

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 48900
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 48900
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

️ Testnet is available at chain id: 48899.

zkLink Nova

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 810180
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 810180
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

zkSync Era

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type evm --chain-id 324
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 324
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>