Skip to content
Technology How it works Breeder — Hyperion Burner — Aegis Burner — MetroVolt AI-Native Architecture Magnets Fuel cycle Safety Roadmap
Solutions AI & Data Centers Defense & Government Grid & Baseload Neutron Detection Quantum
Learn Technical Library
Proof Publications Whitepapers Technical Library Open Science & Reproducibility The Honest Gates
Company About / Mission Leadership Environment Health & Safety Investors Careers Press Contact
3D Model
AI Architecture › L7 · Ecosystem & Strategy
L7 · Ecosystem & Strategy

Isotope Inventory and Mass-Balance Accounting

A continuous mass balance tracks every gram of tritium and helium-3 from creation through burn, decay, retention, and shipment, with no unexplained gaps.

THE STACK · click to jumpL7Ecosystem & StrategyL6Experience & VisualizationL5Applications & CopilotsL4OrchestrationL3Twin Modeling & AIL2Data FabricL1Control PlaneL0Foundation▲tlmctl▼L7 · ECOSYSTEM & STRATEGYThe plant in its world — integrated through one unified API.1Unified API Layerone door in/out2Grid Integrationdispatch & firm supply3Supply Chainfuel, parts, isotopes4Maintenanceservice & spares loops5Regulatorycompliance & reporting6Fleet Strategymulti-unit planningMACHINE TIEConnects the machine to grid, suppliers, and regulators — the outermost loop.KRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORECOSYSTEM & STRATEGYSHEET 09REV. 2026-08L7 · AI-NATIVE STACK
L7 · Ecosystem & Strategy — its place in the stack (left, click any layer) and its internal components (right). Telemetry rises; control descends.

Conservation as the accounting principle

Isotope accounting rests on conservation: what is created must equal what is burned, retained, decayed, lost, and shipped. L7 maintains a continuous mass balance for tritium and helium-3 per unit and per fleet, reconciling measured inventory against modeled flows every accounting period. A discrepancy beyond measurement uncertainty is an anomaly, surfaced immediately rather than absorbed.

The balance equation

python
# per-period tritium balance (kg); must close within uncertainty
#  bred      : from lithium blanket (twin neutronics)
#  burned    : consumed sustaining D-T plasma
#  decayed   : lambda * inventory * dt
#  shipped   : offtake out
#  loss      : process/permeation loss
d_inventory = bred - burned - decayed - shipped - loss
residual = measured_inventory_change - d_inventory
assert abs(residual) <= k * meas_uncertainty   # else flag anomaly

Tritium and helium-3 differ in the balance: tritium decays (into helium-3, which the balance credits back), while helium-3 is stable and its scarcity makes shipment-versus-retention the dominant term. The accounting captures the tritium-to-helium-3 decay coupling so a helium-3 inventory rise from decaying tritium is not mistaken for unexplained gain.

This mass balance is the same data the compliance layer needs for byproduct-material accountancy, so there is one authoritative ledger, not a separate operational count and regulatory count. Every entry carries provenance (measurement, method, uncertainty, timestamp) so the ledger is auditable end to end.

The residual term is a diagnostic in its own right. A persistent nonzero residual can indicate permeation loss, a diagnostic drift, or an unmodeled breeding effect; feeding it back to the twin's neutronics improves the production model. Mass balance thus serves both accounting and physics validation.

The ledger runs today on twin-modeled flows and reports design-stage quantities. At FOAK ~2030, measured inventory replaces modeled inventory in the same equation, and the residual becomes a real reconciliation between physics prediction and hardware.

Content reviewed August 2026 · design-and-simulation stage