From 5de26fcf57a7400d78066acdb2634ee46c90f815 Mon Sep 17 00:00:00 2001 From: Amir Hameed Date: Fri, 24 Apr 2026 16:54:50 +0530 Subject: [PATCH 1/2] Draft: Initial Requirements and Use Cases for VSC CG This PR introduces the initial draft of our "Requirements and Use Cases" document. This is the first formal step toward defining the scope of our group's standardization efforts. --- index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..4fc4bc7 --- /dev/null +++ b/index.html @@ -0,0 +1,47 @@ + + + + + Verifiable Supply Chain Requirements and Use Cases + + + + +
+

Abstract

+

+ This document defines the requirements, scope, and primary use cases for the Verifiable Supply Chain Community Group. It establishes the baseline for interoperability in supply chain credential exchange. +

+
+ +
+

Introduction

+

+ The objective of this group is to define a verifiable framework for supply chain transparency. This draft serves as the initial "Problem Statement" for our work. +

+
+ +
+

Use Cases

+

+ [TO BE DEFINED: Describe the scenarios here, e.g., Raw Material Provenance, Custody Hand-off, etc.] +

+
+ + \ No newline at end of file From f1c9d0d2969d868b1e2ef304e8218980d8fe2a1d Mon Sep 17 00:00:00 2001 From: Amir Hameed Date: Fri, 24 Apr 2026 17:20:45 +0530 Subject: [PATCH 2/2] Updated the content, fixed the respec error fixed respec error --- index.html | 275 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 231 insertions(+), 44 deletions(-) diff --git a/index.html b/index.html index 4fc4bc7..39ed8a5 100644 --- a/index.html +++ b/index.html @@ -1,47 +1,234 @@ - - - Verifiable Supply Chain Requirements and Use Cases - - - - -
-

Abstract

-

- This document defines the requirements, scope, and primary use cases for the Verifiable Supply Chain Community Group. It establishes the baseline for interoperability in supply chain credential exchange. -

-
- -
-

Introduction

-

- The objective of this group is to define a verifiable framework for supply chain transparency. This draft serves as the initial "Problem Statement" for our work. -

-
- -
-

Use Cases

-

- [TO BE DEFINED: Describe the scenarios here, e.g., Raw Material Provenance, Custody Hand-off, etc.] -

-
- + + + + + Verifiable Supply Chain (VSC) — Requirements and Use Cases + + + + + + + + + + + +
+

+ The Verifiable Supply Chain (VSC) specification defines a + framework for interoperable and cryptographically verifiable exchange of + supply chain data. It combines event-based models such as [[EPCIS]] with + decentralized identity technologies including [[DID-CORE]] and + [[VC-DATA-MODEL]]. +

+
+ +
+

+ This document is a Community Group Draft produced by the + Verifiable Supply Chain Community Group. It is not a W3C Standard and may + change at any time. +

+
+ +
+

Introduction

+ +

+ Global supply chains involve multiple independent actors exchanging data + across organizational boundaries. Current systems lack interoperability + and verifiability, resulting in data silos and limited transparency. +

+ +

+ VSC introduces a model where [=Supply Chain Event=]s are represented as + [=Verifiable Credential=]s, enabling secure, interoperable, and auditable + data exchange aligned with [=EPCIS Event=] structures. +

+
+ +
+

+ The key words MUST, + SHOULD, and + MAY are to be interpreted as described in + [[RFC2119]] [[RFC8174]]. +

+
+ +
+

Scope

+ +
    +
  • Verifiable representation of [=Supply Chain Event=]s
  • +
  • Integration with [=EPCIS Event=] data models
  • +
  • Interoperability across organizations
  • +
  • Cryptographic verification of claims
  • +
+ +

This specification does not define:

+
    +
  • Specific blockchain implementations
  • +
  • Business-specific workflows
  • +
+
+ +
+

Terminology

+ +
+
Supply Chain Event
+
An event such as shipping, receiving, or transformation.
+ +
Verifiable Credential
+
A cryptographically verifiable claim per [[VC-DATA-MODEL]].
+ +
EPCIS Event
+
A standardized supply chain event defined by [[EPCIS]].
+
+
+ +
+

Use Cases

+ +
+

Raw Material Provenance

+

+ Enable verification of origin for raw materials using + [=Verifiable Credential=]s derived from [=Supply Chain Event=] data. +

+
+ +
+

Custody Transfer

+

+ Record and verify transfer of goods between participants as + verifiable [=Supply Chain Event=]s. +

+
+ +
+

Compliance Verification

+

+ Provide verifiable proof that goods meet regulatory requirements using + [=Verifiable Credential=]s aligned with [=EPCIS Event=] data. +

+
+
+ +
+

Requirements

+ +
+

Functional Requirements

+
    +
  • Support issuance and verification of [=Verifiable Credential=]s
  • +
  • Enable interoperability across systems
  • +
  • Allow selective disclosure of information
  • +
+
+ +
+

Non-Functional Requirements

+
    +
  • Scalability across global supply chains
  • +
  • Privacy-preserving data exchange
  • +
  • Security against tampering and fraud
  • +
+
+
+ +
+

Security Considerations

+ +

+ Implementations MUST ensure integrity and authenticity of + [=Supply Chain Event=] data using cryptographic verification mechanisms + defined in [[VC-DATA-MODEL]]. +

+ +

+ Privacy SHOULD be preserved using selective disclosure mechanisms + supported by [=Verifiable Credential=]s. +

+
+ +
+

Future Work

+ +
    +
  • Mapping [=EPCIS Event=]s to [=Verifiable Credential=]s
  • +
  • Reference architecture
  • +
  • Interoperability test suites
  • +
+
+ + \ No newline at end of file