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
| Template | What it does |
|---|---|
| Force Threshold Alarm | NM19 (F = ma) on every reading: idle → watching → alert when computed force crosses your limit. The classic structural-load watchdog. |
| Harmonic Fatigue Watch | NM30 (F = −kx, x(t) = A·cos(ωt+φ)) tracks oscillation amplitude: nominal → worn → failing as displacement grows past tolerances. |
| Orbital Decay Monitor | NM21 (F = G·m₁m₂/r²) per pass: stable_orbit → decaying → deorbit_planned as perigee altitude falls through declared floors. |
| Energy Conservation Auditor | NM23 + NM24 + NM25 (KE + PE = const): balanced → violation when a system's energy books stop closing — the physics-grade sensor sanity check. |
| Momentum Surge Detector | NM26 (p = mv) + NM27 (Σp_init = Σp_final): flags momentum-balance breaks across a measured boundary — collisions, leaks, slippage. |
Quantum
| Template | What it does |
|---|---|
| Eigenvalue Drift Monitor | QM5 (Ĥ|ψ⟩ = E|ψ⟩) recomputed per window: calibrated → drifting → recalibrate when the measured energy level walks off the reference. |
| Tunneling Probability Gate | QM8 (T ∝ e^{−2∫√(2m(V−E))/ℏ² dx}): the gate opens only when computed transmission probability clears your threshold. |
| Photon Budget Counter | QM10 (E = hν): integrates photon energy over a window — counting → saturated when the dose budget for a sample or sensor is spent. |
| Half-Life Inventory | TM1 time-projection over decay law: stocked → monitor → dispose as remaining activity falls through regulatory thresholds. |
Relativity
| Template | What it does |
|---|---|
| Schwarzschild Safety Check | GR37 (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 Logger | GR35 (Δt = Δt₀√(1 − 2GM/rc² − v²/c²)): syncing → dilated — computes and chain-logs the correction every window. GPS-grade honesty. |
| Redshift Classifier | GR41 (z = (λ_obs − λ_emit)/λ_emit): classifies incoming spectra into local → significant → high-z bins, every classification proven on-chain. |
Thermo & Information
| Template | What it does |
|---|---|
| Entropy Anomaly Detector | CS47 (E = −Σ p·log p) over your event stream: baseline → anomalous when Shannon entropy jumps — the physics-grade weirdness detector. |
| Landauer Energy Audit | LZ1 (E = k_B·T·ln2 × bits_erased): converts a workload's bit erasures into joules — within_budget → over_budget against your thermal envelope. |
Biophysics
| Template | What it does |
|---|---|
| HRV Readiness Monitor | PSI96 oscillation + CS47 entropy over RR-intervals: rested → strained → overtrained, with every readiness call proven against the actual math. |
Operations
| Template | What it does |
|---|---|
| SLA Monitor | Latency/availability windows against declared SLOs: healthy → breach → escalated, every breach chain-stamped at the Zeqond it happened. |
| Data Pipeline | Ingest → validate → publish with failure branches; every stage transition is an audited, Zeqond-stamped fact. |
| Device Lifecycle | Registered → active → maintenance → retired for any fleet, with TM1 time-based service windows and a tamper-evident service history. |
| ZeqField Status | KO42 watch — idle → active → limit when usage crosses your thresholds; auto-logged with a ZeqProof per transition. Cryptographic infrastructure status — cipher, |
| API Usage | KO42 watch — idle → active → limit when usage crosses your thresholds; auto-logged with a ZeqProof per transition. Current API usage — calls used today, daily l |
| ZeqPredictiveMaintenance | NM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. Predictive maintenance via HulyaP |
| ZeqDigitalTwin | NM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. Factory digital twin synchronizat |
| ZeqSPC | NM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. Statistical process control with |
| ZeqSupplyChain | NM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. Supply chain optimization. Demand |
| ZeqCNC | NM19 watch — nominal → drift → out_of_spec when deviation crosses your thresholds; auto-logged with a ZeqProof per transition. CNC toolpath optimization with Ze |
| ZeqWater | NM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Water treatment and distribution netwo |
| ZeqBridge | NM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Structural health monitoring for bridg |
| ZeqTraffic | NM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Traffic signal optimization and flow m |
| ZeqSmartGrid | NM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Smart city power grid management. Zeqo |
| ZeqSmartCity | NM19 watch — nominal → elevated → overload when load crosses your thresholds; auto-logged with a ZeqProof per transition. Integrated smart city sensor fusion. C |
Foundations
| Template | What 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 Gate | A 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 Provenance | Tamper-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 Billing | A 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 Timestamp | A perpetual notary. Each notarize event runs KO42 through compute → prove → verify and emits attested — binding the submission to the Zeqond it arrived and |
| Physical Constants | KO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. NIST CODATA 2022 physical constants + f |
| Single Constant Lookup | KO42 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 List | KO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. All operators (1,340+) enriched with ca |
| Operator Categories | KO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. Domain breakdown with operator counts, |
| Framework Parameters | KO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. Core framework tuning — pulse frequency |
| Canonical Operator Lookup | KO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. Single operator with full LaTeX, founde |
| Premade Experiments | KO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. 63 pre-built physics experiments with d |
| Core Equations | KO42 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 Registry | KO42 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 Protocol | KO42 watch — idle → computing → verified when value crosses your thresholds; auto-logged with a ZeqProof per transition. The mandatory verification protocol. 7 |
| ZeqCompliance Envelope | KO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Per-call audit envelope (zeq.complian |
| ZeqCompute | KO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Core computation — select domain, res |
| ZeqLattice | KO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Multi-node cross-domain coherence com |
| ZeqProof Verify | KO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Verify a ZeqProof HMAC-SHA256 binding |
| Master Equation Builder | KO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Builds the synthesized HULYAS master |
| ZeqShift | KO42 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 Solver | KO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Numerically integrates the full HULYA |
| HULYAS Strict Solver | KO42 watch — init → solving → converged when residual crosses your thresholds; auto-logged with a ZeqProof per transition. Auto-tunes β parameter iteratively un |
| ZeqPulse | KO42 watch — synced → drifting → desynced when drift crosses your thresholds; auto-logged with a ZeqProof per transition. Real-time HulyaPulse state — zeqond co |
| ZeqPulse SSE Stream | KO42 watch — synced → drifting → desynced when drift crosses your thresholds; auto-logged with a ZeqProof per transition. Server-Sent Events stream ticking ever |
| ZTB1 Timebase Bridge | KO42 watch — synced → drifting → desynced when drift crosses your thresholds; auto-logged with a ZeqProof per transition. Bidirectional Unix ↔ Zeqond time conve |
Aerospace
| Template | What it does |
|---|---|
| Hohmann Transfer Planner | Minimum-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 Guard | Holds a capsule's entry angle inside the survivable corridor: nominal → shallow/steep warnings → abort-to-orbit if the flight-path angle leaves bounds. |
| ZeqAirframeFatigue | ORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Airframe structural fatigu |
| ZeqGNSS | ORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. GNSS positioning with Huly |
| ZeqATC | ORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Air traffic control confli |
| ZeqFlightDynamics | ORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. 6-DOF flight dynamics with |
| ZeqJetEngine | ORBIT_ENERGY watch — nominal → stressed → alert when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Gas turbine performance mo |
| ZeqAnneal — Quantum Annealing | ORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Quantum annealing sim |
| ZeqVQE — Variational Eigensolver | ORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Variational Quantum E |
| ZeqRadiation — Space Radiation | ORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Space radiation expos |
| ZeqOrbit — Orbital Mechanics | ORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Orbital mechanics com |
| ZeqQuantum — Circuit Simulation | ORBIT_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 Optimization | ORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Multi-body trajectory |
| ZeqEntangle — Entanglement Analysis | ORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Entanglement analysis |
| ZeqReentry — Atmospheric Entry | ORBIT_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 Correction | ORBIT_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 Communication | ORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Deep space communicat |
| ZeqLifeSupport — ECLSS Modeling | ORBIT_ENERGY watch — nominal → drifting → decay_alert when decay_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Environmental Control |
Structural Engineering
| Template | What it does |
|---|---|
| Von Mises Yield Gate | STRESS_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 Limit | BEAM_DEFLECTION vs span/360 serviceability limit: within_limit → excessive, with a buckling escalation when the load nears the critical buckling threshold. |
| Fatigue Crack Inspection Scheduler | Paris-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
| Template | What it does |
|---|---|
| Alloy Spec Compliance | ALLOY_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 Guard | THERMAL_EXPANSION on a bonded joint: bonded → stressed → delaminating as differential expansion across two materials exceeds the interface tolerance. |
| Vickers Hardness QA | HARDNESS_VICKERS acceptance per part: pass → fail against the heat-treat spec window, with statistical-drift escalation across a batch. |
| ZeqAdditiveMfg | HARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. 3D printing / additiv |
| ZeqComposite | HARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. Composite laminate an |
| ZeqStressAnalysis | HARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. FEA stress analysis w |
| ZeqNano | HARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. Nanomaterial property |
| ZeqCorrosion | HARDNESS_VICKERS watch — intact → strained → fracture when stress_mpa crosses your thresholds; auto-logged with a ZeqProof per transition. Corrosion rate predic |
Fluid Dynamics
| Template | What it does |
|---|---|
| Cavitation Onset Guard | Tracks local pressure vs vapour pressure: nominal → cavitating before bubble collapse pits the impeller. Protects pumps, propellers, and valves. |
| Turbulence Transition Monitor | Reynolds-number tracking: laminar → transitional → turbulent. Drives drag models, mixing control, and flow-assurance decisions in real time. |
| Flow Regime Monitor | FL1 Reynolds-number watch: laminar → transitional → turbulent as Re = ρvL/μ crosses 2300 and 4000. Pipe-flow and aerodynamics regime classification with a prova |
| ZeqPortOps | FL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Port operations optimization. Berth |
| ZeqMaritimeNav | FL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Ship navigation with HulyaPulse grea |
| ZeqBallast | FL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Ballast water management with HulyaP |
| ZeqHullStress | FL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Hull structural analysis with R(t) w |
| ZeqCargoOptimize | FL1 watch — nominal → listing → unsafe when list_angle crosses your thresholds; auto-logged with a ZeqProof per transition. Container/cargo stowage optimization |
Seismology
| Template | What it does |
|---|---|
| Earthquake Early Warning | P-wave detected → S-wave imminent → ALERT in the seconds-long window before destructive shaking arrives. Triggers automated shutoffs and public alerts. |
| Seismic Early Warning | SZ1 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 |
| ZeqSurvey | SZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Geodetic surveying with HulyaPulse |
| ZeqMining | SZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Mining engineering. Ore grade esti |
| ZeqSeismic | SZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Seismic wave analysis with HulyaPu |
| ZeqHydrology | SZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Watershed hydrology modeling. Rain |
| ZeqVolcano | SZ1 watch — quiet → tremor → alert when ground_accel_ms2 crosses your thresholds; auto-logged with a ZeqProof per transition. Volcanic activity monitoring. Seis |
Geophysics
| Template | What it does |
|---|---|
| Landslide Slope-Stability Watch | Factor-of-safety on a monitored slope (rainfall + pore pressure + displacement): stable → creeping → imminent. Chain-stamped so warnings are defensible. |
| Groundwater Drawdown Guard | Aquifer drawdown (Theis): sustainable → over-extraction → critical as the water table falls past recharge-balanced limits. Protects aquifers from collapse. |
| Volcanic Tremor Escalation | Harmonic-tremor energy + deformation: quiet → unrest → eruption-warning. Multi-signal escalation with a tamper-evident timeline for civil-protection decisions. |
Chemical Process Safety
| Template | What it does |
|---|---|
| Reaction Runaway Guard | Arrhenius reaction rate vs the reactor's heat-removal capacity: controlled → accelerating → RUNAWAY with automatic quench. The model behind preventing real ther |
| Reaction Completion Gate | Tracks conversion via reaction kinetics: reacting → complete when conversion crosses the target, with a stall branch if the rate flatlines early. |
Energy & Grid
| Template | What it does |
|---|---|
| Grid Frequency Stability | Monitors grid frequency against the nominal band: nominal → deviation → load-shed before an under-frequency event cascades into a blackout. |
| Carnot Efficiency Audit | THERMO_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 Optimizer | SOLAR_OPTIMIZE on irradiance + temperature: tracking → curtail when output exceeds inverter/grid limits, derate on over-temperature. Maximises captured energy s |
| Transformer Overload Guard | POWER_LOSS + thermal model: normal → overloaded → trip as winding temperature and loss exceed the unit's rating. Extends asset life, prevents fires. |
| ZeqGrid Fault Detection | POWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Grid fault detection using |
| ZeqMeter — Smart Metering | POWER_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 Control | POWER_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 Modeling | POWER_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 Balancing | POWER_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 Synchronization | POWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Synchronize thousands of Io |
| ZeqSolar — Solar Prediction | POWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Solar irradiance prediction |
| ZeqBattery — Storage Optimization | POWER_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 Management | POWER_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 Fusion | POWER_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 Confinement | POWER_FACTOR watch — stable → strained → fault when load_factor crosses your thresholds; auto-logged with a ZeqProof per transition. Fusion plasma confinement m |
Nuclear
| Template | What it does |
|---|---|
| Reactor Criticality Margin | Tracks effective multiplication factor k_eff: subcritical → critical → supercritical-warning with automatic scram. The core reactivity-safety contract. |
| Decay-Heat Removal Watch | Post-shutdown decay heat vs cooling capacity: adequate → marginal → insufficient. The Fukushima-class failure mode, made continuously provable. |
| ZeqShielding | NP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Radiation shielding design. Gamma att |
| ZeqDosimetry | NP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Personal dosimetry and ALARA optimiza |
| ZeqNuclearWaste | NP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Nuclear waste management. Decay heat |
| ZeqReactor | NP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Nuclear reactor core simulation. Neut |
| ZeqFusion | NP1 watch — safe → elevated → critical when dose_rate crosses your thresholds; auto-logged with a ZeqProof per transition. Fusion plasma modeling. Lawson criter |
Medical
| Template | What it does |
|---|---|
| Infusion Safety Monitor | Pharmacokinetic steady-state: sub-therapeutic → therapeutic → TOXIC as predicted plasma concentration crosses the therapeutic window. Guards continuous-infusion |
| Renal Dose Adjuster | MED_GFR + MED_CLEARANCE: normal → reduce-dose → hold as estimated renal function falls, preventing accumulation of renally-cleared drugs. |
| Cardiac Rhythm Watch | NM30 (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 |
| ZeqDosing | MED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Individualized drug dosing. |
| ZeqClinicalTrial | MED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Clinical trial design and p |
| ZeqFormulation | MED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Drug formulation optimizati |
| ZeqDrugInteraction | MED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Drug-drug interaction check |
| ZeqPharmacovigilance | MED_DOSAGE watch — dosed → therapeutic → toxic when plasma_conc crosses your thresholds; auto-logged with a ZeqProof per transition. Adverse event signal detect |
| ZeqSearch & Rescue | MED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Search and rescue probabili |
| Zeq911 | MED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Emergency dispatch optimiza |
| ZeqDisaster | MED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Disaster response coordinat |
| ZeqAmbulance | MED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Ambulance routing with Huly |
| ZeqTriage | MED_CLEARANCE watch — intake → triaged → critical when severity crosses your thresholds; auto-logged with a ZeqProof per transition. Mass casualty triage using |
| ZeqTrial — Clinical Data Integrity | MED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Clinical trial data integrit |
| ZeqPharma — Pharmacokinetics | MED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Drug absorption, distributio |
| ZeqDiagnostic — Pattern Recognition | MED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Cross-domain pattern recogni |
| ZeqVitals — Biosignal Processing | MED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Biosignal processing synchro |
| ZeqGenome — Sequence Analysis | MED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Genomic sequence alignment u |
| ZeqEpi — Epidemic Modeling | MED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. SIR/SEIR epidemic modeling v |
| ZeqHeart — Cardiac Modeling | MED_CLEARANCE watch — normal → watch → critical when biomarker crosses your thresholds; auto-logged with a ZeqProof per transition. Cardiac electrophysiology mo |
| ZeqMealPlan | MED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Personalized meal planning wi |
| ZeqMetabolic | MED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Metabolic rate and body compo |
| ZeqAllergy | MED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Food allergen detection and c |
| ZeqMacros | MED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Macro and micronutrient analy |
| ZeqSupplement | MED_BMI watch — planned → logged → exceeded when intake_ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Supplement interaction and op |
Neuroscience
| Template | What it does |
|---|---|
| Seizure-Onset Detector | EEG 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 Bridge | BRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Project an observer-supplie |
| ZeqProtein — Folding Energy Landscape | BRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Protein folding energy land |
| ZeqEcosystem — Population Dynamics | BRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Population dynamics modelin |
| ZeqNeuro — Neural Spike Analysis | BRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Neural spike train analysis |
| ZeqGene — Expression Analysis | BRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Gene expression time-series |
| ZeqEvolution — Evolutionary Dynamics | BRAIN_RHYTHMS watch — baseline → active → anomaly when activity crosses your thresholds; auto-logged with a ZeqProof per transition. Evolutionary dynamics via r |
Biotech
| Template | What it does |
|---|---|
| PCR Amplification Cycler | PCR_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 Control | CELL_GROWTH + ENZYME_ACTIVITY: lag → exponential → harvest, feeding and harvesting at the right density. The backbone of cultured production. |
| Protein Fold Stability Gate | PROTEIN_FOLD free-energy: folded → unfolding as ΔG crosses the stability threshold under temperature/pH stress. De-risks formulation and storage. |
Robotics
| Template | What it does |
|---|---|
| Joint Torque Safety | TORQUE_DYNAMICS per joint: within_limit → over-torque stop, protecting actuators and anything (or anyone) the arm contacts. |
| Trajectory Feasibility Gate | TRAJECTORY_PLANNING + INVERSE_KINEMATICS: planned → infeasible if a path violates reach, velocity, or collision limits before it ever executes. |
| ZeqKinematics | INVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. Forward/inverse kinemati |
| ZeqManipulation | INVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. Robotic grasp planning a |
| ZeqSwarm | INVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. Multi-robot swarm coordi |
| ZeqPID | INVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. PID controller tuning wi |
| ZeqSLAM | INVERSE_KINEMATICS watch — idle → tracking → fault when pose_error crosses your thresholds; auto-logged with a ZeqProof per transition. Simultaneous Localizatio |
Control Systems
| Template | What it does |
|---|---|
| Control-Loop Stability Margin | CT phase/gain margin tracking: stable → marginal → unstable as a closed loop's margins erode (sensor lag, plant drift). Catches oscillation before it runs away. |
| ZeqADAS | CT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. Advanced driver assistance — sens |
| ZeqEVBattery | CT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. EV battery management with HulyaP |
| ZeqAutonomous | CT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. Full autonomous driving stack — p |
| ZeqV2X | CT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. Vehicle-to-everything communicati |
| ZeqCrashSim | CT1 watch — safe → caution → imminent when collision_risk crosses your thresholds; auto-logged with a ZeqProof per transition. Vehicle crash simulation with Hul |
Signal Processing
| Template | What it does |
|---|---|
| SNR Degradation Monitor | Signal-to-noise tracking on a live channel: clean → degraded → lost, with chain-stamped link-budget events for telecom and sensing. |
| ZeqModulate — Carrier Synchronization | ECHO10 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 Correction | ECHO10 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 Loss | ECHO10 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 Allocation | ECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. Spectrum allocation using phase-locked |
| ZeqDetect — Signal Detection | ECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. Weak signal detection using HulyaPulse |
| ZeqAntenna — Pattern Optimization | ECHO10 watch — locked → drifting → lost when snr_db crosses your thresholds; auto-logged with a ZeqProof per transition. Antenna radiation pattern optimization |
Climate Science
| Template | What it does |
|---|---|
| Carbon Budget Tracker | CLIM_RADIATIVE_FORCING against a remaining-budget threshold: on_track → over_budget, with chain-stamped accounting that auditors can verify independently. |
Environmental
| Template | What it does |
|---|---|
| Air Quality Escalation | AIR_QUALITY_INDEX bands: good → unhealthy → hazardous, driving public advisories and automated ventilation/industrial-curtailment responses. |
| Water Contamination Gate | WATER_QUALITY composite: potable → advisory → unsafe, holding distribution until contaminant indices return below limits. Provable public-health record. |
| ZeqCropDisease | AIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Crop disease dete |
| ZeqLivestock | AIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Livestock health |
| ZeqIrrigation | AIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Precision irrigat |
| ZeqYield | AIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Crop yield predic |
| ZeqSoil | AIR_QUALITY_INDEX watch — healthy → stressed → critical when stress_index crosses your thresholds; auto-logged with a ZeqProof per transition. Soil composition |
| ZeqGroundwater | FL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Groundwater flow modeling. Darcy |
| ZeqFlood | FL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Flood prediction and inundation |
| ZeqDesalination | FL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Desalination plant optimization. |
| ZeqWastewater | FL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Wastewater treatment optimizatio |
| ZeqPurification | FL1 watch — clean → turbid → unsafe when contamination_ppm crosses your thresholds; auto-logged with a ZeqProof per transition. Water purification process optim |
Finance & Risk
| Template | What it does |
|---|---|
| Value-at-Risk Breach Monitor | VAR_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 Pricing | BLACK_SCHOLES watch — normal → elevated → breach when exposure crosses your thresholds; auto-logged with a ZeqProof per transition. Options pricing using Black- |
| ZeqAuditFin — Financial Audit Trail | BLACK_SCHOLES watch — normal → elevated → breach when exposure crosses your thresholds; auto-logged with a ZeqProof per transition. Financial transaction audit |
| ZeqPrice — Fair Value Discovery | BLACK_SCHOLES watch — normal → elevated → breach when exposure crosses your thresholds; auto-logged with a ZeqProof per transition. Fair value computation at ea |
| ZeqRisk — Risk Modeling | BLACK_SCHOLES watch — normal → elevated → breach when exposure crosses your thresholds; auto-logged with a ZeqProof per transition. Risk modeling using chaotic |
Photonics
| Template | What it does |
|---|---|
| Laser Gain Threshold Gate | PHOT_GAIN_THRESHOLD: below_threshold → lasing → over-drive protection as cavity gain crosses the lasing threshold and then the damage limit. |
Acoustics
| Template | What it does |
|---|---|
| Noise Exposure Dose Tracker | Integrates A-weighted sound exposure over a shift: safe → approaching-limit → over-limit per OSHA/EU dose rules. Hearing-protection compliance, provable per wor |
| ZeqAudioDSP | AC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Audio DSP with HulyaPulse-synced sample cloc |
| ZeqSpeech | AC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Speech processing with HulyaPulse phoneme al |
| ZeqAcousticSim | AC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Room acoustics simulation. Ray tracing, RT60 |
| ZeqMusicTheory | AC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Music theory analysis and generation. Harmon |
| ZeqCodec | AC1 watch — idle → active → clip when level_db crosses your thresholds; auto-logged with a ZeqProof per transition. Audio codec with HulyaPulse quantization. Ze |
Electromagnetism
| Template | What it does |
|---|---|
| EM Field Exposure Safety | EM 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
| Template | What it does |
|---|---|
| Cascade Failure Risk | NET_BETWEENNESS + PageRank load: resilient → fragile → cascade-risk as load concentrates on critical nodes. For power grids, supply chains, and infra networks. |
Astrophysics
| Template | What it does |
|---|---|
| Exoplanet Transit Detector | Light-curve dip detection: baseline → candidate-transit → confirmed as periodic dimming clears depth and periodicity thresholds. Survey-pipeline triage, proven |
Plasma Physics
| Template | What it does |
|---|---|
| Fusion Confinement Monitor | Triple-product confinement vs ignition criterion: subignition → confined → disruption-risk. The control surface for tokamak / stellarator shots. |
Condensed Matter
| Template | What it does |
|---|---|
| Superconductor Tc Guard | Critical-temperature / critical-current margin: superconducting → approaching-quench → normal as a magnet nears its quench boundary. Protects MRI, fusion, and a |
Atmospheric Science
| Template | What it does |
|---|---|
| Storm Intensification Watch | Tracks cyclone intensification rate from pressure + SST: tracked → intensifying → rapid-intensification alert. Drives evacuation lead time when it matters most. |
| 7-Step Wizard — Interactive Run | AEO2 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-Tune | AEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Strict mode: auto-tunes β until error ≤ |
| ZeqCarbon — Carbon Cycle | AEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Carbon cycle modeling — atmospheric CO2, |
| ZeqClimate — Global Modeling | AEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Climate modeling using atmospheric physi |
| 3D Physics Simulator | AEO2 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 Modeling | AEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Ocean circulation modeling using fluid d |
| ZeqAtmosphere — Atmospheric Physics | AEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Atmospheric modeling — pressure, tempera |
| Operator Database Browser | AEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Paginated, searchable operator database |
| SDK Playground | AEO2 watch — calm → building → severe when anomaly crosses your thresholds; auto-logged with a ZeqProof per transition. Interactive API playground. Demo key for |
| ZeqSevereWeather | CLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Severe weather de |
| ZeqSolarWeather | CLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Space weather mon |
| ZeqWeather Forecast | CLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Numerical weather |
| ZeqMarineWeather | CLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Marine weather an |
| ZeqAgriWeather | CLIM_RADIATIVE_FORCING watch — calm → watch → warning when severity_index crosses your thresholds; auto-logged with a ZeqProof per transition. Agricultural weat |
Thermodynamics
| Template | What it does |
|---|---|
| Heat Exchanger Fouling Monitor | THERMO_HEAT_TRANSFER effectiveness decline: clean → fouling → clean-now as the heat-transfer coefficient drops below the cleaning threshold. Schedules maintenan |
| ZeqFPGA | TH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. FPGA synthesis and place-route |
| ZeqPowerIntegrity | TH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. PDN analysis with HulyaPulse n |
| ZeqChipDesign | TH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. IC timing analysis with HulyaP |
| ZeqChipTest | TH1 watch — cool → warm → thermal_alarm when junction_temp_c crosses your thresholds; auto-logged with a ZeqProof per transition. Automated test pattern generat |
| ZeqThermal | TH1 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
| Template | What it does |
|---|---|
| Variant Significance Gate | BIO_BLAST_EVALUE: screening → significant-hit as alignment E-value clears the significance threshold. Flags meaningful matches in genomic search pipelines. |
Optics
| Template | What it does |
|---|---|
| Diffraction Limit Gate | Rayleigh resolution check: resolved → unresolved as feature spacing falls below the diffraction limit for the system's NA and wavelength. Imaging / metrology QA |
| ZeqFiberOptics | OP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Fiber optic link design. Attenua |
| ZeqSpectroscopy | OP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Spectral analysis with HulyaPuls |
| ZeqLensDesign | OP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Optical lens system design with |
| ZeqHolography | OP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Digital holography reconstructio |
| ZeqLaser | OP1 watch — aligned → drifting → lost when alignment_error crosses your thresholds; auto-logged with a ZeqProof per transition. Laser system modeling. Gain medi |
Mechanical Engineering
| Template | What it does |
|---|---|
| Pressure Vessel FEA Gate | FEA displacement + stress analysis vs ASME-style allowables: within_code → exceedance → derate. Continuous code-compliance for pressure equipment. |
Atomic Physics
| Template | What it does |
|---|---|
| Spectral Line Classifier | Identifies elements from emission/absorption lines: scanning → identified → flagged when an unexpected line appears. Real-time spectroscopy with a provable dete |
Cryptography
| Template | What it does |
|---|---|
| RNG Entropy Health Gate | CRYPTO_ENTROPY on a random source: healthy → degraded → fail, holding key generation when entropy drops below the security floor. Prevents weak-key disasters. |
| ZeqReputation — Mathematical Reputation | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Reputation score der |
| Zeq Auth — Register | CRYPTO_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 Token | CRYPTO_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 — Login | CRYPTO_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-Domain | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Cross-domain PKCE OA |
| ZeqMesh Identity — Federated | CRYPTO_ECC watch — unverified → challenged → verified when trust_score crosses your thresholds; auto-logged with a ZeqProof per transition. Federated identity a |
| ZeqAudit — Computation Audit Trail | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Immutable computation au |
| ZeqZK — Zero-Knowledge Proof | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Zero-knowledge proof usi |
| HITE Encryption | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. HULYAS Information-Theor |
| ZeqKeyEx — Temporal Key Exchange | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Diffie-Hellman key excha |
| HITE Decryption | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Decrypt HITE-encrypted d |
| TESC Encrypted Channel | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Temporal Entangled State |
| ZeqFirewall — Phase-Locked ACL | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Phase-locked access cont |
| ZeqCert — Mathematical Certificate | CRYPTO_ENTROPY watch — secure → suspect → breach when threat_score crosses your thresholds; auto-logged with a ZeqProof per transition. Mathematical certificate |
| PoHC — Consensus Check | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Check consensus state |
| Entangled State — Explorer | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Search and browse the |
| Entangled State — Chain State | CRYPTO_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 Convergence | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Submit a physics compu |
| Entangled State — Submit Transaction | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Submit a transaction t |
| Entangled State — Get Block | CRYPTO_ENTROPY watch — pending → validating → sealed when difficulty crosses your thresholds; auto-logged with a ZeqProof per transition. Retrieve a finalized b |
| ZeqDNAForensics | CRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Forensic DNA analysis. |
| ZeqDigitalForensics | CRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Digital forensics evid |
| ZeqFingerprint | CRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Fingerprint analysis w |
| ZeqDocumentForensics | CRYPTO_ENTROPY watch — scanning → matched → flagged when match_score crosses your thresholds; auto-logged with a ZeqProof per transition. Questioned document ex |
Statistical Mechanics
| Template | What it does |
|---|---|
| Phase Transition Detector | Order-parameter + susceptibility: ordered → critical → disordered as a system crosses a phase boundary. From material processing to network percolation. |
Network & Comms
| Template | What it does |
|---|---|
| Traffic Entropy Anomaly | CS47 (Shannon entropy, E=−∑p·log p) per window: nominal → anomalous when source/destination entropy collapses below the floor (flood/DDoS uniformity) → flagged |
| ZeqCT | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. CT reconstruction wit |
| ZeqUltrasound | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Ultrasound beamformin |
| ZeqPET | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. PET scan coincidence |
| ZeqPacemaker | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Cardiac pacing optimi |
| ZeqSatellite Comms | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. LEO satellite relay f |
| ZeqVentilator | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Mechanical ventilatio |
| ZeqVoIP | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Pulse-synchronized vo |
| ZeqEmail | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Pulse-verified email |
| ZeqX-Ray | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Digital X-ray enhance |
| ZeqInsulin | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Closed-loop insulin p |
| ZeqMRI | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. HulyaPulse-synced MRI |
| ZeqMesh Communications | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Off-grid mesh communi |
| ZeqSMS | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. HulyaPulse-synced SMS |
| ZeqEPS | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Electrophysiology stu |
| ZeqDialysis | NET_CLUSTERING watch — connected → degraded → dropped when latency_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Hemodialysis flow opt |
| ZeqDNS — Equation-Based Resolution | NET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Domains are mathematical exp |
| ZeqBandwidth — Pulse-Modulated Allocation | NET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Bandwidth allocation modulat |
| ZeqSync — Packet Synchronization | NET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Zeqond-grid packet synchroni |
| ZeqRoute — Phase-Aware Routing | NET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Shortest path weighted by Hu |
| ZeqTransport — Congestion Control | NET_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 Relay | NET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Message relay with Zeqond ti |
| ZeqMesh — Node Discovery | NET_PAGERANK watch — healthy → degraded → down when congestion crosses your thresholds; auto-logged with a ZeqProof per transition. Decentralized mesh networkin |
Gaming & Simulation
| Template | What it does |
|---|---|
| Game Physics Anti-Cheat | NM27 (Σp conserved) + NM23 (KE=½mv²): valid → suspect when a player's momentum books stop closing, → flagged when kinetic energy exceeds the engine cap. Catches |
| ZeqPhysicsEngine | NM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Game physics engine with Zeqond- |
| ZeqSpatialAudio | NM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. 3D spatial audio engine with Hul |
| ZeqProcGen | NM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Procedural content generation se |
| ZeqNetcode | NM19 watch — stable → jitter → desync when frame_jitter_ms crosses your thresholds; auto-logged with a ZeqProof per transition. Deterministic lockstep netcode o |
| ZeqGameAI | NM19 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
| Template | What it does |
|---|---|
| Ballistic Intercept Window | NM21 (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
| Template | What it does |
|---|---|
| Irrigation Pressure Guard | NM24 (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
| Template | What it does |
|---|---|
| HulyaForensics Analyze | CS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. HULYA Forensics — 20-equation pulse-syn |
| HulyaForensics Score | CS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Quick HF composite score — returns the |
| ZeqDecompress | CS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Decompress .zeqc archives. Validates ZE |
| ZeqForensic | CS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Data forensic entropy analysis. Compute |
| Zeq Globe | CS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Real-time 3D Earth visualization protoc |
| ZeqText | CS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. TESC-encrypted messaging protocol. End- |
| ZeqCompress | CS47 watch — idle → processing → flagged when ratio crosses your thresholds; auto-logged with a ZeqProof per transition. Zeqond-timestamped compression protocol |
| ZeqAssessment | CS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Automated assessment generation an |
| ZeqAdaptiveLearning | CS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Adaptive learning engine using R(t |
| ZeqPhysicsSimulation | CS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Interactive physics simulation for |
| ZeqLearningAnalytics | CS43 watch — learning → assessed → mastered when mastery crosses your thresholds; auto-logged with a ZeqProof per transition. Learning analytics dashboard data. |
| ZeqTutor | CS43 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.