supply_to_lending
Supply assets to lending protocols to earn interest. Provide protocol, asset, amount, and network to execute the deposit.
Instructions
Supply/deposit assets to a lending protocol to earn interest
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Asset address to supply | |
| amount | Yes | Amount to supply (in wei) | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| protocol | Yes | Lending protocol (e.g., 'Aave V3') | |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. |