Skip to main content

ZeqDNS — Equation-Based Resolution

Domains are mathematical expressions, not strings. 'sin(1.287*pi)' resolves to a deterministic address. No registrar, no ICANN — pure math determines the address space.

EndpointPOST /api/network/dns/resolve
Authnone
Rate limit120/min
Categorynetwork

Parameters

NameTypeRequiredDescription
equationstringYesMathematical expression to resolve (same parser as Zeq Auth).

Returns

{ equation, evaluatedAt, result, address, zeqondResolved, cached }

Example

curl -sS -X POST \
-H "Content-Type: application/json" \
-d '{
"equation": "<equation>"
}' \
"https://zeqsdk.com/api/network/dns/resolve"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-dns.