deposit_txn
Build unsigned transactions to deposit tokens into a DorkFi lending market on Voi or Algorand. Returns base64-encoded transactions for external signing.
Instructions
Build unsigned transactions to deposit (supply) tokens into a DorkFi lending market. Returns base64-encoded transactions for signing via UluWalletMCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network | |
| amount | Yes | Amount in human-readable units (e.g. '100' for 100 VOI) | |
| sender | Yes | Sender wallet address | |
| symbol | Yes | Token symbol to supply (e.g. VOI, USDC) |