fluid_build_lending_mint
Mint fToken shares by generating an unsigned transaction that deposits underlying assets, enabling lending on Fluid across multiple chains.
Instructions
Build an unsigned transaction to mint a specific number of fToken shares by depositing underlying assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network. Supported: ethereum, arbitrum, base, polygon, plasma | |
| shares | Yes | Number of fToken shares to mint (in raw units) | |
| rpc_url | No | ||
| receiver | Yes | Address that will receive the fToken shares | |
| ftoken_address | Yes | fToken contract address |