ZeqLattice
Multi-node cross-domain coherence computation. 2–5 nodes from a shared timestamp with staggered phase offsets. Returns coherence score.
| Endpoint | POST /api/zeq/lattice |
| Auth | api-key |
| Rate limit | 60/min + N calls consumed |
| Category | compute |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
nodes | array | Yes | 2–5 node specs: [{ domain?, inputs? }, ...] |
Returns
{ protocol: 'ZeqLattice', nodeCount, coherenceScore, latticeEquation, nodes, callsConsumed }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"nodes": []
}' \
"https://zeqsdk.com/api/zeq/lattice"
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-lattice.