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.
| Endpoint | POST /api/network/dns/resolve |
| Auth | none |
| Rate limit | 120/min |
| Category | network |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
equation | string | Yes | Mathematical 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.