Canonicalize SDA a11oy domain references

#1
by betterwithage - opened
Files changed (2) hide show
  1. README.md +1 -1
  2. index.html +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ descriptions and a verified-permissive lineage.
42
  3. **A live COP visual** β€” an elegant canvas Common Operating Picture: fused tracks as blips, an anomaly
43
  overlay coloured by score, a per-track anomaly-score panel, and a sensor-fusion convergence diagram.
44
  It reads the live killinchu `/api/killinchu/v1/mosaic/cop` endpoint when reachable (re-labels **LIVE**),
45
- and the **sovereign GPU fabric** via `a11oy.net /v1/compute-pool` with an honest **SNAPSHOT** fallback;
46
  otherwise it shows clearly labelled **demo data**.
47
  4. **The moat** β€” a **verified verdict receipt** panel showing the honest DSSE-shaped fields (method,
48
  inputs hash, anomaly score, fused track id, Ξ› verdict allow/advisory/deny, conformal CI, walltime,
 
42
  3. **A live COP visual** β€” an elegant canvas Common Operating Picture: fused tracks as blips, an anomaly
43
  overlay coloured by score, a per-track anomaly-score panel, and a sensor-fusion convergence diagram.
44
  It reads the live killinchu `/api/killinchu/v1/mosaic/cop` endpoint when reachable (re-labels **LIVE**),
45
+ and the **sovereign GPU fabric** via [`https://a-11-oy.com/v1/compute-pool`](https://a-11-oy.com/v1/compute-pool) with an honest **SNAPSHOT** fallback;
46
  otherwise it shows clearly labelled **demo data**.
47
  4. **The moat** β€” a **verified verdict receipt** panel showing the honest DSSE-shaped fields (method,
48
  inputs hash, anomaly score, fused track id, Ξ› verdict allow/advisory/deny, conformal CI, walltime,
index.html CHANGED
@@ -311,7 +311,7 @@
311
  </div>
312
  <ul id="node-list" class="node-list" aria-label="Compute fabric nodes"></ul>
313
  <p class="receipt-legend" id="pool-note">
314
- Live read of <b>a11oy.net /v1/compute-pool</b>. <b>sovereign GPU = own-metal only</b>: nodes you actually own are flagged sovereign; hosted APIs are labelled <b>hosted fallback β€” not compute you own</b> and never counted as sovereign. If the live read fails, this panel falls back to a captured <b>SNAPSHOT</b> and says so β€” it never invents a live status. The MEASURED SDA validation will be re-run here on the real GPU fabric and re-issued with a signed DSSE receipt.
315
  </p>
316
  </div>
317
  </section>
 
311
  </div>
312
  <ul id="node-list" class="node-list" aria-label="Compute fabric nodes"></ul>
313
  <p class="receipt-legend" id="pool-note">
314
+ Live read of <b>https://a-11-oy.com/v1/compute-pool</b>. <b>sovereign GPU = own-metal only</b>: nodes you actually own are flagged sovereign; hosted APIs are labelled <b>hosted fallback β€” not compute you own</b> and never counted as sovereign. If the live read fails, this panel falls back to a captured <b>SNAPSHOT</b> and says so β€” it never invents a live status. The MEASURED SDA validation will be re-run here on the real GPU fabric and re-issued with a signed DSSE receipt.
315
  </p>
316
  </div>
317
  </section>