Aave V3 Action
aave_actionPerform Aave V3 actions on Base: supply, borrow, repay, or withdraw. Supports auto-wrapping for ETH, 'max' for full balance, and simulate preview.
Instructions
Execute an Aave V3 action on Base: supply, borrow, repay, or withdraw. ETH supply/repay can auto-wrap and ETH withdraw can auto-unwrap; borrowing the ETH market returns WETH. Use 'max' as amount to repay or withdraw the full balance. Set simulate=true for a no-broadcast operation preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token symbol (e.g. 'ETH', 'USDC', 'WETH') | |
| action | Yes | Aave action to perform | |
| amount | Yes | Amount (e.g. '100', '0.5', 'max'). Use 'max' for full repay/withdraw. | |
| simulate | No | Set true for a no-broadcast operation preview |