Agent finance on
institutional rails
Everything an agent needs. One SDK.
One SDK.
Every financial primitive.
Pay, earn, borrow, swap, invest — and more. All through a single TypeScript import.
Checking
Send and receive USDCx. Traffic handled automatically.
const agent = await CantonAgent.create();
await agent.mpp.pay("https://mpp.caypo.xyz/openai/...", {
maxPrice: "0.05"
});
// → 402 → USDCx transfer → 200 OKBalance
$2,847.50 USDCx
Traffic Reserve
12.4 CC
Daily Limit
$1,000 / $5,000
Savings
Earn yield on idle USDCx. Protocol-agnostic adapters.
4.21%
Deposited: $1,200.00 USDCx
Earned: $4.12 USDCx
Credit
Collateralized borrowing. Real-time health factor.
1.85
Exchange
Atomic swaps. USDCx ↔ CC. Best execution.
$0.015 USDCx
Investment
Strategies, DCA, portfolio tracking.
+$11.50 (+2.3%)
Safeguards
Per-transaction limits. Daily spending caps. Emergency wallet lock.
$1,000 / tx
Privacy
Sub-transaction privacy. Payment details visible only to sender and receiver.
2 parties
Validators see nothing · Canton Network
MCP
35 tools. 20 prompts. Claude Desktop, Cursor, Windsurf.
"What's my balance?"
→ $2,847.50 USDCx
Session Payments
Pay-per-token streaming. Micro-payments as LLM output flows.
347 tokens · $0.0041
New MPP intent · Deterministic finality
Agent-to-Agent
Escrow. Conditional release. Multi-step settlement between agents.
A → Escrow → B
Atomic settlement · Canton-native
import { CantonAgent } from '@caypo/canton-sdk'
How agents pay with CAYPO
Agent requests a paid API
Server returns 402 + payment challenge
CAYPO SDK auto-pays from checking
Agent retries with payment credential
Server verifies on Canton, delivers response
Try CAYPO
Select a financial scenario. Each demo runs real Canton transactions — verifiable on ccview.io.
Select a scenario:
↑↓ Navigate ↵ Select
Real transactions on Canton DevNet · Verifiable on ccview.io · ~1s per demo
Works with every AI platform
GATEWAY
17 services
46 endpoints
LLMs
OpenAI · Anthropic · Google Gemini · Groq · DeepSeek · Together AI · Perplexity
Media
fal.ai · ElevenLabs
Search
Brave Search · Firecrawl
Tools
Resend · OpenWeather · Google Maps · Judge0 · Reloadly · Lob
Why Canton Network?
Not all blockchains are built for finance.
Privacy by Default
Only transaction parties see payment details. No public ledger exposure.
Institutional Grade
DTCC, Goldman Sachs, JPMorgan, BNP Paribas already on Canton.
Deterministic Settlement
No re-orgs. No probabilistic finality. Every payment is final.
USDCx by Circle
USDC-backed stablecoin with privacy. $1 = $1, always.
Traffic, Not Gas
No volatile gas tokens. Predictable costs via traffic budgets.
Cross-App Composable
Atomic settlement across different Canton applications.
Open source. Non-custodial. Built for Canton.
CAYPO is 100% open-source under Apache 2.0 / MIT dual license. Every package is on npm. Every line of code is on GitHub.