fluid_build_vault_t3_operate
Create an unsigned transaction to open or modify a Fluid Vault T3, adjusting collateral and dual-asset debt with slippage limits.
Instructions
Build an unsigned transaction to interact with a Vault T3 (single-asset collateral, dual-asset debt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain network. Supported: ethereum, arbitrum, base, polygon, plasma | |
| nft_id | Yes | Position NFT ID (0 to open new position) | |
| new_col | Yes | Collateral change in raw units | |
| rpc_url | No | ||
| receiver | Yes | Address to receive withdrawn collateral or borrowed tokens | |
| vault_address | Yes | Vault T3 contract address | |
| debt_shares_max | Yes | Maximum debt shares (slippage protection) | |
| debt_shares_min | Yes | Minimum debt shares (slippage protection) | |
| new_debt_token0 | Yes | Token0 debt change in raw units | |
| new_debt_token1 | Yes | Token1 debt change in raw units |