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

# Overview

> 运行 Stable 网络节点的节点类型、快速入口链接与运维指南概述。

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

## Quick Links

* **[System Requirements](./system-requirements)** - Hardware and software requirements for different node types
* **[Installation Guide](./installation)** - Step-by-step installation instructions for various platforms
* **[Configuration](./configuration)** - Detailed configuration options and best practices
* **[Snapshots & Sync](./snapshots)** - Fast sync options using snapshots
* **[Upgrade Guide](./upgrades)** - Node upgrade procedures and version history
* **[Monitoring](./monitoring)** - Tools and metrics for node monitoring
* **[Troubleshooting](./troubleshooting)** - Common issues and solutions

## 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:

* **[Mainnet](/en/developers/mainnet/mainnet-information)** - Mainnet details
* **[Testnet](/en/developers/testnet/testnet-information)** - Testnet details

## Support and Community

* **Discord**: [Join our Discord](https://discord.gg/stablexyz)

## Quick Start

For experienced operators who want to get started quickly:

1. Check [System Requirements](./system-requirements)
2. Follow the [Installation Guide](./installation)
3. Configure your node using [Configuration Guide](./configuration)
4. Speed up sync with [Snapshots](./snapshots)
5. Monitor your node with [Monitoring Guide](./monitoring)

For network parameters and RPC endpoints, see [Mainnet Information](/en/developers/mainnet/mainnet-information) or [Testnet Information](/en/developers/testnet/testnet-information).
