Modes and types
Types
Chainstack supports 2 types of nodes for public chains: elastic node and dedicated node. Elastic nodes are available for all networks by default. To get a dedicated node, you'll have to contact us directly.
Modes
For most of the available public chains, Chainstack supports deploying nodes in the following modes:
- Full β a node that stores full blockchain data. However, it has limitations to how many blocks are available for querying.
- Archive β a node that stores full blockchain data and an archive of historical states, which makes it possible to query any block since the chain genesis.
The following modes are available for on-platform public chains:
Protocol | Full | Archive | Full mode querying limits |
---|---|---|---|
Ethereum | β | β | Latest 128 blocks |
Polygon | β | β | Latest 128 blocks |
BNB Smart Chain | β | β | Latest 128 blocks |
Base | β | β | Latest 128 blocks |
Avalanche | β | β | Latest 32 blocks of C-Chain |
Arbitrum | β | β | Latest 128 blocks |
zkSync Era | β | β | A full node currently stores the full blockchain data and an archive of historical states starting from the chain genesis. |
Polygon zkEVM | β | β | A full node currently stores the full blockchain data and an archive of historical states starting from the chain genesis. |
Optimism | β | β | Latest 128 blocks |
NEAR | β | β | Latest 5 epochs |
Aurora | β | β | Latest 5 epochs |
Solana | β | β | Up to the first block available on the node. ~1.5 days worth. |
Scroll | β | β | A full node currently stores the full blockchain data and an archive of historical states starting from the chain genesis. |
Ronin | β | β | Latest 128 blocks |
Aptos | β | β | Latest 100,000,000 transactions |
Oasis Sapphire | β | β | A full node currently stores the full blockchain data and an archive of historical states starting from the chain genesis. |
Gnosis Chain | β | β | 1,024 MB of historical states. ~10 hours worth of immediately previous blocks. |
Cronos | β | β | Latest 100 blocks |
Filecoin | β | β | |
Fantom | β | β | As Go Opera, the Fantom client, does not have automatic state pruning implemented, there is currently no difference between a full node and an archive node. |
Starknet | β | β | |
Harmony | β | β | Latest 128 blocks |
Tezos | β | β | With a full node, you can query any block information or operation but you cannot query the balances or staking rights before the current checkpoint. A checkpoint is automatically done every 4,096 blocks. This means that with a full node, you can only query the balances and staking rights from when the last checkpoint happened until the latest block within the current 4,096 block cycle. |
Updated 20 days ago