Embed cryptographic identity (DID) at production, issue Verifiable Credentials (VCs), and let any partner in Europe or the US verify authenticity, ownership, and firmware with one scan.
Keep your existing production lines — add a tiny secure key and a QR badge.
veritrust://dev/did:veritrust:device:abc123#JWS https://verify.veritrust.vc/dev/did:veritrust:device:abc123
Global trade moves fast. Without cryptographic identity and verifiable metadata, smart meters, BESS/HESS, and connected devices are hard to trust, onboard, and control across borders. Counterfeits, cloned serials, and unverifiable PDFs slow deployments and increase risk.
Install a secure element (or encrypted storage). Generate device keypair → publish DID.
Device Identity VC, Ownership VC (OEM → buyer/aggregator), Firmware VC (version/hash, compliance).
Partners scan QR or call API. Check signature, status, and perform challenge–response for live control.
Battery ships with DID. Installer scans QR; Ownership VC issued to buyer; aggregator verifies signed telemetry.
Utility validates Device VC at warehouse; field tech proves device identity via nonce signature before activation.
Home router/IoT hub presents VC at first boot; app shows “Verified by Veritrust” with firmware and warranty status.
Vehicle modules carry DIDs; service center checks module VC and firmware VC before updates or recalls.
POST /manufacturing/device/issue
{
"pubkey":"ed25519:...",
"serial":"SN-2025-000123",
"model":"BESS-4680-13kWh",
"firmware_hash":"sha256:..."
}
Returns Device VC (JWT), Firmware VC, and verification URLs/QR payloads.
Create an account and join the Verified Manufacturing Partnership.
Create account