// use cases

What you can build
with Proco.

From AI agent micropayments to cross-border enterprise settlement — Proco is the programmable payment layer your product needs.

// 01
AI AGENT PAYMENTS

Agents that pay other agents.

AI agents need to transact at machine speed and machine scale — from sub-cent compute invoices to cross-agent settlement. Proco's non-custodial primitives give agents direct, compliant USDC access without human intervention at every step.

  • Sub-cent micropayments — $0.001 per compute call, settled on Solana in under 1 second
  • Agent-owned wallets — fully programmable, non-custodial, one API call
  • Autonomous triggers — "pay 0.5 USDC when task completes" without human in the loop
  • Compliance at the protocol level — agent identity verified automatically
Talk to us →
agent_payment.ts
// Agent A pays Agent B for task
const payment = await proco
  .payments.create({
    from: 'agent_wallet_a',
    to: 'agent_wallet_b',
    amount: '0.0012',
    currency: 'USDC',
    chain: 'solana',
    memo: 'task:img-gen-029',
  });
settled · 0.42s · $0.00003 gas
// 02
CONDITIONAL SETTLEMENT

Define the condition.
Proco watches the state.

Write the condition once — a model output, an on-chain event, a webhook, a threshold. Proco holds the funds in a non-custodial escrow and releases them the instant the condition is met. No polling. No human trigger. No float.

  • Event-triggered release — pay when on-chain state, model output, or webhook fires
  • Non-custodial escrow — funds held on-chain, released by condition — not by a human
  • Fan-out settlement — one condition triggers splits to multiple agent wallets simultaneously
  • Immutable audit trail — every condition, trigger, and transfer recorded on-chain
See a live conditional flow →
// condition-triggered settlement
01
Condition defined
tx queued · escrow
02
State watch active
on-chain · polling off
03
Trigger fired
model.out = "done"
04
Funds released
6.2s total
// 03
WALLET-NATIVE ROUTING

A wallet address has
no nationality.

Agents don't have bank accounts — they have wallet addresses. Proco routes USDC to any wallet on any supported chain in seconds. No FX layer, no correspondent banking, no geography constraint. The recipient's chain is your only variable.

  • Multi-chain routing — Base, Solana, Ethereum, Polygon with a single API call
  • No FX conversion — USDC is USDC on every chain, no currency conversion ever
  • $0 bridging fees — Proco routes natively, not through cross-chain bridges
  • Wallet-to-wallet only — no bank accounts, no intermediary balance sheet
See it live →
// multi-chain routing · live
base
0x1a2b…f3c9
$4,200 USDC
4.1s
sol
0xc3d4…a201
$11,800 USDC
0.4s
eth
0xe5f6…b812
$890 USDC
14.2s
matic
0xa7b8…9d04
$3,440 USDC
2.3s
base
0x2c9e…7f55
$2,100 USDC
3.8s
// 04
M2M & AGENT COMMERCE

Machine-to-machine payment at sub-cent scale.

When AI services charge each other, the payment rails need to work at machine speed, machine frequency, and near-zero cost. Proco's Solana integration enables <1s finality at $0.00003 gas — economics that make sub-cent per-transaction billing viable for the first time.

  • Metered billing — pay per token, per call, per compute unit, per API request
  • Streaming payments — continuous payment as work is delivered, not after
  • Fully non-custodial — agents own their wallets, no intermediary balance sheet
  • Programmable limits — agents can set spend caps, rate limits, and approval thresholds
Talk about your architecture →
// live m2m ledger · 2.1s
orchestrator_01 → llm_node_04$0.0012
4,096 tokens · gpt-equiv0.4s ago
orchestrator_01 → vision_node_02$0.0031
image analysis · 1024px0.9s ago
orchestrator_01 → search_node_07$0.0008
web retrieval · 8 results1.6s ago
session total$0.0051 USDC

See your use case live.

30 minutes. We'll walk through your specific use case with a live integration demo and answer any technical questions.