ZeqNuclearWaste
Nuclear waste management. Decay heat calculation, isotope inventory tracking, repository thermal modeling with R(t) long-term decay chain simulation.
| Endpoint | POST /api/nuclear/waste |
| Auth | api-key |
| Rate limit | 5/min |
| Category | nuclear |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
inventory | array | Yes | [{ isotope, mass_kg, enrichment }] |
coolingTime_years | number | No | Time 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.