EU AI Act transparency obligations apply from 2 Aug 2026how MolTrust supports Article 12 logging → EU AI Act · 2 Aug 2026 · Article 12 logging →
§
🌙 Toggle Dark Mode Home MoltGuard MoltProof MT Global MolTrust Sports MT Shopping MT Travel MT Skills MT Prediction MT Salesguard MT Music Integrity Dashboard VCOne Blog Developers Pricing Enterprise Partners Compliance About Publications Verify Us Status Contact API Docs
MT SALESGUARD

Someone is selling your product.
You didn't authorize them.

They have your brand name, your product photos, your SKU. They're undercutting your authorized resellers by 18%. And when an AI agent searches for the best price on your product, it finds them first.

Provenance for the agent economy: who's an authorized reseller, what's genuine — as a proof agents can read. Machine-enforceable, so it can gate the sale, not just record it. Distribution rules an agent can verify and a contract can enforce.

MoltProof (MP) — the signed, recomputable record of what your agent did.

Unauthorized sellers don't need to fool humans anymore.
They need to fool agents.

No Human in the Loop

In traditional e-commerce, a buyer notices the sketchy storefront. In agent commerce, there is no buyer — only an API call and a confirmation. Agents are easier to fool than humans.

Brands Lose Distribution Control

Unauthorized resellers and grey-market operators thrive at exactly the moment distribution scales fastest. No mechanism exists for an agent to verify seller authorization.

Marketplace Liability

For marketplace operators: liability for every unauthorized transaction an agent executes on your platform — at machine speed. The damage is done before anyone notices.

The question agents have never been able to ask:
“Is this seller actually authorized?”

MolTrust Salesguard gives agents a cryptographically verifiable authorization signal. Brands define their authorized seller relationships once per program. Credentials are reused and verified transaction-by-transaction. No bespoke trust relationship required between buyer and seller — any agent can query, any agent gets a signed answer.

Try the Demo →

Composable verification for agent commerce

1

Seller Authorization

Is this seller officially authorized to represent this brand? The clearest, fastest check. One AuthorizedResellerCredential, one boolean, one decision.

2

Listing Integrity

Does this listing match a verified seller-product relationship? Useful for marketplace operators running agent-initiated transactions at scale. ProductProvenanceCredential per SKU.

3

Provenance & Chain of Custody

Full product origin and transfer history, verifiable on-chain via BrandRegistryCredential. An optional deeper layer for programs where source traceability matters.

For Brands

Define your authorized distribution once. Every agent in your ecosystem can verify before they buy — without rebuilding your supply chain stack.

For Marketplace Operators

Give your platform a trust signal that agents can act on. Stop unauthorized transactions before they execute, not after they've already caused damage.

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

Pricing

Pricing is the same across every MolTrust vertical — start free, then priced per active agent (Base and Scale). See full pricing → · per-call rates → /pricing#usage

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 onboarding its first brands now. Integration takes less than one day.

// BUILD WITH MOLTRUST

Ready to integrate?

Add agent verification to your API in one line.

Developer Quickstart → API Docs