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.
<!-- 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>
KYC/licensing check → issue a Merchant Identity VC tied to a Veritrust DID.
Certificates validated; product photos signed with authenticity proofs; issue product VCs.
Badges/QRs link to VeriTrade pages with green/yellow/red status, certificates, and photo provenance.
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.
Merchant: did:veritrust:merchant:abc123 Status: GREEN | Last checked: 2025‑09‑12 Certificates: CE, RoHS Products: 38 • Photos: 112 (verified)
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.
POST /manufacturing/device/issue
{ "pubkey":"ed25519:...", "serial":"SN-2025-000123", "model":"BESS-4680" }
Legal entity VC: name, registration, address, contact. Revocation on license expiry or risk flags.
Attestations for CE/FCC/RoHS/ISO with lot or SKU linkage. Signed and easy to check.
Camera-side hashing & signed metadata, or server-side proof of upload source. Blocks stolen images.
Copy-paste HTML or QR for marketplace descriptions, PDFs, packaging and invoices.
Live status lists. If something changes, the badge turns yellow/red — no re-uploads required.
“Verified by Veritrust” — interoperable DID/VC, not a closed platform integration.
<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.
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.
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.
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.
All systems operational.
For small sellers
Audits & SLAs
did:web:veritrust.vc