Skip to main content
This comprehensive guide covers everything you need to know about running and maintaining Stable nodes.

Node Types

Full Node

A full node maintains a complete copy of the blockchain and validates all transactions and blocks. Full nodes:
  • Verify all transactions and blocks
  • Maintain the entire blockchain history
  • Can serve data to other nodes
  • Support the network’s decentralization

Archive Node

An archive node stores the complete history of all states and can serve historical queries. Archive nodes:
  • Store all historical states
  • Support historical queries at any block height
  • Require significantly more storage
  • Essential for block explorers and analytics

Network Information

For complete network details including RPC endpoints, block explorers, and chain parameters, see:
  • Testnet - Current testnet details
  • Mainnet - Coming Soon

Support and Community

Quick Start

For experienced operators who want to get started quickly:
  1. Check System Requirements
  2. Follow the Installation Guide
  3. Configure your node using Configuration Guide
  4. Speed up sync with Snapshots
  5. Monitor your node with Monitoring Guide
For network parameters and RPC endpoints, see Testnet Information.