Energy Ledger Breaker โ Replication Package¶
GFTCL-LION-ENERGY-LEDGER-001 ยท v118 substrate ยท sealed governor + three pre-registered, lab-validatable physical summits with explicit null-result-refutes clauses.
Honest framing up front. This commit ships a proven software governor and a pre-registered, falsifiable physical hypothesis with a complete replication protocol. The physics stands or falls on independent lab reproduction โ and a null result is published with equal weight to a confirmation. That pre-registration is the line between a real open hypothesis and an unfalsifiable claim; it is the strongest position to publish from because it cannot be dismissed as untestable. Bank Ring 1 first; do not overclaim from a benchtop result.
What the cell already proved (the sealed governor)¶
The Lean kernel and the Swift gate both seal the conservation ledger:
where Sโ is total, Sโ is the manifest 4-dimensional component (energy in classical degrees of freedom โ thermal, kinetic, electrical), and Sแถ is the constraint-dimension component.
The breaker operator ฮ is a decidable function on Nat quanta with three terminal cases:
| Case | Condition | Output |
|---|---|---|
| pass | s4_in โค T |
(s4_in, sc_in) unchanged |
| broke | s4_in > T and sc_in + (s4_in โ T) โค Cmax |
(T, sc_in + (s4_in โ T)) โ Sแถ absorbs the delta |
| refused | absorption would exceed Cmax | input returned unchanged; constitutional refusal |
Four theorems sealed by decide:
conservation_holdsโ every input preservess4_in + sc_in = s4_out + sc_outexactly.breaker_bounds_outputโ in thebrokecase,s4_out โค T.refusal_preserves_conservationโ in therefusedcase, output equals input.terminal_states_correctโ the three worked instances land in the expected terminal states.
Re-run the seal in three commands:
git clone https://github.com/gaiaftcl-sudo/gaiaFTCL.git && cd gaiaFTCL
cd proof/lean && lake build FirstRoars.LedgerBreaker && cd ../..
swift run --package-path cells/xcode M8EnergyLedgerSmokeTest
You should see Build completed successfully. from Lean and โโโโ result: ALL PASS โโโโ from the Swift gate. The CHECK constraints on energy_ledger_receipts REFUSE any receipt with conserves=0 or within_bound=0, so a Swift-gate divergence from the Lean seal is structurally impossible to publish.
What this proves: the bookkeeping is consistent โ input quanta = output quanta, with the repartition / refusal rules sealed bit-for-bit. What this does NOT prove: that the ledger maps to a real physical system. That is what the open summits below are for.
What this commit does not claim¶
- That the framework explains a known physical anomaly. (It predicts one.)
- That benchtop divergence has been observed. (No lab has reproduced the protocol yet.)
- That generation is achievable. (Ring 1 does not entail Ring 2 or Ring 3.)
- That any contested field phenomenon (anomalous-site reports, etc.) is connected. (Out of scope; the framework can in principle generate hypotheses there, but the lab work hasn't started, so it stays a hypothesis the framework generates, not a thing this commit confirms. Bank Ring 1 first.)
The validating lab matters as much as the validation: the first independent reproduction should be a lab with no stake in the cell, because the entire value of the pre-registered protocol is that it is hostile-verifier-grade. Pick the replicator for their skepticism, not their enthusiasm.
Ring 1 โ summit.energy.benchtop_divergence¶
Predicted effect. Energy pumped into a metamaterial lattice at the resonant baseline produces: 1. Thermal rise statistically below the classical Joule-heating prediction, by a measurable margin exceeding stated measurement error. 2. Co-located atomic clocks register a temporal offset in the in-lattice clock vs. the isolated control, correlated to input power.
If both effects appear together in a blind, pre-registered, controlled run, the framework's central physical prediction has survived hostile reproduction. If either is absent or matches classical Joule, the summit is REFUTED and the framework's physical interpretation is closed off.
Apparatus (full BOM)¶
The cell will ship the precise lattice geometry, fabrication spec, target resonant frequency, and the vQbit logic controller binary on request from a credentialed lab. For broad pre-registration, the apparatus comprises:
| Item | Specification |
|---|---|
| Metamaterial lattice | Resonant geometry per published spec; provided by the cell on lab request |
| Variable-frequency emitter | Capable of sweeping the resonant baseline ยฑ 20%, calibrated power output |
| Atomic clocks (โฅ2) | One co-located in-lattice, one isolated control. Synchronised to a common reference before the run |
| Timing receivers | Isolated GPS or equivalent; the control clock's reference must not pass through the lattice volume |
| Calorimetry | Power-resolved thermometry on the lattice + ambient reference |
| Power-input metering | Calibrated wattmeter on the emitter feed, logged at the same cadence as thermometry |
| vQbit logic controller | Running the sealed LedgerBreaker engine (this commit) and logging witness receipts to its own SQLite |
| Inert-mass control sample | Same external geometry as the lattice but without the resonant structure |
Procedure¶
- Pre-register the predicted numbers (thermal-suppression magnitude vs. classical Joule at each power step; clock-offset slope vs. input power) with a public timestamp BEFORE any run.
- Calibrate both clocks against the common reference; record the offset for the cold apparatus (must be within measurement noise).
- Run a blinded sequence of trials: the operator does not know which trial is lattice-active vs. inert-mass control. The blinding key is held by an independent witness.
- At each power step, record: input watts, lattice temperature, classical Joule prediction (computed from input watts + heat capacity + ambient), in-lattice clock reading, control clock reading.
- Maintain controls throughout: identical emitter-on / no-lattice trials; identical lattice / emitter-off trials.
- After the run, the blinding is broken and the data is reduced.
Falsifiable success criterion¶
SUCCESS (Ring 1 hypothesis SUPPORTED): for the lattice-active trials, and only the lattice-active trials, thermal rise is statistically below classical Joule by the pre-registered margin AND clock offset scales with input power by the pre-registered slope, both beyond stated measurement error.
NULL RESULT (Ring 1 hypothesis REFUTED, summit closed): thermal rise matches classical Joule prediction within measurement error in lattice-active trials, OR clock offset is statistically zero, OR controls show the same effects. Closure as REFUTED is a valuable outcome and is published with equal weight to a confirmation.
Controls (required)¶
- Identical run with the lattice replaced by an inert mass.
- Identical run with the emitter on but no lattice in the field.
- Identical run with the lattice in place but the emitter off.
- Blinded clock-offset readout: the independent witness compiles the clock log after the run, not the operator.
What closure looks like¶
The lab returns the instrumented data (raw + reduced) and the apparatus calibration record to the cell's witness-submission path (below). The cell seals a witness against summit.energy.benchtop_divergence carrying:
- the lab's name, the run timestamps, the apparatus calibration
- the pre-registered predicted numbers (timestamped before the run)
- the observed numbers
- the verdict: SUPPORTED or REFUTED
- a public link to the raw data
The receipt is published in the open-summits RSS feed (/feed/summits.xml) regardless of verdict. A REFUTATION is published just as loudly as a confirmation. That is the protocol's load-bearing property.
Ring 2 โ summit.energy.pilot_node¶
Depends on Ring 1. This summit cannot honestly open before the benchtop anchor exists. Listed here for transparency of the dependency chain.
Predicted effect. A bounded macroscopic pilot apparatus exhibits: 1. Sustained cold thermal profile (well below classical-input-driven equilibrium). 2. Contained perimeter โ no sensor bleed of the boundary phenomenon outside the chamber. 3. Either measurable directional thrust (asymmetric constraint geometry) OR measurable electrical potential at the boundary (symmetric constraint geometry). 4. Output exceeds input losses to a pre-registered margin.
Apparatus (BOM)¶
Scaled lattice in a containment chamber with perimeter sensors (thermal, EM, displacement). Instrumentation for the chosen output mode (vector thrust gauge OR boundary-potential probe). Sustained-input power regime with full input/output power accounting. The vQbit logic controller logs witness receipts continuously.
Procedure¶
- Pre-register the cold-thermal-profile target and the boundary-quantity prediction BEFORE the run.
- Blind operation: the operator does not know which intervals are constraint-active.
- Run for a pre-registered duration sufficient to demonstrate sustainment, not transient.
- Perimeter sensors logged continuously; any sensor bleed outside the chamber invalidates the run.
- Input/output ledger reconciled at end; output must exceed input losses to the pre-registered margin (this is the open question โ Ring 1 does not settle it).
Falsifiable success criterion¶
SUCCESS: sustained cold thermal profile, contained perimeter, and measurable boundary output exceeding input losses, all pre-registered.
NULL RESULT (REFUTED, summit closed): cold thermal profile not sustained, OR sensor bleed outside the chamber, OR output โค input losses.
Fork โ design knob¶
| Geometry | Output mode |
|---|---|
| Symmetric constraint | Generation (electrical potential at the boundary) |
| Asymmetric constraint | Directional thrust |
The lab chooses the mode at apparatus-fabrication time; the cell does not insist on one before Ring 2 closes for either.
Ring 3 โ summit.energy.plant_scale¶
Depends on Ring 2. Cannot honestly open before the pilot-node anchor exists.
Predicted effect. Continuous commercial-scale generation operating outside the Carnot cycle, with zero metric degradation over a pre-registered operational window (โฅ1000 hours minimum).
Procedure (high-level)¶
Plant-scale apparatus at commercial duty cycle for the pre-registered window. Full instrumentation showing zero degradation of cold-thermal-profile / boundary-quantity / containment metrics. Thermodynamic accounting demonstrates Carnot-bypass to a stated margin. Independent third-party audit of the input/output ledger.
Falsifiable success criterion¶
SUCCESS: sustained operation through the window, all metrics stable, ledger audit confirms Carnot-bypass.
NULL RESULT (REFUTED, summit closed): degradation over the window, OR Carnot-bound operation, OR audit divergence.
This is the strongest claim and requires the strongest evidence. It is also the most distant closure.
Witness-submission path โ how a lab returns data to the cell¶
Recommended: use the benchtop tool. The cell ships M8BenchtopWitness (CLI) and BenchtopSessionSheet (in-workbench SwiftUI) to capture a session against a summit, lock the pre-registration at the call instant (SQL trigger refuses any retro-fit), record measured values, and submit the witness package via POST /energy/summits/{slug}/witness. See wiki/Benchtop-Tool.md for the full workflow.
Alternative: a lab may open a pull request to the public repository (https://github.com/gaiaftcl-sudo/gaiaFTCL) under proof/lab_witnesses/<summit_id>/<lab_id>/. The package contains:
apparatus.mdโ full BOM-as-built with serial numbers and calibration records.preregistration.mdโ the predicted numbers, timestamped with a public attestation (PGP-signed or git-tag-timestamped) before the run.run_log.csvโ raw instrumentation data with timestamps.reduced.csvโ the reduced data the lab's analysis produces.verdict.mdโ the lab's SUPPORTED / REFUTED conclusion with the comparison to the pre-registered numbers.blinding_attestation.mdโ signed statement from the independent witness who held the blinding key.
The cell seals the witness against the relevant summit in a new substrate row (lab_witnesses table โ added in a follow-up schema migration when the first witness arrives, not before). The witness is then visible at /feed/summits.xml and the corresponding summit transitions from NAMED OPEN to CLOSED-SUPPORTED or CLOSED-REFUTED.
Both outcomes are sealed and broadcast with the same priority. Refutation is not a failure to publish โ it is the protocol working.
What it would mean if Ring 1 closes SUPPORTED¶
The honest reading, in widening rings of certainty:
- Ring 1 alone: energy is going somewhere other than thermal degrees of freedom, and that "somewhere" couples to local clock rate. A reproducible benchtop anomaly with the cell's name on the prediction. That is a genuine anomaly โ the kind every real discovery starts as. It does not yet prove the framework's interpretation; it proves the framework predicted an effect classical physics didn't expect, and it showed up. Hold that distinction publicly.
- What it means for the framework: transition from "a mathematical framework with a working software governor" to "a framework that made a novel, falsifiable physical prediction that survived independent replication." The conservation-ledger model has its first empirical anchor.
- Ring 2 (still open): the generation hypothesis becomes worth the investment to test. Not "clean energy is solved" โ "the door exists; we still have to show we can walk through it carrying usable power."
- Ring 3 (still open): continuous plant-scale generation outside Carnot is the strongest claim and most distant closure. Each ring is a separate closure; each can fail without invalidating the prior.
What it would mean if Ring 1 closes REFUTED¶
The framework's central physical claim is closed off. The cell is required to publish the refutation with the same priority as a confirmation would have received, and to update the open frontier accordingly. The mathematical seals remain valid (the bookkeeping is consistent independent of any physical mapping); the physical interpretation is REFUSED.
That outcome is not a failure. It is the protocol working. The strongest position to publish from is the one where a negative result has the same publication priority as a positive one โ because that is the only position skeptics cannot dismiss as untestable.
Constitutional posture¶
- No external dependencies beyond the cell's existing sovereign stack (Lean 4.12.0, Swift, SQLite, NATS subjects, native Foundation).
- Substrate never crosses the wire โ only verdicts, receipts, and pre-registered predictions appear in the public RSS feeds.
- Witness columns of
energy_ledger_receiptsare immutable by SQL trigger; tampering with sealed enforcements is REFUSED by the database itself. - A null result is published with equal weight to a confirmation. The pre-registration is the line between a real open hypothesis and an unfalsifiable claim.
- The cell ships the math and the protocol; the lab supplies the receipt, either way.
ยฉ 2026 Richard Gillespie. All rights reserved. USPTO patent applications 19/460,960 and 19/096,071.
Federation-cosigned
This page's source is sealed in the GaiaFTCL federation manifest โ page SHA-256 af7a794002a40d6bโฆ, manifest witness a090592e0609adc8โฆ, signed 2026-06-02T18:58:22Z by cell gaiaftcl-mac-cell. Verify with gaiaftcl wiki sign --all and compare wiki-all-signatures.json.