EZ Grid Protocol

Five Forces. One Protocol. ez://
The standard for Power + Compute + Speed. IANA Provisional Registration #1454153. Evolved from nug8 Protocol Experiments 2024.
View Protocol Spec Partner Inquiries
Power
Compute
Speed
Trust
Access

From prototype to production. nug8 → EZ Grid v2.0

Building the internet's next protocol layer.

EZ-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