This section explains the base rules of the Parallax protocol — cryptographic primitives, deterministic execution, proof-of-work (XHash), and the consensus logic that defines canonical history.
Purpose of this section
Parallax merges Bitcoin’s ossified monetary discipline with Ethereum-style programmability. These documents detail how Parallax maintains a fixed supply and predictable issuance while enforcing deterministic execution and open, work-based consensus.
Cryptographic Soundness: Transactions and state transitions are authorized with ECDSA (secp256k1).
Deterministic Execution: PVM mirrors EVM semantics under Bitcoin-like constraints.
Proof-of-Work as Time: XHash turns computation into a verifiable ordering of events.
Consensus through Work: Canonical history is the valid chain with the greatest cumulative work.
These pages target developers, miners, and researchers seeking a precise understanding of Parallax at the protocol layer.
Protocol Architecture
How Parallax unifies cryptography, deterministic computation, proof-of-work timekeeping, and Nakamoto consensus into a cohesive protocol stack.