Skip to main content

ZeqSmartGrid

Smart city power grid management. Zeqond-synchronized load balancing across distributed generation, demand response, and storage with R(t) frequency regulation.

EndpointPOST /api/infra/smart-grid
Authapi-key
Rate limit15/min
Categoryinfrastructure

Parameters

NameTypeRequiredDescription
gridTopologyobjectYesGrid node graph with generation/load data.
renewableForecastobjectNo{ solar_kW, wind_kW, hours_ahead }
storageCapacity_kWhnumberNoTotal battery storage available.

Returns

{ loadAllocation, frequencyDeviation_Hz, renewablePenetration_pct, storagePlan, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"gridTopology": {},
"renewableForecast": {},
"storageCapacity_kWh": 0
}' \
"https://zeqsdk.com/api/infra/smart-grid"

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-smart-grid.