intentAaveBorrow
Borrow tokens from Aave using supplied collateral, with options for stable or variable interest rate modes, supported by Ethereum-based automation tools.
Instructions
Borrows tokens from Aave using your supplied collateral. By default, the variable rate mode (2) is used.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount of tokens to borrow (in human-readable format). | |
asset | Yes | Token contract address to borrow. | |
chainId | Yes | Chain ID for borrowing. | |
interestRateMode | No | 1 for stable, 2 for variable (default is variable). |