fluid_build_lending_withdraw
Build an unsigned transaction to withdraw underlying assets from a Fluid fToken lending pool by burning fToken shares.
Instructions
Build an unsigned transaction to withdraw underlying assets from a Fluid fToken lending pool. Burns fToken shares in exchange for underlying assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network. Supported: ethereum, arbitrum, base, polygon, plasma | |
| owner | Yes | Address that owns the fToken shares (usually same as receiver) | |
| amount | Yes | Amount of underlying assets to withdraw (in raw units) | |
| rpc_url | No | ||
| receiver | Yes | Address that will receive the underlying assets | |
| ftoken_address | Yes | fToken contract address |