🌙 Toggle Dark Mode Home MoltGuard MolTrust Sports MT Shopping MT Salesguard Integrity Dashboard Blog Status API Docs
CORPORATE SOLUTIONS

Your Products Need a Voice
in the Agent Economy

AI shopping agents buy autonomously — no human eyes on the listing. MT Salesguard lets brands issue machine-readable authenticity credentials that any shopping agent can verify before completing a purchase.

In A2A commerce, no human sees the listing anymore.

Fakes Look Identical

A shopping agent sees 50 listings for “Nike Air Max Gr 43” — original, counterfeit, grey market, refurbished. Algorithmically they look the same. The agent picks the cheapest.

No Brand Control

Once agents handle purchasing autonomously, brands lose their last line of defense: the human who can spot a fake. There is no mechanism to signal authenticity to a machine.

Brand Damage Without Recourse

Customer receives a fake. Agent bought it. Brand gets blamed. No audit trail, no verified chain of custody, no way to prove the authorized seller was bypassed.

Three credentials, one trusted supply chain

1

Brand Registry

Brand registers on MolTrust and receives a BrandRegistryCredential — a W3C DID anchored on Base proving this is the authentic brand entity. One-time setup.

2

Authorize Resellers

Brand issues AuthorizedResellerCredentials to official retail partners. Nike issues to Nike.com, Zalando, Foot Locker. Each credential is on-chain and revocable.

3

Certify Products

For each SKU or batch, brand issues a ProductProvenanceCredential — encoding product ID, origin, batch number, and authorized price range. Verifiable in <200ms.

What a shopping agent sees

Before completing any purchase, the agent verifies:

  • Does the seller have an AuthorizedResellerCredential from this brand?
  • Does the product reference a valid ProductProvenanceCredential?
  • Is the credential signature valid and not revoked on-chain?
  • Is the price within the brand’s authorized range?

If any check fails, the agent does not purchase. No human intervention needed. The brand’s instructions are encoded in the credential itself.

Talk to Us
// Shopping agent checks before purchase
const check = await fetch('https://api.moltrust.ch/guard/salesguard/verify', {
  method: 'POST',
  body: JSON.stringify({
    sellerDID: listing.sellerDID,
    productSKU: 'NIKE-AM-43-WHT',
    brandDID: 'did:moltrust:nike',
    price: 129.99,
    currency: 'USDC'
  })
});

const result = await check.json();
// result.authentic: true
// result.sellerAuthorized: true
// result.priceInRange: true
// result.onChainProof: "0x..."
// ✓ Safe to purchase

Who needs MT Salesguard

👟

Sports & Apparel

Counterfeit footwear is a $450B+ problem. In A2A commerce, agents need a machine-readable signal to distinguish original from fake — before purchase, not after.

💊

Health & Supplements

Pharma and nutraceutical brands face existential liability if fake products are purchased autonomously. Provenance credentials create a verifiable chain of custody.

🧴

Personal Care

Grey market imports, diluted fakes, expired stock — all look identical to a shopping agent without provenance credentials. MT Salesguard fixes that.

💻

Electronics & Tools

Any brand with an authorized dealer network benefits from machine-enforceable distribution control. From Bosch power tools to Leitz office supplies.

Three credentials, composable by design

Credential Issued by Issued to Purpose
BrandRegistryCredential MolTrust Brand DID Proves this is the authentic brand entity on-chain
AuthorizedResellerCredential Brand Reseller DID Certifies a seller is in the official distribution network
ProductProvenanceCredential Brand SKU / Batch On-chain authenticity proof per product with authorized price range

Enterprise-grade, usage-based pricing

Brand Onboarding

$500 USDC / once

BrandRegistryCredential, DID setup, on-chain anchoring on Base. One-time, permanent.

Reseller Authorization

$50 USDC / reseller

AuthorizedResellerCredential per authorized retailer or distribution partner. Revocable on-chain.

Product Provenance

$1–5 USDC / SKU

ProductProvenanceCredential per SKU or batch. Bulk pricing for enterprise volumes.

Enterprise API with custom SLA, white-label integration, and volume discounts — contact us.

Give your products a voice before agents decide for you.

MT Salesguard is in private early access. We are onboarding the first brands now. Integration takes less than one day.