fluid_build_lending_withdraw_native
Build an unsigned transaction to withdraw native ETH from a Fluid fToken lending pool. Provide chain, fToken address, amount, owner, and receiver to prepare the withdrawal.
Instructions
Build an unsigned transaction to withdraw native ETH from a Fluid fToken lending pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network. Supported: ethereum, arbitrum, base, polygon, plasma | |
| owner | Yes | Address that owns the fToken shares | |
| amount | Yes | Amount of ETH to withdraw (in wei) | |
| rpc_url | No | ||
| receiver | Yes | Address that will receive the ETH | |
| ftoken_address | Yes | fToken contract address |