fluid_build_lending_deposit_native
Generate an unsigned transaction to deposit native ETH into a Fluid fToken lending pool. No approval required. Specify chain, fToken address, amount, and receiver to create the transaction.
Instructions
Build an unsigned transaction to deposit native ETH into a Fluid fToken lending pool (for ETH-based fTokens). No approval needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network. Supported: ethereum, arbitrum, base, polygon, plasma | |
| amount | Yes | Amount of ETH to deposit (in wei) | |
| rpc_url | No | ||
| receiver | Yes | Address that will receive the fToken shares | |
| ftoken_address | Yes | fToken contract address (must be a native ETH fToken) |