Skip to main content

Node Guide

XPHERE is a Layer 1 blockchain with a Dual-Chain Architecture: the Main Chain runs an optimized PBFT consensus, while the Proof Chain secures the network through a PoW (xpHash) validation layer. Each chain is operated by a distinct set of nodes.

Node Types

Node TypeChainRoleAudience
Endpoint Node (XEN)Main ChainRead-only interface, JSON-RPC server, transaction relaydApp developers, RPC providers
Validator NodeMain ChainPBFT consensus participation, block productionUnion members (permissioned)
Mining NodeProof ChainxpHash PoW mining, block validation rewardAnyone with mining hardware

Endpoint Node (XEN)

Validator Node

Mining Node

Which Node Should I Run?