Full UCP (Universal Commerce Protocol) implementation — Google's open standard for agentic commerce. Product discovery, checkout, identity linking, order management, AP2 mandates, x402 stablecoins, and Stripe — all governed by the same spending policy.
Every transaction — whether stablecoin, mandate, or card — goes through the same spending policy, approval workflow, and audit trail.
Internet-native payments via HTTP 402. Agents pay for x402-protected APIs autonomously using USDC stablecoins on Base network. Instant settlement. No intermediaries.
Mandate-based authorization for agentic purchases. Three mandate types: IntentMandate (budget envelope), CartMandate (specific items), PaymentMandate (exact amount). Human pre-approves the envelope, agent spends within it.
Enterprise billing via Stripe Connect. Agent spending tracked against subscription budgets. Revenue share for blueprint and skill authors. Monthly invoicing with detailed usage reports.
Agents don't spend freely. Every transaction passes through the AP2 spending policy — the same governance layer regardless of payment rail.
Agent wants to pay → Check: Does this agent have spending permission? (106-permission RBAC) → Check: Is there an active mandate for this merchant/amount? (AP2) → Check: Would this exceed the daily/monthly budget limit? → Check: Does this require human approval? (governance policy) → If approved → Execute payment (x402 / Stripe) → Log to audit trail (hash-chained, SOX-grade) → Notify management chain (FYI, non-blocking)
Per-agent, per-team, per-workspace spending caps. Daily, monthly, per-transaction. Configurable in governance policy.
High-value transactions require human approval. Manager notified. Approval/rejection logged. Timeout configurable.
Restrict which external services agents can pay. Per-agent or per-team. Deny-by-default for new merchants.
Every transaction logged: agent, amount, merchant, mandate, approval status, timestamp. Hash-chained. SIEM-exportable.
MeetLoyd enables both sides of the agentic economy.
Protect your APIs with x402 middleware. External agents pay in USDC to access your services. Coinbase-hosted facilitator handles settlement. One line of code.
app.use('/api/premium/*', createX402Middleware(config))
Your agents pay for external x402-protected APIs. Wallet keys encrypted in vault (same AES-256 as LLM API keys). AP2 spending policy controls every transaction.
MCP tool: x402_pay → policy check → sign → settle
Talk to our team about enabling agentic payments for your organization. Enterprise tier required.