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 › Real-Time Control & Safety
Real-Time Control & Safety

Massive Gas and Pellet Injection Timing

The mitigation actuators must open, deliver, and take effect on a schedule tight enough to radiate the plasma's energy before it lands on the wall.

STRATEGY / SLOW ▲ ▼ MICROSECOND REAL-TIMEL7Ecosystem & Strategytelemetry ▲ control ▼open ▸L6Experience & Visualizationtelemetry ▲ control ▼open ▸L5Applications & Copilotstelemetry ▲ control ▼open ▸L4Orchestrationtelemetry ▲ control ▼open ▸L3Twin Modeling & AItelemetry ▲ control ▼open ▸L2Data Fabrictelemetry ▲ control ▼open ▸L1Control Planetelemetry ▲ control ▼open ▸L0Foundationtelemetry ▲ control ▼open ▸PHYSICAL S.M.A.R.T. GENERATOR PLANTBREEDER · HYPERION1R0 1.2 m · A 2.5 · 16.84 T · δ −0.30BURNER · TANDEM MIRROR2317 T throat · 26.49 T plug · fₙ 5.44% · DEC1 center stack + plasma · 2 high-field plug · 3 expander → direct converterCOLOR GRAMMAR strategy AI-workflow infra/data models reactor/DECLINE SEMANTICStelemetry (µs)controlKRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORMASTER BLUEPRINTSHEET 01REV. 2026-08L0-L7 · 2 MACHINES
The AI-Native S.M.A.R.T. Generator Master Blueprint — eight layers (L0→L7), one control stack, wired to both machines. Telemetry rises in microseconds; control descends the same path.

The actuator side of mitigation

Disruption mitigation on the breeder relies on rapidly introducing material — massive gas injection and/or shattered pellets — to radiate the plasma's stored thermal and magnetic energy uniformly instead of dumping it on a small area. The timing constraint is that the mitigating radiation must begin before the thermal quench deposits energy on plasma-facing components.

python
def injection_ok(open_delay_ms, transit_ms, assimilate_ms, budget_ms):
    delivered = open_delay_ms + transit_ms
    effective = delivered + assimilate_ms
    return effective <= budget_ms, effective

ok, t = injection_ok(open_delay_ms=0.5, transit_ms=1.0,
                     assimilate_ms=1.5, budget_ms=8.0)
assert ok

Why pre-arming matters

The valve or pellet mechanism has an irreducible mechanical opening delay. If the injector is only armed at the moment mitigation is decided, that delay is spent inside the disruption budget. Kronos pre-arms the injectors when avoidance confidence falls, so that at the decision instant only the fire command remains — converting a mechanical delay into a near-instant release.

Injector siting is a safety parameter, not just a plumbing choice: toroidally distributed injectors deliver material more symmetrically, which improves assimilation and lowers the force-peaking that drives structural loads during the shutdown. The design therefore treats the number, placement, and independent firing of injectors as part of the mitigation's safety margin, and the reflex tier can fire subsets to keep delivering material even if one injector is unavailable.

Uniform assimilation is what keeps the halo current and force limits and runaway electron hazards in check; a poorly timed or asymmetric injection can worsen both. The overall schedule must fit the precursor-to-actuation latency chain.

Content reviewed August 2026 · design-and-simulation stage