deposit_txn
Create unsigned transactions for depositing tokens into DorkFi lending markets. Returns base64-encoded payloads ready for signing via UluWalletMCP.
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) |