The checkout standard for AI agents.
Trust UCP orchestrates verification, policy, and settlement for agent-driven commerce. One protocol to prove identity, enforce risk, and unlock instant checkouts.
Powering agent commerce across top marketplaces
Billions of transactions. Zero verification.
AI agents will transact trillions—but there's no way to know who's behind them, what they're allowed to do, or how to stop them when things go wrong.
Select a node to see why it's a risk
Click any node in the network above
Node Name
StatusNode Type
What's Missing
Why It Matters
Explanation of why this matters.
Potential Consequence
What could go wrong.
Assertions, not PII. Trust, verified.
Trust UCP transmits verified facts about merchants — not sensitive data. AI agents evaluate standardized assertions to make autonomous trust decisions.
Trust Assertion Checker
Evaluating merchant: shop_abc123
Verified legal entity
Current & valid registration
Physical address verified
Domain ownership confirmed
Officers/directors verified
Trust Framework Levels
Progressive assurance for different transaction types
Low-value transactions
Standard e-commerce
High-value, B2B
Regulated industries
{
"status": "verified",
"trust_framework": "dev.ucp.kyb_v1",
"assurance_level": "enhanced",
"assertions": [
"legal_entity_exists",
"registration_valid",
"address_verified",
"principals_verified"
],
"provider": {
"id": "com.trustucp"
}
} Trust you can mathematically verify
No blind trust. No black boxes. Every assertion is cryptographically signed, selectively disclosed, and anchored to public infrastructure.
SD-JWT Credentials
Selective disclosure lets merchants reveal only the assertions needed—never raw PII. Agents verify claims without seeing underlying data.
Hedera Anchoring
Verification proofs are anchored to Hedera's public ledger—immutable timestamps that anyone can audit without trusting a central authority.
Ed25519 Signatures
Every assertion is cryptographically signed. Agents verify authenticity instantly—no API calls, no round trips, no trust assumptions.
How it works together
Merchant gets verified
KYB checks generate signed assertions about business identity, registration, and address.
Proof anchored on-chain
A hash of the verification bundle is written to Hedera—creating an immutable, timestamped record.
Agent verifies locally
AI agents receive SD-JWT credentials, verify signatures, and check anchors—all without exposing PII.
// SD-JWT Verifiable Credential
{
"type": "MerchantVerification",
"assertions": {
"legal_entity_exists": true,
"registration_valid": true,
"address_verified": true
},
"issuer": "did:hedera:mainnet:...",
"proof": {
"type": "Ed25519Signature2020",
"anchor": "0.0.1234@1706..."
}
} Everything you need for policy-native commerce
A composable stack built for AI agent commerce. Every layer is programmable, auditable, and ready to scale.
Trust Console
Merchant mission control for verification, policies, and audit proofs. Manage your trust posture from a single dashboard with real-time analytics.
Control Plane
Multi-tenant identity, KYB/KYC, and policy configuration for agent routing at scale.
UCP Gateway
Edge-grade routing for checkout sessions, escalations, and proofs with 99.9% availability.
Adapter Mesh
Connect Shopify, WooCommerce, custom carts, and emerging AI marketplaces seamlessly.
Policy Engine
Define risk tiers, verification rules, and escalation paths for every agent interaction.
UCP-native APIs built for AI orchestration
Generate checkout sessions, enforce verification policies, and deliver trust proofs with a single API surface. Built for orchestration engines and agent frameworks.
- JSON-first, webhook-ready responses
- Deterministic policy enforcement
- SDKs for Python, TypeScript, Go
- OpenAPI spec + Postman collection
const session = await ucp.checkout({
merchant: "shop_abc123",
agent: "agent_xyz789",
items: cart.items,
policy: "standard"
});
// Response includes trust signals
if (session.verified) {
await session.complete();
// Access the proof
const proof = session.trustProof;
console.log(`Verified: ${proof.merchantId}`);
} The agentic commerce wave is here
Agents entering production
OpenAI Operator, Google Agent2Agent, and browser automation tools are shipping now.
No commerce-specific protocol
MCP and A2A focus on orchestration — none solve merchant verification at checkout.
First-mover advantage
Define the standard before competitors. Become the default trust layer for AI commerce.
Ready to build trusted agent commerce?
Join the developer preview and help shape the protocol.
🎉 You're on the list! We'll be in touch soon.
Something went wrong. Please try again.
We'll reach out with API access and documentation.