circle_transfer_usdc
Transfer USDC from a Circle agent wallet to a specified on-chain address, with an optional memo. Verify that the wallet policy permits the transaction.
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 |