4.7 Module Interoperability
This section is important pour ton positionnement “protocole global” :
A single composable pipeline
PXP modules define who can do what without doxxing.
PXP-201 defines how sensitive data moves without exposure.
AI subnet defines how truth signals are computed (content authenticity).
SDK defines how developers plug everything together reliably.
Interop schema
flowchart TB
A[User / Integrator] --> SDK[Privacyx SDK]
SDK --> PXP101[PXP-101\nBalance eligibility]
SDK --> PXP102[PXP-102\nIdentity attestation]
SDK --> ENC[PXP-201\nEncrypted envelopes]
SDK --> AI[AI Detector Subnet\nInference calls]
PXP101 -->|AccessGranted events| INT[Integrator Access Control]
PXP102 -->|IdentityPassUsed events\nor Status API| INT
ENC -->|Encrypted payload refs\n(uri + hashes)| AI
AI -->|Detection outputs\nscores + explanation| INTLast updated
