PROTOCOL · PROOF OF NETWORK

A re-architected internet stack.

The Grid runs on Proof of Network — a consensus primitive that rewards topological position, not just stake. Around it, a set of Distributed Execution Frameworks (DEFs) cover storage, compute, identity, settlement, and verifiable computation. This page is the technical-evaluation entry point.

Proof of Network (PoN)

Validator selection isn't pure proof-of-stake. NPV (Network Position Value) scores nodes on geographic + topological diversity, Sybil resistance, energy efficiency, and predictive traffic adaptation. Higher NPV = rarer position = higher-paying placements. NPV is market-clearing, not a quality grade — operators in oversupplied metros earn less; operators filling gaps earn more.

30% Network Position — geographic + topology diversity
25% Participation — block production + finality voting
20% Performance — latency, throughput, jitter
15% Reliability — uptime, repair contribution
10% Security — key rotation, TLS, revocation hygiene

DEFs — the protocol primitives

A Distributed Execution Framework is a modular protocol extension that runs on The Grid. Each DEF has its own lifecycle (add / activate / deprecate via on-chain governance), its own capability model, its own stake / earnings shape. Real Grid apps are compositions of DEFs.

def:nie
Network ingress/egress · HTTP/3 + QUIC edge
def:dsf/content
Content-addressed storage · erasure-coded across metros
def:dsf/state
User-owned state DB · capability-token reads & writes
def:xsr
Compute · WASM functions, GPU sub-DEFs
def:ind
Identity · DID resolution, Grid Auth
def:kms
Threshold-crypto key custody
def:eco
Stablecoin economic engine · settlement
def:opus
Placement orchestration
def:tvo
Attestation aggregator · TEE / ZK proofs
def:paas
Versioned package & artifact registry
def:msg
Async messaging (planned)
def:consensus
Block production · BFT voting

See the full DEF lifecycle and stake-exposure model in docs/grid-brain/def/. Anyone can propose a new DEF; on-chain governance decides activation.

Sharding & multi-ledger

Regional shards specialize (us-west: gaming + web; us-east: finance + web; eu-central: web + AI; asia-pacific: gaming + IoT). Service shards (DNS, web-hosting, game-execution, economic-settlement) replicate as the workload demands. Three ledger types coexist: immutable (finance), mutable (state), and database-style (def:dsf/state). Cross-shard atomic operations land at epoch boundaries.

Settlement & receipts

Every action that consumes protocol resources produces a signed WorkReceipt. Receipts anchor per-block (cheap state); settlement per-epoch (deterministic from tvo's canonical commit). Two honest nodes running the same code on the same chain state produce byte-identical settlement results — the protocol does not invent payment amounts.

Decentralization is a gradient

v1-beta: The Grid Foundation operates a non-trivial fraction of operator nodes initially. Open invitation to anyone who meets the hardware and stake requirements; gradual decentralization to v2-mainnet where Foundation operations sunset to under-the-line participation. Decentralization is a target state, not a launch claim.

The chain is the source of truth.

Every receipt, every settlement, every capability, every reputation event — verifiable on-chain. Live explorer ↗.