4.2 Architecture Schema (Protocol-Level)

ASCII schema (high-level)

                       ┌──────────────────────────────┐
                       │        Privacyx Network      │
                       │  (Multi-node trust protocol) │
                       └───────────────┬──────────────┘

        ┌──────────────────────────────┼───────────────────────────────┐
        │                              │                               │
        ▼                              ▼                               ▼
┌──────────────────┐         ┌──────────────────┐             ┌──────────────────┐
│   On-chain (L1)  │         │ Off-chain Nodes  │             │   Application    │
│ Ethereum Mainnet │         │ AI + Relayers    │             │ UIs / Integrators│
└─────────┬────────┘         └─────────┬────────┘             └─────────┬────────┘
          │                            │                                │
          │ PXP Roots/Nullifiers       │ Inference / Scheduling         │ SDK / UI calls
          │ Events (AccessGranted...)  │ Encryption envelope ops        │ Proof submission
          ▼                            ▼                                ▼
┌────────────────────────┐    ┌──────────────────────────┐     ┌─────────────────────────┐
│ PXP-101 Balance Pass   │    │ AI Detector Subnet       │     │ Privacyx SDK            │
│ PXP-102 Identity Pass  │    │ gateway→scheduler→miners │     │ JS/TS unified interface │
│ (PXP-103 future)       │    │ ONNX / CPU inference     │     │ Groth16 helpers         │
└────────────────────────┘    └──────────────────────────┘     └─────────────────────────┘
          │                            │                                │
          ▼                            ▼                                ▼
┌────────────────────────┐    ┌──────────────────────────┐     ┌─────────────────────────┐
│ PRVX utility + staking │    │ QoS / API keys /         │     │ Integrators (Web2/Web3) │
│ protocol incentives    │    │ optional PRVX priority   │     │ dApps, backends, tools  │
└────────────────────────┘    └──────────────────────────┘     └─────────────────────────┘

Mermaid schema

Last updated