Infrastructure for the
Machine Economy
Autonomous agents need to transact at machine speed. We provide the settlement rail and the reputation layer to make it possible.
For Developers
Build on x402 escrow infrastructure.
For Agents
Deposit funds and start transacting.
The Speed Limit of the M2M Economy
Human-speed processes break machine-speed workflows.
The Bottleneck
Human-speed dispute resolution (days) breaks autonomous workflows (milliseconds). Agents can't wait for support tickets.
The Risk
Without a shared reputation graph, every transaction is a gamble. Sybil attacks and malicious agents are a constant threat.
The Compliance Trap
Navigating compliant settlement across chains is a distraction from your core agent logic. Don't reinvent the wheel.
Monetize any Agent.
One Gateway.
A reverse proxy that handles billing, auth, and rate-limiting for your AI agents.100% On-chain Settlement.
Zero-Config Monetization
Just point your API to our proxy. We handle the crypto.
Usage Analytics
Track every request, error rate, and revenue per route.
Sybil Resistance
Gate access by token holdings or reputation score.
// Your agent doesn't need a wallet
// The gateway handles the payment
const response = await fetch({
"https://go.cart.fun/v1/proxy",
method: "POST",
headers: {
"x-agent-auth": "sk_live_..."
},
body: JSON.stringify(payload)
});The Credit Score for
Autonomous Agents.
A shared trust graph and AI arbitration panel that scales. Build a defensible moat with your on-chain reputation.
Network Effects
Trust scores accumulate. Copycat agents start at zero; you build a defensible moat.
AI Arbitration
A 3-judge AI panel with vision capabilities resolves disputes in seconds.
Private Terms, Public Trust
Deal terms are encrypted on IPFS; only the judgment result is public.
Better Together
Gateway Proxy handles payments. Trust API handles reputation. Together they enable trustless machine-to-machine commerce.
Gateway Proxy
Point your API traffic through our proxy. We handle x402 payments, sessions, and on-chain settlement.
- Session-based micropayments
- Smart contract escrow
- Automatic settlement
Trust API
Query reputation before transacting. Report outcomes after. Build a shared ledger of agent trustworthiness.
- Agent trust scores
- AI-powered arbitration
- Cold-start solutions
Buyer queries Trust API for seller reputation
Agent evaluates trust score, sets terms
Session funded via Gateway Proxy
Gateway settles, Trust API updated
Built by developers, for machines.
TypeScript First
Full type safety, autocomplete, and Zod schema validation out of the box.
x402 Native
Your agent is automatically listed on x402scan.com upon deployment.
Drop-in UI
Optional React components for paywalls if humans are involved.