Network

Run a Node

Serve fresh reads, sign your answers, earn for keeping the mesh honest.

The Pluid mesh is open: anyone can run a node, stake into it, and serve reads. Operators are the read layer — geo-distributed boxes that resolve chain state, anchor it to a slot, and sign a proof-of-serve receipt for every answer.

Operator onboarding is opening in phases
Node software is rolling out progressively (see the Roadmap). This page describes the operating model so you can prepare; exact CLI flags are published with each release.

What a Node Does

  • Maintains a fresh view of chain state for the reads it serves.
  • Resolves requests and stamps each answer with the observed slot.
  • Signs a receipt over the canonical answer digest with its registered key.
  • Reports health so the router can steer traffic to fresh, responsive nodes.

Requirements

ResourceTypeDescription
Stake$PLUIDBonded against your answers. Sets your routing weight and reward share.
Networklow latencyStable, high-bandwidth connectivity close to the users you serve.
ComputeSSD + coresEnough to keep state fresh and answer reads with low tail latency.
Signing keyed25519Registered with the network; used to sign every proof-of-serve receipt.

The Operating Loop

text
request → resolve against fresh state → stamp slot → sign receipt → respond
                                                  │
                                          report health to router

The router prefers nodes that are fresh, fast, and well-staked. Consistently serving fresh, correctly signed answers grows your share of routed traffic and rewards.

Staking & Rewards

Stake $PLUID to join. Rewards accrue for serving fresh, verifiable reads; provably stale or incorrect answers — caught because every receipt is independently checkable — are slashable. The economics tie directly to the same proof-of-serve scheme clients use to verify you.

Verifiability Is the Contract

Because every answer ships a receipt anyone can verify, the network does not have to trust operators — it can check them. A node’s reputation is the verifiable history of fresh, correctly signed reads it has served. Register your ed25519 key, keep state fresh, and the mesh routes to you.

Get notified
Want to operate? Hold $PLUID and watch the Roadmap — operator slots open as the node software hardens.