withdraw_funds
Withdraw USDC from the agent wallet to an external Polygon/EVM address. Provide the amount as a decimal string, and receive confirmation before execution in interactive contexts.
Instructions
Withdraw USDC from the agent wallet to an external address. Amount is a decimal string (e.g. "25.00"). Confirms with the user before executing in interactive contexts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | ||
| toAddress | Yes | Destination address (Polygon / EVM). | |
| amountUsdc | Yes | Amount in USDC as a decimal string, e.g. "12.50". |