// use cases

What you can build
with Proco.

Proco is the financial infrastructure layer for AI agents — from hedge funds running autonomous trading agents to corporate treasuries operating on programmable conditions.

// 01
AI HEDGE FUNDS & INVESTMENT AGENTS

Investment agents that settle the moment a signal fires.

AI-driven hedge funds and autonomous trading agents need payment rails that settle the instant a position is opened or closed. No batch windows. No manual treasury ops. When the model fires, Proco executes — atomically, on-chain, with a full compliance and audit trail.

  • Signal-triggered settlement — payment fires the moment a model output or on-chain event resolves
  • Agent-owned wallets — non-custodial USDC wallets owned by the agent, not a custodian
  • Programmable spend policies — per-position caps, daily limits, and allowed-wallet allowlists
  • Immutable on-chain audit trail — every settlement, txHash, and compliance reference recorded
Talk to us →
investment_agent.ts
// Trigger: model signal fired
const payment = await proco
  .payments.create({
    from: 'agent:fund-01',
    to: '0x4f9a…c31d',
    amount: '48200.00',
    currency: 'USDC',
    trigger: { event: 'signal.fired' },
  });
settled · 7.1s · on-chain
// 02
CORPORATE TREASURY AUTOMATION

A treasury that runs on conditions.
Not on instructions.

Define the rules once. A corporate treasury agent monitors balances across wallets, evaluates thresholds in real time, and sweeps capital to the right destination the moment a condition is met — yield pools, payment buffers, subsidiary wallets — 24/7, no human ops team required.

  • Threshold-triggered sweeps — capital routes automatically when balance crosses a set level
  • 24/7 autonomous operation — no human scheduler, no manual ops, no batch window
  • Multi-destination routing — fan out to yield pools, buffers, and sub-wallets simultaneously
  • On-chain audit trail — every sweep, condition, and settlement recorded immutably
See a live treasury flow →
// treasury agent · live
01
Balance threshold crossed
agent:treasury-01
02
Rules evaluated
conditions matched · instant
03
Fan-out routing
3 destinations · parallel
04
All settled
8.4s total · $4.2M
// 03
AUTONOMOUS ACCOUNTS PAYABLE

AP that pays when work is done.
Not when someone approves it.

Autonomous AP agents verify deliverables, match invoices to on-chain conditions, and fire USDC to vendor wallets the moment criteria are met. No manual approvals. No payment runs. No float. The condition resolves, the payment executes.

  • Condition-based release — pay when deliverable verified, milestone hit, or contract state resolved
  • Wallet-to-wallet settlement — USDC direct to vendor wallet, no bank account required
  • Zero float — funds move the moment conditions resolve, not at end of payment run
  • Multi-network routing — Base, Solana, Ethereum — recipient's network selected automatically
See it live →
// AP settlement ledger · live
base
vendor:0x1a2b…f3c9
$24,000 USDC
8.2s
sol
vendor:0xc3d4…a201
$6,400 USDC
0.4s
eth
vendor:0xe5f6…b812
$112,000 USDC
14.2s
base
vendor:0xa7b8…9d04
$18,500 USDC
7.8s
// 04
DEFI & ON-CHAIN FINANCE AGENTS

DeFi agents that pay and settle without leaving the chain.

DeFi protocols and on-chain finance agents need payment primitives that are composable, non-custodial, and operate at contract speed. Proco's primitives integrate directly into agent frameworks and smart contract workflows — no off-chain middleware, no custodial bridge, no trust assumption.

  • On-chain condition execution — smart contract state triggers payment atomically
  • Non-custodial by design — no funds held in transit, no counterparty exposure
  • Protocol composability — Proco primitives embed into existing DeFi agent flows
  • Agent-to-protocol settlement — agents pay protocols directly, wallet to contract address
Talk about your architecture →
// defi agent ledger · live
defi_agent_01 → aave-v3:pool$80,000
supply · condition: balance > $100K8.1s ago
defi_agent_02 → uniswap:router$12,400
swap trigger · oracle price hit14.3s ago
defi_agent_03 → compound:market$34,900
borrow repay · rate threshold22.0s ago
settled this session$127,300 USDC
// 05
DAO & PROTOCOL TREASURIES

DAO treasuries that execute on governance outcomes.

When a DAO proposal passes, the treasury should execute automatically — not wait for manual approval from a cosigner to come online. Proco enables DAO and protocol treasuries to attach payment execution directly to governance events, on-chain votes, and proposal outcomes. Rules are programmable, execution is atomic.

  • Governance-triggered execution — payment fires when on-chain vote resolves or proposal passes
  • Non-custodial treasury wallets — DAO owns the wallet, Proco never holds the funds
  • Programmable distribution — fan-out payments to contributor wallets on proposal approval
  • Immutable record — every grant, payment, and condition logged on-chain with txHash
Talk to us →
dao_treasury.ts
// Trigger: governance proposal passed
const grant = await proco
  .payments.create({
    from: 'treasury:main',
    to: 'contributor:0x8b2c…d14a',
    amount: '15000.00',
    currency: 'USDC',
    trigger: { event: 'proposal.passed' },
  });
settled · 12.4s · on-chain

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.