● Verified Current State — The Complete Picture
Texas County, OK — 50-sensor pilot proposal submitted April 2026.
PROPOSED
Awaiting county sign-on. No contract signed, no ordinance passed, no hardware installed.
Read the Texas County briefing →
View full Transparency Ledger →
Deployment Scenarios MODELED
Model-based projections only. No real sensors exist. All scenario values are calculated from IWA/AWWA M36 methodology applied to published infrastructure data.
| Scenario | Scope | Sensors (proposed) | NRW Reduction | Status |
|---|---|---|---|---|
| Texas County Pilot | Guymon & Hooker, OK | 50 PROPOSED | 12–28% (modeled range) MODELED | PROPOSED Awaiting sign-on |
| Mid-Size Municipal (model) | 15,000–50,000 connections | 200–400 MODELED | 10–25% (modeled) MODELED | MODELED Scenario only |
| São Paulo-Scale Scenario | Published Delhi/São Paulo infrastructure data | 12,000–18,000 MODELED | 15–28% (modeled) MODELED | MODELED Design assumptions only — not a contract |
ROI Projection Methodology MODELED
Target: 10:1 twelve-month TARGET (modeled) — design projection, not a measured outcome. Methodology published below.
| Component | Assumption | Basis | Tier |
|---|---|---|---|
| Water loss baseline | Typical 15–30% NRW in aging US municipal systems | AWWA State of the Water Industry 2024 | VERIFIED |
| Detection reduction | 12–28% of baseline NRW addressed by acoustic correlation | IWA/AWWA M36 DMA methodology | MODELED |
| Water value | $0.003–$0.009/gallon (municipal production cost) | Published municipal water utility data | VERIFIED |
| System cost | Sensor + gateway + subscription (pending procurement) | Commercial off-shelf: ARM Cortex-M4 + RPi/x86 gateway | PROPOSED |
| 12-month ROI | 10:1 target under base-case assumptions | Model derivation — not a measured outcome | MODELED |
Deployment Map
One pin. One proposal. Zero deployments.
Texas County, Oklahoma
PROPOSED
50-sensor pilot — awaiting county sign-on
No other sites have proposals in progress as of 2026-07-16.
enableLiveMode() — Future capability stub
/**
* enableLiveMode()
*
* PRECONDITIONS (ALL must be met before this stub can be activated):
* 1. At least one signed deployment contract exists
* 2. Physical sensors are installed and transmitting
* 3. A real-time data pipeline with authentication is operational
* 4. A third-party audit of the telemetry chain is complete
* 5. Legal review of real-time data publication is cleared
*
* Until all preconditions are met, this function does nothing.
* Current state: 0/5 preconditions met.
*
* @returns {boolean} false — live mode not available
*/
function enableLiveMode() {
console.warn('[GCP] enableLiveMode() called but preconditions not met.');
console.warn('[GCP] Sensors deployed: 0. Contracts signed: 0.');
return false;
}