Conto

Policy-checked payments for OpenClaw agents

Connect an OpenClaw agent to Conto so payment requests can be evaluated before execution. Conto checks budgets, recipient rules, approval thresholds, and audit context before funds move.

Install

npx clawhub install conto
Then add CONTO_SDK_KEY to your OpenClaw config. Setup guide

How OpenClaw payment requests move through Conto

The Conto skill routes payment requests to Conto before execution and returns an approve, deny, or review-needed decision.

Step 1

Agent requests a payment

Your OpenClaw agent calls a payment tool. The Conto skill sends the request to Conto before funds move.

Works with x402 micropayments, direct transfers, and virtual card charges.

Step 2

Conto evaluates context

Amount limits, categories, recipient trust, time windows, and velocity rules are checked together.

Sub-second policy result with clear reasons.

Step 3

The payment clears or pauses

Approved payments continue. Denied payments return the violation. High-value requests route to a reviewer with context attached.

A complete payment record stays in Conto.

Payment controls your wallet cannot provide alone

Rules that evaluate recipient, amount, category, timing, and approval state before execution.

Spend limits

Set per-payment, daily, weekly, and monthly caps scoped by agent or project.

Category policy

Keep agent spend inside approved categories such as API providers, cloud services, or vendors.

Counterparty rules

Allow approved recipients, block risky addresses, or route unknown vendors to review.

Time windows

Keep payments inside business hours, weekdays, or custom schedules when a workflow needs boundaries.

x402/MPP controls

Cap per-request cost, daily service spend, and approved endpoints for paid API or inference calls.

Approval routing

Send high-value requests to reviewers with the agent, recipient, and policy context attached.

Manage Conto policies from OpenClaw

With an admin SDK key, your agent can create, inspect, and update policy through natural language.

/conto create a policy that limits each transaction to 200 pathUSD
/conto only allow API_PROVIDER and CLOUD categories
/conto block address <address> from receiving payments
/conto require approval for payments over 500 pathUSD
/conto list my policies

Payment activity for OpenClaw agents

Review requests, policy results, denied payments, and alerts for OpenClaw agents from the Conto workspace.

Conto dashboard showing agent spend tracking, policy results, and transaction monitoring

Documentation and references

Supported chains:Base USDCTempo pathUSDSolana USDC / SOL

Bring Conto payment policy into OpenClaw

Install the skill, connect an SDK key, and test on Tempo Testnet.