Your Agents
0
No agents yet
Total Sent
$0.00
Cumulative · preview
Last Trigger
-
Nothing yet
Create your agent
Configure the rule once. Sign one EIP-712 message. Agent then runs in the background on Cloudflare cron - no servers to manage, no keys to hold.

You can pause, run on demand, or revoke at any time.
1
Pull USDC from your wallet on these chains
Agent pulls USDC directly from your wallet via a one-time gasless EIP-2612 permit signature - no pre-funded balance required.

Pick the chains where your USDC actually lives. Chains without permit support (like Arc) ask you to pre-fund the agent wallet instead.
connect wallet to load balances
Base
- USDC
Arc
- USDC
Ethereum
- USDC
Arbitrum
- USDC
Optimism
- USDC
Polygon
- USDC
Unichain
- USDC
Avalanche
- USDC
2
Who receives USDC
Each wallet receives USDC on the chain you pick beside it.

Same-chain delivery (chain is in your sources) uses direct transferFrom via permit.

Cross-chain delivery (different chain) routes through Circle CCTP V2 burn-and-mint (~30s in fast mode).
add one or more wallets
3
Set the refill rule
all values in USDC
Refill when wallet balance drops below
Agent checks each target wallet on every cron tick. If any has less than this amount, it triggers a refill for that wallet.
$ USDC
How much to send each refill
The amount of USDC delivered to a wallet when it dips below the threshold above.
$ USDC
Safety limit - max total per 24 hours
Agent stops if it tries to send more than this total in any rolling 24-hour window. Protects against bugs and runaway loops.
$ USDC / day
// What the agent will do
1 EIP-712 signature · revoke anytime · expires in 30 days
Your Agents
Active rules running in the background. Click any row to Manage - see full details, pause, run on demand, or revoke.
No agents yet
Configure a rule on the left and click Deploy. It'll show up here.

How your agent works

A single signature authorizes a Circle Programmable Wallet to act on your behalf, strictly within your declared rules. The agent runs continuously and only moves funds when conditions are met.

// Step 01
You sign once
An EIP-712 message captures your rule: source chains, target wallets, amounts, schedule or threshold, daily cap, expiry. No gas, no on-chain transaction - just a signature.
// Step 02
Agent watches
In top-up mode it polls each target balance. In schedule mode it waits for the next slot. The agent has no power outside your declared rules.
👁
// Step 03
Funds move
When triggered, the agent's Circle Smart Account uses your EIP-2612 permit to transferFrom() USDC directly out of your wallet to the targets. Gas is sponsored by Circle Paymaster - you pay nothing.
// Step 04
You stay in control
Pause, resume, or revoke any agent in one click. Every execution is logged with timestamps and tx hashes once live execution ships.
Agent