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 › Security & Zero-Trust
Security & Zero-Trust

Secure Boot for Edge FPGAs

Every edge FPGA that closes a control loop boots only cryptographically verified firmware, from an immutable root of trust to the running bitstream.

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.

Why the edge FPGAs are the crown jewels

The L1 fast control loop runs on FPGAs at the machine edge because plasma shape and position on the breeder (9.66 MA, delta -0.30) and mirror/plug control on the burner demand deterministic sub-millisecond response. That places these devices directly on the actuation path. If an attacker can substitute the bitstream, they own the actuators. Secure boot ensures the device will refuse to run anything not signed by Kronos.

The chain of trust

python
# Measured, verified boot (conceptual, per stage)
def boot_stage(image, next_pubkey_in_image):
    if not verify_sig(image, key=fused_root_pubkey if stage==0 else prev_key):
        halt('signature failure')          # fail closed, do not run
    measure_extend(pcr, sha384(image))     # accumulate measurement
    key = extract_pubkey(image)            # key for the next stage
    exec_verified(image)
    return key

Fail-closed, not fail-open

A verification failure never falls back to an unverified image. The node halts and signals the supervisor, which treats the missing node as a fault and drives the machine toward a safe state via the independent safety-instrumented system. A dead controller is safe; a subverted one is not.

Design status

Secure-boot logic, measured-boot extension, and fail-closed handling are implemented and tested on development FPGA boards and in the twin. The fused production keys and field-locked ROM configuration are part of the FOAK hardware provisioning; no live-reactor FPGA is yet in service.

Content reviewed August 2026 · design-and-simulation stage