# SAPM/PMP Unified Technical Specification (v0.1) # Sovereignty-Aware Physical Manifest / Physical Manifest Protocol This schema unifies the material, jurisdictional, control-substrate, and telemetric vectors required to compute the Effective Sovereignty (E_S) and the Sovereignty Gap (Delta S). { "manifest_version": "0.1.0", "timestamp": "2026-04-06T18:00:00Z", "component_metadata": { "id": "UUID-STRING", "name": "COMPONENT_NAME", "manufacturer": "VENDOR_NAME", "material_tier": 1, // 1: Sovereign, 2: Distributed, 3: Dependent/Shrine "interchangeability_index": 0.85, // Float [0.0 - 1.0] "jurisdictional_anchor": { "id": "REGULATORY_NODE_ID", "concentration_score": 0.4, // Higher = more geographically/politically concentrated "dependency_type": "REGULATORY | LOGISTICAL | GEOPOLITICAL" } }, "control_substrate": { "csa_index": 0.95, // Control-Substrate Autonomy Index [0.0 - 1.0] "logic_locality": true, // True if control loop executes on local, disconnected hardware "protocol_standard": "MODBUS | ETHERCAT | SUNSPEC | PROPRIETARY", "firmware_provenance": { "is_auditable": true, "signature_type": "ED25519" } }, "adversarial_telemetry": { "discrepancy_score": 0.1, // Delta between advertised and observed (e.g., lead-time) [0.0 - 1.0] "physical_latency_signature": { "sigma_resp": 0.002, // Response Jitter (seconds) "sync_drift": 0.0001, // Sync Drift (seconds) "phase_error": 0.02 // Phase Correlation Error }, "rent_extraction_signal": 0.05 // Computed economic magnitude of the leash }, "derivations": { "effective_sovereignty": 0.81, // (Material_Score * Jurisdictional_Indep * CSA_Index) "sovereignty_gap_delta_s": 0.19, // Material_Tier_Score - Effective_Sovereignty "is_shrine": false // Boolean: True if Tier == 3 OR Delta_S > threshold } }