Verifiable commerce • QR → Web verification

Trust what you buy.
Verify who you buy from.

VeriTrade™ by Veritrust adds a neutral trust layer to marketplaces. We issue verifiable credentials for merchants, products, certificates and photos, and expose a simple QR-to-verification flow buyers can understand.

Keep your existing listing flow. Add VeriTrade badges and links in minutes.

Verification badge (embed snippet)
<!-- VeriTrade badge -->
<a href="https://veritrade.veritrust.vc/merchant/abc123" 
   rel="noopener" target="_blank"
   style="display:inline-block;text-decoration:none">
  ✅ <strong>VeriTrade™</strong> by Veritrust
  <span style="color:#6b7c93">Click to verify merchant & product</span>
</a>
Merchants paste this into their listing description or storefront. Buyers click to see the VeriTrade verification page.
1
Onboard merchant

KYC/licensing check → issue a Merchant Identity VC tied to a Veritrust DID.

2
Verify product & media

Certificates validated; product photos signed with authenticity proofs; issue product VCs.

3
QR → Verify page

Badges/QRs link to VeriTrade pages with green/yellow/red status, certificates, and photo provenance.

VeriTrade Registry

The public directory of verified manufacturers, sellers, and merchants. Search entities, see their Verifiable Credentials, issuance dates, and current status (green/yellow/red). Link: /registry.

  • Company identity and licensing proof
  • Product and certificate VCs in one place
  • API for marketplaces and buyers to validate
Open the Registry
Typical entry
Merchant: did:veritrust:merchant:abc123
Status: GREEN  |  Last checked: 2025‑09‑12
Certificates: CE, RoHS
Products: 38  •  Photos: 112 (verified)

Veritrust Manufacturing

Deploy verification at the root of production. Embed device keys on the line, print QR plates, and auto-issue Device/Ownership/Firmware VCs. Works for BESS, HESS, smart devices, and vehicles. Link: /manufacturing.

  • Secure key provisioning (SE/TPM or encrypted flash)
  • Automatic VC issuance & status feeds
  • EU/US-ready verification endpoints
Explore Manufacturing
Production snippet
POST /manufacturing/device/issue
{ "pubkey":"ed25519:...", "serial":"SN-2025-000123", "model":"BESS-4680" }
Merchant Identity

Legal entity VC: name, registration, address, contact. Revocation on license expiry or risk flags.

Product Certificates

Attestations for CE/FCC/RoHS/ISO with lot or SKU linkage. Signed and easy to check.

Photo Authenticity

Camera-side hashing & signed metadata, or server-side proof of upload source. Blocks stolen images.

Simple Badges

Copy-paste HTML or QR for marketplace descriptions, PDFs, packaging and invoices.

Revocation & Status

Live status lists. If something changes, the badge turns yellow/red — no re-uploads required.

Neutral Trust Anchor

“Verified by Veritrust” — interoperable DID/VC, not a closed platform integration.

Badges & QR examples

Merchant badge
<a href="https://veritrade.veritrust.vc/merchant/did:veritrust:merchant:abc123" target="_blank">
  ✅ VeriTrade™ by Veritrust — Verified Merchant
</a>

Links to a page showing the merchant’s VC, KYC details, and current status.

Product QR (sticker/packaging)
veritrade://p/SKU-ERGO8-Black#JWS-compact-token
https://veritrade.veritrust.vc/p/SKU-ERGO8-Black

Dual payload for offline (signed token) and online (status page) verification.

Integrate in minutes

Merchant onboarding (API)
POST /veritrade/merchant/issue
{
  "legal_name": "Shenzhen CM Monitor Arm Co., Ltd.",
  "license_no": "4403-...",
  "country": "CN",
  "docs": ["url-to-license.pdf"]
}

Returns a signed Merchant Identity VC (JWT) and badge URL.

Product & photo
POST /veritrade/product/issue
{
  "merchantDid": "did:veritrust:merchant:abc123",
  "sku": "ERGO8-MA-Black",
  "certs": ["CE","RoHS"],
  "images": ["hash:sha256:...","hash:sha256:..."]
}

Returns Product VC + verification page URL and optional QR payloads.

Need a white-label badge or Chinese-language flows? Contact sales for tailored onboarding and local audit partners.

Service status

All systems operational.

  • Issuance API — OK
  • Verification pages — OK
  • Status/Revocation feeds — OK
View detailed status

Pricing

Starter

For small sellers

  • Up to 50 products
  • Basic badge
  • Email support
Enterprise

Audits & SLAs

  • Unlimited products
  • KYC onboarding & local audits
  • 99.9% uptime SLA

Security & Privacy

  • Ed25519/JWS signed VCs; issuer DID: did:web:veritrust.vc
  • TLS 1.2+ for all endpoints; optional mTLS for marketplaces
  • Revocation/status lists; tamper-evident audit logs
  • GDPR aligned; data minimization by design
  • EU/US data residency options
  • Independent penetration testing (annual)

FAQ

No. Buyers click a link or scan a QR to open a VeriTrade web page with the merchant/product status and proofs.

We hash images at capture or upload and bind them to the merchant’s DID, issuing an authenticity VC. If a listing swaps photos later, the badge turns yellow/red.

No. VeriTrade is a neutral trust layer that travels with the merchant and product across platforms, PDFs and packaging.