본문으로 건너뛰기

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 productionFoundation / Council members
Mining NodeProof ChainxpHash PoW mining, block validation rewardAnyone with mining hardware

Endpoint Node (XEN)

Validator Node

Mining Node

Which Node Should I Run?

  • Building a dApp? → Run an Endpoint Node or use a public RPC endpoint.
  • Want to secure the network and earn rewards? → Run a Mining Node.
  • Operating institutional infrastructure? → Apply for a Validator Node via the Xphere Foundation.