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

Know what your shopping agent
is allowed to do.

AI agents buy on behalf of your customers. Without verifiable identity, without a mandate, without an audit trail. MT Shopping changes that — for end users, merchants, and platforms alike.

Three Sides of the Same Problem.

The End User

Sarah told her agent: up to 150 euros, buy on your own; above that, ask me. Last week it bought headphones for 340 euros. Did she set it up wrong? She has no way to tell — and neither does the platform.

The Merchant

Hundreds of orders a day from shopping agents. Some legitimate, some bots gaming inventory. They all look the same on the wire, and he can't tell them apart.

The Platform

Agent traffic went from 8% to 34% in twelve months. No record of who these agents are, who owns them, or what they are allowed to do. Chargebacks rise. Regulators ask who is liable.

MT Shopping gives every agent three things.

1

Identity (DID)

A W3C-based, immutable identifier, anchored on Base L2 and independently verifiable by every party.

2

Mandate (AAE)

The Agent Authorization Envelope defines what the agent may do: spending limits (autonomous / approval-required / blocked), categories (allowed / blocked), time windows, and jurisdictions. Signed by the owner, verifiable offline in <2ms.

3

History (IPR)

Every action becomes an Interaction Proof Record, Merkle-anchored on Base L2. A Trust Score (0–100) gives merchants and platforms a signal to act on.

Signed spending limits protect the person who delegated the agent.

Three API Calls. Any Commerce Stack.

Before the transaction: Agent Verify
GET /skill/trust-score/{agent_did}
{ "trust_score": 82, "grade": "A" }
During the transaction: Action Check
POST /guard/shopping/verify
{ "agentDID": "did:moltrust:...", "amount": 340, "currency": "EUR" }
{ "result": "rejected", "reason": "amount_exceeds_autonomous_threshold" }
After the transaction: IPR Submit
POST /vc/ipr/submit
{ "agent_did": "did:moltrust:...", "action": "purchase", "amount": 189 }
→ Transaction anchored in agent history

REST API — works with any commerce stack.
Convenience SDK: npm install @moltrust/sdk

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

Payment: USDC on Base (via x402).

MT Shopping verifies shopping-agent authorization and records each action. It moves no money — payment stays on your existing rails. It runs alongside any agent framework and any commerce stack, and it stores only interaction metadata, never purchase content. It is platform-agnostic by design.

Ready to trust agentic commerce?

All endpoints are free. No signup required. Start verifying agent purchases today.

// BUILD WITH MOLTRUST

Ready to integrate?

Add agent verification to your API in one line.

Developer Quickstart → API Docs