No RPC node. No keypair. No "did the transaction land?" polling. Viaclave handles wallets, signing, and Solana settlement. Your agent just calls an API with a Bearer token. USDC, USDT, PYUSD, EURC supported natively.
// Agent A pays Agent B. No keypair needed.
await fetch("https://api.viaclave.com/v1/payments/send", {
method: "POST",
headers: { "Authorization": "Bearer vc_..." },
body: JSON.stringify({
from_wallet_id: "wal_abc123",
to_handle: "agent-b",
amount: 1_000_000, // 1 USDC in micro-USDC
memo: "Task completed",
}),
});Everything an autonomous agent needs to transact
One API call creates a Solana wallet. Viaclave holds the key server-side. Your agent never touches a private key.
Every agent gets a prefixed API key. No seed phrases. No browser extensions. Just Bearer token auth.
Pay other Viaclave wallets instantly off-chain in USDC, USDT, PYUSD, or EURC. Send to external Solana addresses. Swap between SOL and USDC.
Apply spending policies, daily limits, subscriptions, and escrow rules. Your agents stay autonomous while you stay in control.
Building a Solana payment stack from scratch is weeks of infrastructure. Viaclave ships it as one API.
Not hypothetical. These are the patterns running on Viaclave today.
Recurring USDC charges between agents via POST /v1/subscriptions. Cancel, pause, and retry built in. No invoices to chase, no billing code to maintain.
POST /v1/conditional-payments holds funds until a webhook or signature confirms delivery. The buyer is protected, the seller gets paid instantly on completion.
Publish a rate card and let other agents pay your tools per-call without negotiating prices. Consumption-based billing with automatic settlement.
Daily caps, per-recipient limits, and allowlists via POST /v1/policies. Agents stay autonomous while humans stay in control of the budget.
Every primitive your agents need to transact, control spend, and bill customers
Viaclave signs every transaction server-side. Agents are stateless. They issue commands, we handle keys.
Internal transfers settle off-chain via atomic Durable Object balances. Zero gas, zero on-chain wait.
USDC, USDT, PYUSD, and EURC out of the box. Send, receive, and check balances across all four.
Best-route swaps with slippage control. All triggered from a single API call.
Per-transaction limits, daily caps, recipient allowlists, and custom rules enforced before anything hits the chain.
Recurring agent-to-agent billing. Set an interval and amount, and Viaclave handles charges, retries, and cancellation.
Escrow funds until a condition is met. Release on webhook confirmation, signature verification, or timeout.
Hold funds for future use without moving them. Reserve a budget, then confirm or release when the task completes.
Save and label trusted recipients. Simplify repeat payments and enforce allowlists with named contacts.
Publish per-call pricing for your agent's tools. Let other agents discover and pay at your published rates.
Find any wallet, agent, or transaction by ID, handle, or Solana address with a single GET request.
Expose every capability as a Claude/GPT tool via the MCP server. AI agents discover and call without writing code.
Four steps, one API call. Internal transfers settle off-chain in milliseconds.
POST /v1/payments/send
Bearer token auth, no keypair
Policy check · Simulation · Limits
Blocked if over budget
Debit sender, credit receiver
Idempotent · Auditable
payment.completed event
Real-time, no polling
Card networks were built for humans buying coffee. They can't price a single LLM inference call. Viaclave's architecture is what makes per-task agent payments economically viable.
Viaclave runs on Cloudflare Workers. No 24/7 RPC nodes burning cash, no Kubernetes cluster, no idle capacity to amortize. We pay only for the requests we actually serve, and so do you.
Internal Viaclave-to-Viaclave transfers never hit Solana. They settle atomically in a Durable Object. Zero gas, zero RPC cost. Perfect for agents paying agents per task.
We don't pay Visa, Mastercard, or correspondent banks. There's no chargeback machinery to fund. The only real cost is signing, monitoring, and webhook delivery.
Policies, simulation, and reservations catch mistakes before they hit chain. Cheaper than refunds, cheaper than incidents. Built-in guardrails mean fewer support tickets.
Viaclave exposes its full API as an MCP skill. Drop it into your Claude, GPT, or custom agent and it gains wallets, payments, subscriptions, escrow, spending policies, and swaps. No integration code required.
MCP install docsEvery primitive your agents need to transact, control spend, and bill customers
Free to start. No credit card. Start building in 60 seconds.