Archive configuration
Set application pruning for full historical state:[state-sync] snapshot settings in app.toml are for serving snapshots to other nodes. They do not preserve local pre-snapshot history.
RPC and debug policy
The default public EVM namespace allowlist is:txpool. The full archive example includes debug, txpool, and personal, with EVM tracing configured through:
txpool or debug tracing support unless the deployed node’s app.toml includes those namespaces.
Archive sizing and backups
Size archive hosts with at least1 TB initial archive disk, expected archive growth of about 10 GB/month, and 2 TB recommended headroom. Run archive backups monthly and keep enough spare capacity for compaction, upgrades, logs, and backup staging.
Application alternatives
Most applications do not need an archive node. Use:- RPC Providers for recent chain data.
- Indexers for token, contract, and application-level history.
- Historical Data for choosing the right data source.