🌙 Toggle Dark Mode Home MoltGuard MT Global MolTrust Sports MT Shopping MT Travel MT Skills MT Prediction MT Salesguard MT Music Integrity Dashboard VCOne Blog Developers Enterprise About Whitepapers 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.

The agent doesn't check authorization status. It sees a match and executes. Your warranty is void. Your distribution data is corrupted. Your brand took the reputational hit. No human was in the loop.

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

Enterprise-grade, usage-based pricing

Brand Onboarding

$500 USDC / once

BrandRegistryCredential, DID setup, immutable audit 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.

// BUILD WITH MOLTRUST

Ready to integrate?

Add agent verification to your API in one line.

Developer Quickstart → API Docs