Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/docs/run-a-node/node-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ The Shardeum network runs on two main types of nodes. Each node type serves a di
- **Role**: Full nodes do not participate in consensus. They maintain and verify the blockchain state, functioning as a reliable “source of truth” for applications, wallets, and other network participants.
- **Configuration**: Full nodes run with pruning enabled by default, storing only the most recent state needed for operation.
- **Use cases include**:
1. Running infrastructure for dApps
2. Supporting RPC endpoints
3. Improving network resilience
4. Non-validating node participation
1. Running infrastructure for dApps
2. Supporting RPC endpoints
3. Improving network resilience
4. Non-validating node participation

## Archive Nodes

Archive nodes are a special configuration of full nodes.
- **Role**: Archive nodes store all historical blockchain state from genesis to the present.
- **Use cases include:**:
1. Indexers
2. Blockchain analytics
3. Data providers
4. Explorers and infra partners
1. Indexers
2. Blockchain analytics
3. Data providers
4. Explorers and infra partners
- **Configuration**: Disable pruning so the node retains every historical state snapshot.
- **Startup Flag**:

Expand Down