An Overview of the PLED Protocol
PLED is a system of interconnected, specialized modules designed to ingest, interpret, validate, and act upon real-world events.
The diagram illustrates the primary data flow between modules. Each module below maps to a numbered component from our WIPO patent application.

The Core Modules
Corresponds to Module (2) in our WIPO patent application.
Corresponds to Module (3) in our WIPO patent application.
Corresponds to Module (4) in our WIPO patent application.
Corresponds to Module (5) in our WIPO patent application.
Corresponds to Module (8) in our WIPO patent application.
From Email to Action: A Data Flow Example
A 'payment approved' email arrives and is captured as a raw Event.
The AI engine classifies and validates it as a Message: payment_approved.
The state machine transitions from Pending to Paid.
An 'Issue Receipt' action is triggered (e.g., mint receipt token, send webhook).