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