Skip to main content

ZeqNuclearWaste

Nuclear waste management. Decay heat calculation, isotope inventory tracking, repository thermal modeling with R(t) long-term decay chain simulation.

EndpointPOST /api/nuclear/waste
Authapi-key
Rate limit5/min
Categorynuclear

Parameters

NameTypeRequiredDescription
inventoryarrayYes[{ isotope, mass_kg, enrichment }]
coolingTime_yearsnumberNoTime since discharge.

Returns

{ decayHeat_kW, activityTotal_Bq, dominantIsotopes, storageRequirements, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"inventory": [],
"coolingTime_years": 5
}' \
"https://zeqsdk.com/api/nuclear/waste"

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-nuclear-waste.