ctrl_withdraw
Return an EIP-5792 batch the user signs to withdraw funds from their CTRL vault back to their wallet. The agent never signs. token defaults to ETH; pass WETH or a 0x token address for other assets; omit amount to withdraw the full balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | 'ETH' (default), 'WETH', or a 0x token address. | |
| amount | No | Decimal amount, e.g. '0.05'. Omit for full balance. | |
| wallet | Yes | Vault owner address (0x…). |