Skip to main content

ZeqSync — Packet Synchronization

Zeqond-grid packet synchronization. Every packet timestamped to the 0.777s grid — no clock drift, no NTP dependency. The replacement for network time protocols.

EndpointPOST /api/network/sync
Authapi-key
Rate limit120/min
Categorynetwork

Parameters

NameTypeRequiredDescription
clientZeqondnumberYesClient's current Zeqond count.
clientPhasenumberYesClient's phase [0,1).

Returns

{ serverZeqond, serverPhase, drift, correctionMs, synchronized, R_t }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"clientZeqond": 0,
"clientPhase": 0
}' \
"https://zeqsdk.com/api/network/sync"

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-sync.