Skip to main content

ZeqSpectrum — Phase-Locked Allocation

Spectrum allocation using phase-locked frequency assignment. Frequencies assigned as harmonics of 1.287 Hz — no collisions when all transmitters sync to HulyaPulse.

EndpointPOST /api/telecom/spectrum/allocate
Authapi-key
Rate limit30/min
Categorytelecom

Parameters

NameTypeRequiredDescription
bandMhznumberYesCenter frequency in MHz.
bandwidthKhznumberYesRequired bandwidth in kHz.
regionstringNoGeographic region code.

Returns

{ allocatedFreqMhz, harmonicNumber, phaseSlot, interferenceRisk, expiresZeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"bandMhz": 0,
"bandwidthKhz": 0,
"region": "<region>"
}' \
"https://zeqsdk.com/api/telecom/spectrum/allocate"

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