The platform

Four verbs, one protocol, every regulated flow.

Volum is a distributed origin protocol organized around four capabilities: Track, Route, Identify, Source. Each capability is a set of typed protocol calls against a shared, permissioned ledger.

TRACK

Custody as event stream.

Every custody transfer, transformation, and observation event is written to the ledger as a signed, EPCIS 2.0 conformant record.

Shipment observation events
Aggregation and transformation
Custody handover with dual signature
IoT sensor readings, geo-locked
ROUTE

Programmable trade flows.

Smart contracts route payment, release, escalation, and compliance on verified events, replacing document-triggered workflows.

Letter of credit release on custody event
Fiat abstraction: VLM metered under the hood
Automated escalation on threshold breach
Duty and tax scheduling at customs pass
IDENTIFY

Verifiable identity across the chain.

Producers, certifiers, customs authorities, buyers, and downstream verifiers each hold W3C Verifiable Credentials scoped to their role.

Issuer, holder, verifier separation
Revocation lists on chain
Selective disclosure per counterparty
Zero-knowledge attribute proofs, on the roadmap
SOURCE

Origin as a cryptographic claim.

Certificate of Origin, deforestation attestation, DPP payload, tariff basis, all issued as signed Verifiable Credentials on the same registry.

Certificate of Origin, EPCIS-linked
EUDR geolocated origin evidence
DPP payload, ESPR conformant
Chain-of-custody proofs, verifier friendly
Coverage

Fourteen transaction families, mapped to the protocol.

Each family is a defined set of typed protocol calls. Some are live in pilot deployment; some are on the near-term roadmap.

#Transaction familyLayerStatus
01Certificate of Origin, EPCIS-linkedSourceLive
02Shipment custody, event ledgerTrackLive
03Party identity, verifiable credentialsIdentifyLive
04Deforestation attestation, geolocatedSourcePilot
05Digital Product Passport payloadSourcePilot
06Customs declaration bundleRoutePilot
07Letter of credit, event-triggered releaseRoutePilot
08Warehouse receipt, tokenisedTrackRoadmap
09CBAM embedded-emissions bundleSourceRoadmap
10Battery passport, ESPR conformantSourcePilot
11FSMA 204 traceability lot recordTrackPilot
12Duty and tax schedulingRouteRoadmap
13Insurance parametric triggerRouteRoadmap
14Chain-of-custody handoff, dual-signedTrackLive

Live: available in production for pilot participants. Pilot: available under design-partner agreement. Roadmap: development scheduled 2026 to 2027.

Integration

One event feed. Every downstream system.

Volum publishes GS1 EPCIS 2.0 event feeds. Any conforming buyer platform, ERP, retailer system, or regulator can subscribe and receive the same source of truth.

EPCIS 2.0 event stream
# custody event, JSON-LD
{
  "@context": ["https://ref.gs1.org/standards/epcis/2.0.0/epcis-context.jsonld"],
  "type": "EPCISDocument",
  "schemaVersion": "2.0",
  "epcisBody": {
    "eventList": [{
     "type": "ObjectEvent",
     "eventTime": "2026-02-14T07:22:00Z",
     "epcList": ["urn:vlm:shipment:8829-KE-A2"],
     "action": "OBSERVE",
     "bizStep": "urn:epcglobal:cbv:bizstep:shipping",
     "readPoint": {"id": "urn:vlm:place:port-mombasa"},
     "signature": "0x8c3f...ok" // verified
    }]
  }
}