Run A Node.
Stake $PRLX to register a node, install the Node CLI on your GPU or CPU, keep it online. Rewards stream per-second to online nodes for uptime, claimable any time. No slashing: your stake is always returned.
Stake $PRLX, run a node, and earn streaming rewards for uptime. Your GPU or CPU joins the pool and serves inference requests the scheduler routes to it. Throughput scales with the nodes online.
// demand: ParalleliX AI
ParalleliX AI creates the demand. Operators stake, run nodes, and earn streaming rewards for uptime.
Three ways in. Operators stake $PRLX and run a node for uptime rewards. ParalleliX AI users spend $PRLX credits on inference. Holders carry the work currency.
Stake $PRLX to register a node, install the Node CLI on your GPU or CPU, keep it online. Rewards stream per-second to online nodes for uptime, claimable any time. No slashing: your stake is always returned.
Open-source models running on network compute. Deposit $PRLX into an on-chain credits vault, spend per request, withdraw what you do not use. Every reply carries a verified Proof-of-Execution.
$PRLX is the work currency of the network. ERC-20 on Ethereum. 100M fixed. No inflation. Holding does not stake and does not earn.
Requests in. Scheduled across the node pool. Throughput scales with the network.
ParalleliX AI streams inference requests to the coordinator. Each request carries a model name, token count, and hardware class. The coordinator queues them for scheduling.
The scheduler routes each request to a capable, online node using four signals: capability match, capacity-aware queuing, best-fit allocation, and reputation weighting. Multiple requests fan out across the pool in parallel.
Each node runs the inference request and returns the result with a SHA-256 Proof-of-Execution hash commitment over (request_id, result, node_id). Add nodes and throughput rises.
Your staking wallet holds the stake on the Console. A separate node key, made by the CLI, signs the machine liveness. Both keys, both halves, must run to earn.
CLI steps run on your machine. The Console step is on-chain.
curl -fsSL parallelix.io/install.sh | shOne binary, CPU or GPU mode.
parallelix-node initPrints your nodeKeyHash, a separate low-value keypair. Your staking wallet private key never touches the machine.
registerNode(stake, tier, nodeKeyHash)On the Console, your staking wallet stakes 50,000 $PRLX or more and binds the node to the nodeKeyHash from step 02. No slashing, principal returned on unstake.
parallelix-node start --node-id <id> --gpuHeartbeats keep the node live. Uptime earns rewards that stream per-second while online.
Your staking wallet runs the on-chain half on the Console: stake, register, claim. The node key runs the off-chain half through the CLI: liveness heartbeats, inference execution, Proof-of-Execution commits. Both must run for the node to accrue uptime and earn a pool share.
Operators run real hardware. Declare what it can do. Stake $PRLX to register a node, then keep it online for rewards that stream per-second to online nodes. No slashing: the stake comes back in full.
A node is a machine you stake to register and keep online. The coordination layer routes inference requests to it based on what your hardware can run, and pays you for uptime. ParalleliX AI is where most of that work comes from.
Anyone stakes $PRLX to register a node via NodeRegistryLocker, no allowlist. You declare a hardware tier and the workload classes your machine handles (AI, scientific, big-data, blockchain, rendering); the scheduler only routes work your hardware can run.
ParalleliX AI sends a stream of inference requests to the coordinator. The scheduler routes each request to a capable, online node so the pool serves many at once. Your node runs whole requests, not fragments of one. Add nodes and throughput rises.
Requests match to nodes on four signals: capability match, capacity-aware queuing, best-fit allocation, reputation weighting. Better-matched, higher-uptime nodes draw more requests and a larger uptime-weighted pool share.
Every request is encrypted to the assigned node's public key, so only that node can read it. Nodes sign with a low-value node key, never the staking wallet. The chain holds your stake; the node key does the talking.
Each result returns with a SHA-256 hash commitment over (task_id, result, node_id). The coordination layer reconstructs the hash to validate before the work counts. A hash commitment, not a zero-knowledge proof.
A text-only chat app, like ChatGPT, with its inference served by the network's own operator nodes instead of a central GPU farm.
Open-source models only. No proprietary weights.
Every answer is served by a real GPU node and carries a verified Proof-of-Execution.
Deposit $PRLX into an on-chain credits vault. Spend per message, metered off-chain, no per-message gas. Withdraw unspent credits any time.
Funds live in an immutable on-chain vault, withdrawable any time. The off-chain meter debits usage, and the operator share settles on-chain per served request.
chat, embeddings, classification
parameter sweeps, genomics
map-reduce, risk, logistics
proof generation, oracles
frames, encoding, AR/VR
The work currency of the network. Operators stake it to run nodes, ParalleliX AI users spend it as credits. 100M fixed. No inflation. No holder yield.
// SUPPLY
100,000,000
$PRLX · ERC-20 · Ethereum
// ON-CHAIN
CONTRACT
Live · Etherscan verifiedERC-20·Ethereum Mainnet·No mint fn·5% buy/sell tax
The Console and the Node CLI make one operator product. Stake $PRLX to register a node, run it on your GPU or CPU, and earn uptime-weighted rewards that stream per-second to online nodes. Permissionless. No slashing: principal is always returned. Pay for uptime, not yield.
ParalleliX AI is a text-only chat app, like ChatGPT, with its inference powered by the network's own nodes. Spend $PRLX as credits: deposit once on-chain, meter off-chain, no per-message gas. As usage grows, a share of those payments funds operator rewards, closing the loop.
// DISTRIBUTION
Bootstrap subsidy paid to operators for node uptime (streamed per-second, weighted by stake, tier, and uptime)
// TAX DISTRIBUTION
5%
buy/sell tax
split 3 ways
platform upgrades
infrastructure
awareness, partners
Tax does not fund operators · bootstrap covers that.
Three places to interact with the network: Console for operators, Docs for builders, Node Client for compute providers.
Connect a wallet. Stake $PRLX to register a node. Track uptime and accrued rewards, then claim.
Protocol primitives. Coordination-layer API. Operator integration path. Versioned. Worked examples.
What compute providers run. Registers hardware. Accepts inference requests. Returns results signed with a Proof-of-Execution hash.
Stake. Run. Earn for uptime.
Read tokenomics for the $PRLX spec. Read the docs for the protocol, the scheduler, the operator path.