Standard for Power + Compute + Speed. Evolved from nug8 Protocol Experiments 2024.
EZ Grid Protocol defines a unified communication layer for decentralized power distribution, compute allocation, and data routing. The protocol uses ez:// URI scheme and ABNF syntax for machine-readable specifications.
Five Forces: Power, Compute, Speed, Trust, Access
The protocol enables:
Power: Energy state negotiation between nodesCompute: Distributed task allocationSpeed: Low-latency message routingTrust: Cryptographic identity verificationAccess: Permission and resource controlEZ-URI = "ez://" authority [ "/" path ] [ "?" query ] [ "#" fragment ]
authority = node-id "@" domain
node-id = 1*16ALPHA
domain = 1*63ALPHA *("." 1*63ALPHA)
path = segment *("/" segment)
segment = 1*32ALPHA
query = force *( "&" force )
force = "power=" value / "compute=" value / "speed=" value
/ "trust=" value / "access=" value
value = 1*DIGIT
ez://nodeA7@grid.ezgrid.org/compute/task?power=100&compute=85&speed=92&trust=1&access=read
Protocol v2.0 is in provisional registration. Full ABNF specification, reference implementation, and test vectors releasing Q2 2026.
For early access to technical docs, reference code, and partnership discussions:
Request Full Specification© 2026 EZ Grid Protocol. Derived from nug8 Protocol research 2024. IANA Provisional #1454153.