Skip to main content

ZeqShift

Time-series R(t) projection forward 1–64 Zeqond steps. Shows phase, R_t, and delta per step.

EndpointPOST /api/zeq/shift
Authapi-key
Rate limit60/min + N calls consumed
Categorycompute

Parameters

NameTypeRequiredDescription
stepsnumberNoZeqond steps to project (1–64). Default: 16.
domainstringNoDomain name or prefix.
inputsobjectNoNamed numeric inputs.

Returns

{ protocol: 'ZeqShift', projection: [{ step, t, zeqond, phase, R_t, delta }], summary }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"steps": 16,
"domain": "<domain>",
"inputs": {}
}' \
"https://zeqsdk.com/api/zeq/shift"

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