You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document specifies LOOP Protocol version 0.1, focusing on core functionality required for basic interoperability.
43
+
This document specifies LOOP Protocol version 0.1.1, focusing on core functionality required for basic interoperability and lab-only demos.
43
44
44
45
---
45
46
@@ -154,6 +155,35 @@ All protocol messages MUST use:
154
155
155
156
---
156
157
158
+
### 3.5 Minimal Interop Flow v0.1.1
159
+
160
+
This subsection defines the smallest interoperable flow required for lab-only demonstrations. It is intentionally minimal, scoped to controlled environments, and **does not represent a public pilot**.
161
+
162
+
#### Flow sequence
163
+
1.**MaterialDNA** is registered by a node.
164
+
2.**Offer** is published for that material.
165
+
3.**Match** is accepted between two nodes.
166
+
4.**Transfer** is completed and recorded.
167
+
168
+
#### Required entities
169
+
170
+
All payloads MUST include `@context`, `@type`, and `schema_version` set to `0.1.1`.
To remain GDPR-aligned for lab demos, payloads **MUST NOT** include personal data. Node identifiers, city names, and organization identifiers are permitted; emails, phone numbers, and names are not permitted in these entities.
0 commit comments