Skip to main content

Templates Library

Ready-to-deploy state contracts — the building blocks (protocols) pre-composed into running machines. Each template is a complete contract definition: states, transitions, the operators each transition fires, and (where it's autonomous) the triggers that drive it. Deploy one onto your machine in a single call and it starts running on your clock, every fire Zeqond-stamped onto your entangled state.

Browse the catalogue here, deploy from the Templates tab of the Contract IDE, or fetch any one over HTTP:

curl -sS https://zeqsdk.com/api/contracts/templates # list all
curl -sS https://zeqsdk.com/api/contracts/templates/categories # categories + counts
curl -sS https://zeqsdk.com/api/contracts/templates/<id> # one, full definition

Every template here is generated from the live catalogue (GET /api/contracts/templates), so the docs track the framework instead of drifting from it. To deploy, POST /api/contracts/templates/<id>/deploy with { "slug": "<your-machine>" } (auth: session) — see any template page for the exact call.


Mechanics

TemplateWhat it does
Force Threshold AlarmNM19 (F = ma) on every reading: idle → watching → alert when computed force crosses your limit. The classic structural-load watchdog.
Harmonic Fatigue WatchNM30 (F = −kx, x(t) = A·cos(ωt+φ)) tracks oscillation amplitude: nominal → worn → failing as displacement grows past tolerances.
Orbital Decay MonitorNM21 (F = G·m₁m₂/r²) per pass: stable_orbit → decaying → deorbit_planned as perigee altitude falls through declared floors.
Energy Conservation AuditorNM23 + NM24 + NM25 (KE + PE = const): balanced → violation when a system's energy books stop closing — the physics-grade sensor sanity check.
Momentum Surge DetectorNM26 (p = mv) + NM27 (Σp_init = Σp_final): flags momentum-balance breaks across a measured boundary — collisions, leaks, slippage.

Quantum

TemplateWhat it does
Eigenvalue Drift MonitorQM5 (Ĥ|ψ⟩ = E|ψ⟩) recomputed per window: calibrated → drifting → recalibrate when the measured energy level walks off the reference.
Tunneling Probability GateQM8 (T ∝ e^{−2∫√(2m(V−E))/ℏ² dx}): the gate opens only when computed transmission probability clears your threshold.
Photon Budget CounterQM10 (E = hν): integrates photon energy over a window — counting → saturated when the dose budget for a sample or sensor is spent.
Half-Life InventoryTM1 time-projection over decay law: stocked → monitor → dispose as remaining activity falls through regulatory thresholds.

Relativity

TemplateWhat it does
Schwarzschild Safety CheckGR37 (r_s = 2GM/c²) on every mass estimate: safe → critical when an object's radius approaches its own Schwarzschild radius. The honest compactness monitor.
Time Dilation LoggerGR35 (Δt = Δt₀√(1 − 2GM/rc² − v²/c²)): syncing → dilated — computes and chain-logs the correction every window. GPS-grade honesty.
Redshift ClassifierGR41 (z = (λ_obs − λ_emit)/λ_emit): classifies incoming spectra into local → significant → high-z bins, every classification proven on-chain.

Thermo & Information

TemplateWhat it does
Entropy Anomaly DetectorCS47 (E = −Σ p·log p) over your event stream: baseline → anomalous when Shannon entropy jumps — the physics-grade weirdness detector.
Landauer Energy AuditLZ1 (E = k_B·T·ln2 × bits_erased): converts a workload's bit erasures into joules — within_budget → over_budget against your thermal envelope.

Biophysics

TemplateWhat it does
HRV Readiness MonitorPSI96 oscillation + CS47 entropy over RR-intervals: rested → strained → overtrained, with every readiness call proven against the actual math.

Operations

TemplateWhat it does
SLA MonitorLatency/availability windows against declared SLOs: healthy → breach → escalated, every breach chain-stamped at the Zeqond it happened.
Data PipelineIngest → validate → publish with failure branches; every stage transition is an audited, Zeqond-stamped fact.
Device LifecycleRegistered → active → maintenance → retired for any fleet, with TM1 time-based service windows and a tamper-evident service history.
ZeqField StatusKO42 watch — idle → active → limit when usage crosses your thresholds; auto-logged with a ZeqProof per transition. Cryptographic infrastructure status — cipher,
API UsageKO42 watch — idle → active → limit when usage crosses your thresholds; auto-logged with a ZeqProof per transition. Current API usage — calls used today, daily l
ZeqPredictiveMaintenanceNM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. Predictive maintenance via HulyaP
ZeqDigitalTwinNM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. Factory digital twin synchronizat
ZeqSPCNM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. Statistical process control with
ZeqSupplyChainNM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. Supply chain optimization. Demand
ZeqCNCNM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. CNC toolpath optimization with Ze
ZeqWaterNM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Water treatment and distribution netwo
ZeqBridgeNM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Structural health monitoring for bridg
ZeqTrafficNM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Traffic signal optimization and flow m
ZeqSmartGridNM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Smart city power grid management. Zeqo
ZeqSmartCityNM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Integrated smart city sensor fusion. C

Foundations

TemplateWhat it does
Scheduled Compute (Heartbeat)The automation primitive — a self-firing transition on the HulyaPulse cadence. running → running every 60 Zeqonds (swap every_zeqonds for a cron expression like
Threshold Monitor (Generic)Domain-agnostic watchdog. Watches a stream of reading events; KO42 evaluates the windowed average each fire. normal → breached when the average over the last
Oracle Feed (External Ingest)Brings the outside world in. Every 60 Zeqonds it calls your registered oracle external protocol, binds the response, runs KO42, and emits oracle_datum — a s
Approval Workflow (N-of-M)Multi-party sign-off as a contract. pending → approved once N approve events land (default 3), or → rejected the moment a single reject event arrives. Every
Timelock Release GateA generic release gate — no funds, no escrow. held → released once N sign events land (default 2), or → expired when a one_shot deadline passes. Set at_unix
Supply-Chain ProvenanceTamper-evident custody chain. Each handoff event advances the chain and emits custody_changed; a delivered event closes it. Every hop is Zeqond-stamped on
Telemetry Rollup (IoT)Fleet telemetry aggregator. Sums a metric across every telemetry event in a rolling window; collecting → flagged when the windowed total crosses your quota, a
Rate Limiter (Windowed)A windowed rate gate. allowing → limiting when more than threshold request events land inside the rolling window (default 100 / 60 Zeqonds), and back when t
Subscription / Recurring BillingA subscription lifecycle on a cron clock. active emits invoice_due on its billing schedule (default the 1st of each month); a payment_failed event moves it
Attestation / Notary TimestampA perpetual notary. Each notarize event runs KO42 through compute → prove → verify and emits attested — binding the submission to the Zeqond it arrived and
Physical ConstantsKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. NIST CODATA 2022 physical constants + f
Single Constant LookupKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. Look up a single physical constant by k
Operator ListKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. All operators (1,340+) enriched with ca
Operator CategoriesKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. Domain breakdown with operator counts,
Framework ParametersKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. Core framework tuning — pulse frequency
Canonical Operator LookupKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. Single operator with full LaTeX, founde
Premade ExperimentsKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. 63 pre-built physics experiments with d
Core EquationsKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. All 7 core Zeq equations plus the ZTB1
Canonical Operator RegistryKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. Full 1,576-operator registry with LaTeX
7-Step Wizard ProtocolKO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. The mandatory verification protocol. 7
ZeqCompliance EnvelopeKO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Per-call audit envelope (zeq.complian
ZeqComputeKO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Core computation — select domain, res
ZeqLatticeKO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Multi-node cross-domain coherence com
ZeqProof VerifyKO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Verify a ZeqProof HMAC-SHA256 binding
Master Equation BuilderKO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Builds the synthesized HULYAS master
ZeqShiftKO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Time-series R(t) projection forward 1
HULYAS ODE SolverKO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Numerically integrates the full HULYA
HULYAS Strict SolverKO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Auto-tunes β parameter iteratively un
ZeqPulseKO42 watch — synced → drifting → desynced when drift crosses your thresholds; auto-logged with a ZeqProof per transition. Real-time HulyaPulse state — zeqond co
ZeqPulse SSE StreamKO42 watch — synced → drifting → desynced when drift crosses your thresholds; auto-logged with a ZeqProof per transition. Server-Sent Events stream ticking ever
ZTB1 Timebase BridgeKO42 watch — synced → drifting → desynced when drift crosses your thresholds; auto-logged with a ZeqProof per transition. Bidirectional Unix ↔ Zeqond time conve

Aerospace

TemplateWhat it does
Hohmann Transfer PlannerMinimum-fuel orbit raise: fires the first burn only when phase angle and Δv budget align, then sequences coast and circularisation. Every burn proven on-chain.
Re-entry Corridor GuardHolds a capsule's entry angle inside the survivable corridor: nominal → shallow/steep warnings → abort-to-orbit if the flight-path angle leaves bounds.
ZeqAirframeFatigueORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Airframe structural fatigu
ZeqGNSSORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. GNSS positioning with Huly
ZeqATCORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Air traffic control confli
ZeqFlightDynamicsORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. 6-DOF flight dynamics with
ZeqJetEngineORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Gas turbine performance mo
ZeqAnneal — Quantum AnnealingORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Quantum annealing sim
ZeqVQE — Variational EigensolverORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Variational Quantum E
ZeqRadiation — Space RadiationORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Space radiation expos
ZeqOrbit — Orbital MechanicsORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Orbital mechanics com
ZeqQuantum — Circuit SimulationORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Quantum circuit simul
ZeqTrajectory — Multi-Body OptimizationORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Multi-body trajectory
ZeqEntangle — Entanglement AnalysisORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Entanglement analysis
ZeqReentry — Atmospheric EntryORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Atmospheric reentry h
ZeqQEC — Quantum Error CorrectionORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Quantum error correct
ZeqDeepComms — Deep Space CommunicationORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Deep space communicat
ZeqLifeSupport — ECLSS ModelingORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Environmental Control

Structural Engineering

TemplateWhat it does
Von Mises Yield GateSTRESS_VON_MISES on live load data: safe → yielding → plastic as the equivalent stress approaches the material's yield strength. The structural-integrity tripwi
Beam Deflection LimitBEAM_DEFLECTION vs span/360 serviceability limit: within_limit → excessive, with a buckling escalation when the load nears the critical buckling threshold.
Fatigue Crack Inspection SchedulerParis-law crack growth: tracks crack length per load cycle and schedules inspection before it reaches critical size. The model behind aircraft & bridge maintena

Material Science

TemplateWhat it does
Alloy Spec ComplianceALLOY_MIXTURE checks a melt's composition against spec bands: in_spec → out_of_spec → rejected. Every heat's certificate is chain-stamped — provable provenance.
Thermal Expansion Mismatch GuardTHERMAL_EXPANSION on a bonded joint: bonded → stressed → delaminating as differential expansion across two materials exceeds the interface tolerance.
Vickers Hardness QAHARDNESS_VICKERS acceptance per part: pass → fail against the heat-treat spec window, with statistical-drift escalation across a batch.
ZeqAdditiveMfgHARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. 3D printing / additiv
ZeqCompositeHARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. Composite laminate an
ZeqStressAnalysisHARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. FEA stress analysis w
ZeqNanoHARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. Nanomaterial property
ZeqCorrosionHARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. Corrosion rate predic

Fluid Dynamics

TemplateWhat it does
Cavitation Onset GuardTracks local pressure vs vapour pressure: nominal → cavitating before bubble collapse pits the impeller. Protects pumps, propellers, and valves.
Turbulence Transition MonitorReynolds-number tracking: laminar → transitional → turbulent. Drives drag models, mixing control, and flow-assurance decisions in real time.
Flow Regime MonitorFL1 Reynolds-number watch: laminar → transitional → turbulent as Re = ρvL/μ crosses 2300 and 4000. Pipe-flow and aerodynamics regime classification with a prova
ZeqPortOpsFL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Port operations optimization. Berth
ZeqMaritimeNavFL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Ship navigation with HulyaPulse grea
ZeqBallastFL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Ballast water management with HulyaP
ZeqHullStressFL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Hull structural analysis with R(t) w
ZeqCargoOptimizeFL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Container/cargo stowage optimization

Seismology

TemplateWhat it does
Earthquake Early WarningP-wave detected → S-wave imminent → ALERT in the seconds-long window before destructive shaking arrives. Triggers automated shutoffs and public alerts.
Seismic Early WarningSZ1 ground-motion watch: quiet → p_wave → alert when peak ground acceleration crosses your threshold. P-wave lead time before the destructive S-wave, with a pro
ZeqSurveySZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Geodetic surveying with HulyaPulse
ZeqMiningSZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Mining engineering. Ore grade esti
ZeqSeismicSZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Seismic wave analysis with HulyaPu
ZeqHydrologySZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Watershed hydrology modeling. Rain
ZeqVolcanoSZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Volcanic activity monitoring. Seis

Geophysics

TemplateWhat it does
Landslide Slope-Stability WatchFactor-of-safety on a monitored slope (rainfall + pore pressure + displacement): stable → creeping → imminent. Chain-stamped so warnings are defensible.
Groundwater Drawdown GuardAquifer drawdown (Theis): sustainable → over-extraction → critical as the water table falls past recharge-balanced limits. Protects aquifers from collapse.
Volcanic Tremor EscalationHarmonic-tremor energy + deformation: quiet → unrest → eruption-warning. Multi-signal escalation with a tamper-evident timeline for civil-protection decisions.

Chemical Process Safety

TemplateWhat it does
Reaction Runaway GuardArrhenius reaction rate vs the reactor's heat-removal capacity: controlled → accelerating → RUNAWAY with automatic quench. The model behind preventing real ther
Reaction Completion GateTracks conversion via reaction kinetics: reacting → complete when conversion crosses the target, with a stall branch if the rate flatlines early.

Energy & Grid

TemplateWhat it does
Grid Frequency StabilityMonitors grid frequency against the nominal band: nominal → deviation → load-shed before an under-frequency event cascades into a blackout.
Carnot Efficiency AuditTHERMO_CARNOT ceiling vs measured efficiency: efficient → degraded as a heat engine's real efficiency drifts below its tier of the Carnot limit. Catches fouling
Solar Yield OptimizerSOLAR_OPTIMIZE on irradiance + temperature: tracking → curtail when output exceeds inverter/grid limits, derate on over-temperature. Maximises captured energy s
Transformer Overload GuardPOWER_LOSS + thermal model: normal → overloaded → trip as winding temperature and loss exceed the unit's rating. Extends asset life, prevents fires.
ZeqGrid Fault DetectionPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Grid fault detection using
ZeqMeter — Smart MeteringPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Smart meter data aggregatio
ZeqSCADA — Secure Industrial ControlPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Secure industrial control u
ZeqWind — Wind Power ModelingPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Wind power prediction using
ZeqGrid — Power Grid BalancingPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Power grid load balancing u
ZeqIoT — Device SynchronizationPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Synchronize thousands of Io
ZeqSolar — Solar PredictionPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Solar irradiance prediction
ZeqBattery — Storage OptimizationPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Battery charge/discharge op
ZeqFleet — Device Fleet ManagementPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Fleet-wide IoT device manag
ZeqFusion — Sensor FusionPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Multi-sensor data fusion us
ZeqFusion — Plasma ConfinementPOWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Fusion plasma confinement m

Nuclear

TemplateWhat it does
Reactor Criticality MarginTracks effective multiplication factor k_eff: subcritical → critical → supercritical-warning with automatic scram. The core reactivity-safety contract.
Decay-Heat Removal WatchPost-shutdown decay heat vs cooling capacity: adequate → marginal → insufficient. The Fukushima-class failure mode, made continuously provable.
ZeqShieldingNP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Radiation shielding design. Gamma att
ZeqDosimetryNP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Personal dosimetry and ALARA optimiza
ZeqNuclearWasteNP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Nuclear waste management. Decay heat
ZeqReactorNP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Nuclear reactor core simulation. Neut
ZeqFusionNP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Fusion plasma modeling. Lawson criter

Medical

TemplateWhat it does
Infusion Safety MonitorPharmacokinetic steady-state: sub-therapeutic → therapeutic → TOXIC as predicted plasma concentration crosses the therapeutic window. Guards continuous-infusion
Renal Dose AdjusterMED_GFR + MED_CLEARANCE: normal → reduce-dose → hold as estimated renal function falls, preventing accumulation of renally-cleared drugs.
Cardiac Rhythm WatchNM30 (x(t)=A·cos(ωt+φ)) tracks beat-to-beat rate excursion: sinus → arrhythmia → alert when the rhythm leaves its declared envelope for too many beats. A physic
ZeqDosingMED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Individualized drug dosing.
ZeqClinicalTrialMED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Clinical trial design and p
ZeqFormulationMED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Drug formulation optimizati
ZeqDrugInteractionMED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Drug-drug interaction check
ZeqPharmacovigilanceMED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Adverse event signal detect
ZeqSearch & RescueMED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Search and rescue probabili
Zeq911MED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Emergency dispatch optimiza
ZeqDisasterMED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Disaster response coordinat
ZeqAmbulanceMED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Ambulance routing with Huly
ZeqTriageMED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Mass casualty triage using
ZeqTrial — Clinical Data IntegrityMED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Clinical trial data integrit
ZeqPharma — PharmacokineticsMED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Drug absorption, distributio
ZeqDiagnostic — Pattern RecognitionMED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Cross-domain pattern recogni
ZeqVitals — Biosignal ProcessingMED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Biosignal processing synchro
ZeqGenome — Sequence AnalysisMED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Genomic sequence alignment u
ZeqEpi — Epidemic ModelingMED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. SIR/SEIR epidemic modeling v
ZeqHeart — Cardiac ModelingMED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Cardiac electrophysiology mo
ZeqMealPlanMED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Personalized meal planning wi
ZeqMetabolicMED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Metabolic rate and body compo
ZeqAllergyMED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Food allergen detection and c
ZeqMacrosMED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Macro and micronutrient analy
ZeqSupplementMED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Supplement interaction and op

Neuroscience

TemplateWhat it does
Seizure-Onset DetectorEEG band-power + entropy: baseline → pre-ictal → ictal, firing an alert in the pre-ictal window so responsive therapy or carers can act.
ZeqPLNB — Phase-Locked Neural BridgeBRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Project an observer-supplie
ZeqProtein — Folding Energy LandscapeBRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Protein folding energy land
ZeqEcosystem — Population DynamicsBRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Population dynamics modelin
ZeqNeuro — Neural Spike AnalysisBRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Neural spike train analysis
ZeqGene — Expression AnalysisBRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Gene expression time-series
ZeqEvolution — Evolutionary DynamicsBRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Evolutionary dynamics via r

Biotech

TemplateWhat it does
PCR Amplification CyclerPCR_AMPLIFICATION tracks copy number per cycle: amplifying → plateau → done at target yield, with a no-amplification failure branch. Chain-logged for assay prov
Bioreactor Growth ControlCELL_GROWTH + ENZYME_ACTIVITY: lag → exponential → harvest, feeding and harvesting at the right density. The backbone of cultured production.
Protein Fold Stability GatePROTEIN_FOLD free-energy: folded → unfolding as ΔG crosses the stability threshold under temperature/pH stress. De-risks formulation and storage.

Robotics

TemplateWhat it does
Joint Torque SafetyTORQUE_DYNAMICS per joint: within_limit → over-torque stop, protecting actuators and anything (or anyone) the arm contacts.
Trajectory Feasibility GateTRAJECTORY_PLANNING + INVERSE_KINEMATICS: planned → infeasible if a path violates reach, velocity, or collision limits before it ever executes.
ZeqKinematicsINVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. Forward/inverse kinemati
ZeqManipulationINVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. Robotic grasp planning a
ZeqSwarmINVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. Multi-robot swarm coordi
ZeqPIDINVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. PID controller tuning wi
ZeqSLAMINVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. Simultaneous Localizatio

Control Systems

TemplateWhat it does
Control-Loop Stability MarginCT phase/gain margin tracking: stable → marginal → unstable as a closed loop's margins erode (sensor lag, plant drift). Catches oscillation before it runs away.
ZeqADASCT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. Advanced driver assistance — sens
ZeqEVBatteryCT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. EV battery management with HulyaP
ZeqAutonomousCT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. Full autonomous driving stack — p
ZeqV2XCT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. Vehicle-to-everything communicati
ZeqCrashSimCT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. Vehicle crash simulation with Hul

Signal Processing

TemplateWhat it does
SNR Degradation MonitorSignal-to-noise tracking on a live channel: clean → degraded → lost, with chain-stamped link-budget events for telecom and sensing.
ZeqModulate — Carrier SynchronizationECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. QAM/OFDM modulation with HulyaPulse car
ZeqChannel — Error CorrectionECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. Channel coding using operator coupling
ZeqPropagation — RF Path LossECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. RF propagation modeling using electroma
ZeqSpectrum — Phase-Locked AllocationECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. Spectrum allocation using phase-locked
ZeqDetect — Signal DetectionECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. Weak signal detection using HulyaPulse
ZeqAntenna — Pattern OptimizationECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. Antenna radiation pattern optimization

Climate Science

TemplateWhat it does
Carbon Budget TrackerCLIM_RADIATIVE_FORCING against a remaining-budget threshold: on_track → over_budget, with chain-stamped accounting that auditors can verify independently.

Environmental

TemplateWhat it does
Air Quality EscalationAIR_QUALITY_INDEX bands: good → unhealthy → hazardous, driving public advisories and automated ventilation/industrial-curtailment responses.
Water Contamination GateWATER_QUALITY composite: potable → advisory → unsafe, holding distribution until contaminant indices return below limits. Provable public-health record.
ZeqCropDiseaseAIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Crop disease dete
ZeqLivestockAIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Livestock health
ZeqIrrigationAIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Precision irrigat
ZeqYieldAIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Crop yield predic
ZeqSoilAIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Soil composition
ZeqGroundwaterFL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Groundwater flow modeling. Darcy
ZeqFloodFL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Flood prediction and inundation
ZeqDesalinationFL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Desalination plant optimization.
ZeqWastewaterFL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Wastewater treatment optimizatio
ZeqPurificationFL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Water purification process optim

Finance & Risk

TemplateWhat it does
Value-at-Risk Breach MonitorVAR_HISTORICAL + PORTFOLIO_VARIANCE: within_limit → breach → de-risk as the portfolio's VaR crosses the desk's risk limit. Every breach time-stamped on-chain fo
ZeqDerivatives — Options PricingBLACK_SCHOLES watch — normal → elevated → breach when exposure crosses your thresholds; auto-logged with a ZeqProof per transition. Options pricing using Black-
ZeqAuditFin — Financial Audit TrailBLACK_SCHOLES watch — normal → elevated → breach when exposure crosses your thresholds; auto-logged with a ZeqProof per transition. Financial transaction audit
ZeqPrice — Fair Value DiscoveryBLACK_SCHOLES watch — normal → elevated → breach when exposure crosses your thresholds; auto-logged with a ZeqProof per transition. Fair value computation at ea
ZeqRisk — Risk ModelingBLACK_SCHOLES watch — normal → elevated → breach when exposure crosses your thresholds; auto-logged with a ZeqProof per transition. Risk modeling using chaotic

Photonics

TemplateWhat it does
Laser Gain Threshold GatePHOT_GAIN_THRESHOLD: below_threshold → lasing → over-drive protection as cavity gain crosses the lasing threshold and then the damage limit.

Acoustics

TemplateWhat it does
Noise Exposure Dose TrackerIntegrates A-weighted sound exposure over a shift: safe → approaching-limit → over-limit per OSHA/EU dose rules. Hearing-protection compliance, provable per wor
ZeqAudioDSPAC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Audio DSP with HulyaPulse-synced sample cloc
ZeqSpeechAC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Speech processing with HulyaPulse phoneme al
ZeqAcousticSimAC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Room acoustics simulation. Ray tracing, RT60
ZeqMusicTheoryAC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Music theory analysis and generation. Harmon
ZeqCodecAC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Audio codec with HulyaPulse quantization. Ze

Electromagnetism

TemplateWhat it does
EM Field Exposure SafetyEM field-strength vs ICNIRP exposure limits: safe → caution → over-limit near high-power RF / magnets. Worker-safety record that holds up to inspection.

Network Science

TemplateWhat it does
Cascade Failure RiskNET_BETWEENNESS + PageRank load: resilient → fragile → cascade-risk as load concentrates on critical nodes. For power grids, supply chains, and infra networks.

Astrophysics

TemplateWhat it does
Exoplanet Transit DetectorLight-curve dip detection: baseline → candidate-transit → confirmed as periodic dimming clears depth and periodicity thresholds. Survey-pipeline triage, proven

Plasma Physics

TemplateWhat it does
Fusion Confinement MonitorTriple-product confinement vs ignition criterion: subignition → confined → disruption-risk. The control surface for tokamak / stellarator shots.

Condensed Matter

TemplateWhat it does
Superconductor Tc GuardCritical-temperature / critical-current margin: superconducting → approaching-quench → normal as a magnet nears its quench boundary. Protects MRI, fusion, and a

Atmospheric Science

TemplateWhat it does
Storm Intensification WatchTracks cyclone intensification rate from pressure + SST: tracked → intensifying → rapid-intensification alert. Drives evacuation lead time when it matters most.
7-Step Wizard — Interactive RunAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Execute the 7-Step Wizard: parse prompt
7-Step Wizard — Strict Auto-TuneAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Strict mode: auto-tunes β until error ≤
ZeqCarbon — Carbon CycleAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Carbon cycle modeling — atmospheric CO2,
ZeqClimate — Global ModelingAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Climate modeling using atmospheric physi
3D Physics SimulatorAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Real-time physics simulation synced to H
ZeqOcean — Ocean Current ModelingAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Ocean circulation modeling using fluid d
ZeqAtmosphere — Atmospheric PhysicsAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Atmospheric modeling — pressure, tempera
Operator Database BrowserAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Paginated, searchable operator database
SDK PlaygroundAEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Interactive API playground. Demo key for
ZeqSevereWeatherCLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Severe weather de
ZeqSolarWeatherCLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Space weather mon
ZeqWeather ForecastCLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Numerical weather
ZeqMarineWeatherCLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Marine weather an
ZeqAgriWeatherCLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Agricultural weat

Thermodynamics

TemplateWhat it does
Heat Exchanger Fouling MonitorTHERMO_HEAT_TRANSFER effectiveness decline: clean → fouling → clean-now as the heat-transfer coefficient drops below the cleaning threshold. Schedules maintenan
ZeqFPGATH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. FPGA synthesis and place-route
ZeqPowerIntegrityTH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. PDN analysis with HulyaPulse n
ZeqChipDesignTH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. IC timing analysis with HulyaP
ZeqChipTestTH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. Automated test pattern generat
ZeqThermalTH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. Chip thermal simulation with R

Bioinformatics

TemplateWhat it does
Variant Significance GateBIO_BLAST_EVALUE: screening → significant-hit as alignment E-value clears the significance threshold. Flags meaningful matches in genomic search pipelines.

Optics

TemplateWhat it does
Diffraction Limit GateRayleigh resolution check: resolved → unresolved as feature spacing falls below the diffraction limit for the system's NA and wavelength. Imaging / metrology QA
ZeqFiberOpticsOP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Fiber optic link design. Attenua
ZeqSpectroscopyOP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Spectral analysis with HulyaPuls
ZeqLensDesignOP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Optical lens system design with
ZeqHolographyOP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Digital holography reconstructio
ZeqLaserOP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Laser system modeling. Gain medi

Mechanical Engineering

TemplateWhat it does
Pressure Vessel FEA GateFEA displacement + stress analysis vs ASME-style allowables: within_code → exceedance → derate. Continuous code-compliance for pressure equipment.

Atomic Physics

TemplateWhat it does
Spectral Line ClassifierIdentifies elements from emission/absorption lines: scanning → identified → flagged when an unexpected line appears. Real-time spectroscopy with a provable dete

Cryptography

TemplateWhat it does
RNG Entropy Health GateCRYPTO_ENTROPY on a random source: healthy → degraded → fail, holding key generation when entropy drops below the security floor. Prevents weak-key disasters.
ZeqReputation — Mathematical ReputationCRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Reputation score der
Zeq Auth — RegisterCRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Your equation IS you
Zeq Auth — Verify TokenCRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Verify a Zeq Auth to
Zeq Auth — LoginCRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Re-enter your equati
Zeq Auth — PKCE Cross-DomainCRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Cross-domain PKCE OA
ZeqMesh Identity — FederatedCRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Federated identity a
ZeqAudit — Computation Audit TrailCRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Immutable computation au
ZeqZK — Zero-Knowledge ProofCRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Zero-knowledge proof usi
HITE EncryptionCRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. HULYAS Information-Theor
ZeqKeyEx — Temporal Key ExchangeCRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Diffie-Hellman key excha
HITE DecryptionCRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Decrypt HITE-encrypted d
TESC Encrypted ChannelCRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Temporal Entangled State
ZeqFirewall — Phase-Locked ACLCRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Phase-locked access cont
ZeqCert — Mathematical CertificateCRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Mathematical certificate
PoHC — Consensus CheckCRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Check consensus state
Entangled State — ExplorerCRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Search and browse the
Entangled State — Chain StateCRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Current state of the e
PoHC — Proof of Harmonic ConvergenceCRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Submit a physics compu
Entangled State — Submit TransactionCRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Submit a transaction t
Entangled State — Get BlockCRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Retrieve a finalized b
ZeqDNAForensicsCRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Forensic DNA analysis.
ZeqDigitalForensicsCRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Digital forensics evid
ZeqFingerprintCRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Fingerprint analysis w
ZeqDocumentForensicsCRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Questioned document ex

Statistical Mechanics

TemplateWhat it does
Phase Transition DetectorOrder-parameter + susceptibility: ordered → critical → disordered as a system crosses a phase boundary. From material processing to network percolation.

Network & Comms

TemplateWhat it does
Traffic Entropy AnomalyCS47 (Shannon entropy, E=−∑p·log p) per window: nominal → anomalous when source/destination entropy collapses below the floor (flood/DDoS uniformity) → flagged
ZeqCTNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. CT reconstruction wit
ZeqUltrasoundNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Ultrasound beamformin
ZeqPETNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. PET scan coincidence
ZeqPacemakerNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Cardiac pacing optimi
ZeqSatellite CommsNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. LEO satellite relay f
ZeqVentilatorNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Mechanical ventilatio
ZeqVoIPNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Pulse-synchronized vo
ZeqEmailNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Pulse-verified email
ZeqX-RayNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Digital X-ray enhance
ZeqInsulinNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Closed-loop insulin p
ZeqMRINET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. HulyaPulse-synced MRI
ZeqMesh CommunicationsNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Off-grid mesh communi
ZeqSMSNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. HulyaPulse-synced SMS
ZeqEPSNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Electrophysiology stu
ZeqDialysisNET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Hemodialysis flow opt
ZeqDNS — Equation-Based ResolutionNET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Domains are mathematical exp
ZeqBandwidth — Pulse-Modulated AllocationNET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Bandwidth allocation modulat
ZeqSync — Packet SynchronizationNET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Zeqond-grid packet synchroni
ZeqRoute — Phase-Aware RoutingNET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Shortest path weighted by Hu
ZeqTransport — Congestion ControlNET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Congestion control using R(t
ZeqRelay — Zeqond-Stamped RelayNET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Message relay with Zeqond ti
ZeqMesh — Node DiscoveryNET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Decentralized mesh networkin

Gaming & Simulation

TemplateWhat it does
Game Physics Anti-CheatNM27 (Σp conserved) + NM23 (KE=½mv²): valid → suspect when a player's momentum books stop closing, → flagged when kinetic energy exceeds the engine cap. Catches
ZeqPhysicsEngineNM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Game physics engine with Zeqond-
ZeqSpatialAudioNM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. 3D spatial audio engine with Hul
ZeqProcGenNM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Procedural content generation se
ZeqNetcodeNM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Deterministic lockstep netcode o
ZeqGameAINM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. NPC behavior trees and pathfindi

Aerospace & Defense

TemplateWhat it does
Ballistic Intercept WindowNM21 (F=G·m₁m₂/r²) + NM28 (L=r×p): tracking → window_open as closing range crosses the intercept envelope, → committed when intercept confidence clears threshol

Agriculture & IoT

TemplateWhat it does
Irrigation Pressure GuardNM24 (PE=mgh, water-column head): nominal → low_pressure when line head drops below the minimum, → fault when the pressure drop crosses the leak/burst threshold

Computational

TemplateWhat it does
HulyaForensics AnalyzeCS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. HULYA Forensics — 20-equation pulse-syn
HulyaForensics ScoreCS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Quick HF composite score — returns the
ZeqDecompressCS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Decompress .zeqc archives. Validates ZE
ZeqForensicCS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Data forensic entropy analysis. Compute
Zeq GlobeCS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Real-time 3D Earth visualization protoc
ZeqTextCS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. TESC-encrypted messaging protocol. End-
ZeqCompressCS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Zeqond-timestamped compression protocol
ZeqAssessmentCS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Automated assessment generation an
ZeqAdaptiveLearningCS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Adaptive learning engine using R(t
ZeqPhysicsSimulationCS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Interactive physics simulation for
ZeqLearningAnalyticsCS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Learning analytics dashboard data.
ZeqTutorCS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Socratic tutoring protocol. Miscon

Next

  • State Contracts — the contract model: conditions, triggers, pre/post actions, lifecycle, verification.
  • Contract IDE — Generate / Templates / Expert modes; the Saved tab is the home for everything you deploy.
  • Protocols — the named building blocks a transition composes.
  • Operators — the verb each transition fires; its equation is recorded as master_equation_block.