Technical Specification

AgDR Protocol

v1.8.0 Phoenix Release // April 10, 2026

The Triple Anchor (PPP)

Every decision record generated by the Phoenix kernel must satisfy the PPP Policy to be considered a valid forensic original.

Provenance Deterministic identification of the model state and inference path.
Place Geospatial and jurisdictional anchoring of the inference event.
Purpose The teleological intent defined at the moment of kernel gating.

Record Schema

// AgDR v1.8.0 Standard JSON Implementation
{
  "header": {
    "ver": "1.8.0",
    "aki_id": "950ns_gate_alpha",
    "ts": "2026-04-10T23:23:01Z"
  },
  "payload": {
    "merkle_root": "blake3_...",
    "jurisdiction": "CA-ON",
    "intent_hash": "..."
  },
  "seal": {
    "sig": "ed25519_...",
    "hardware_anchor": "tsx_verified"
  }
}

Installation & Implementation

AgDR can be implemented directly into the inference pipeline via JSON or PKD files. The protocol is designed to operate at the Zero-Latency Floor, ensuring governance does not impede compute performance.