agentek-eth

by NaniDAO
Verified

intentAaveRepay

Repay Aave debt by specifying the asset, amount, and chain ID. Use variable or stable rate modes to manage loan repayments efficiently on Ethereum networks.

Instructions

Repays your Aave debt. By default, the variable rate mode (2) is used for repayment.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of tokens to repay (in human-readable format).
assetYesToken contract address of the asset to repay.
chainIdYesChain ID for repayment.
rateModeNo1 for stable, 2 for variable (default is variable).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of tokens to repay (in human-readable format).", "type": "string" }, "asset": { "description": "Token contract address of the asset to repay.", "type": "string" }, "chainId": { "description": "Chain ID for repayment.", "type": "number" }, "rateMode": { "description": "1 for stable, 2 for variable (default is variable).", "type": "number" } }, "required": [ "chainId", "asset", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce