circle_transfer_usdc
Send USDC from a Circle agent wallet to any on-chain address. Specify amount and optional memo.
Instructions
Send USDC from a Circle agent wallet to an on-chain address. Confirm wallet policy allows the recipient address and the amount is within daily cap before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_id | Yes | Source wallet ID | |
| to_address | Yes | Recipient on-chain address (0x...) | |
| amount_usdc | Yes | Amount in USDC (e.g. 5.00 = five dollars) | |
| memo | No | Optional transfer memo |