fluid_build_lending_deposit
Construct an unsigned transaction to deposit assets into a Fluid fToken lending pool. Returns transaction data for signing and sending via the ERC4626 deposit() method.
Instructions
Build an unsigned transaction to deposit assets into a Fluid fToken lending pool. Returns the transaction data that must be signed and sent by the agent's wallet. Uses the ERC4626 deposit() method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network. Supported: ethereum, arbitrum, base, polygon, plasma | |
| amount | Yes | Amount of underlying assets to deposit (in raw units / wei) | |
| rpc_url | No | ||
| receiver | Yes | Address that will receive the fToken shares | |
| ftoken_address | Yes | fToken contract address to deposit into |