withdraw_compound
Withdraw supplied assets from Compound V3 (Comet USDC market). Specify asset, amount, or use 'max' to withdraw entire balance.
Instructions
Withdraws a previously supplied asset from Compound V3 (Comet USDC market). Pass "max" as the amount to withdraw your entire balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ERC-20 token address to withdraw. | |
| amount | Yes | Amount to withdraw. Use "max" to withdraw entire balance. | |
| chain_id | No | Chain ID. Default: 1 (Ethereum mainnet). |