fluid_build_vault_t2_operate
Build an unsigned transaction to manage Fluid Vault T2 positions by adjusting dual-asset collateral and single-asset debt, with slippage protection for safe execution.
Instructions
Build an unsigned transaction to interact with a Vault T2 (dual-asset collateral, single-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) | |
| rpc_url | No | ||
| new_debt | Yes | Debt change in raw units | |
| receiver | Yes | Address to receive withdrawn collateral or borrowed tokens | |
| vault_address | Yes | Vault T2 contract address | |
| col_shares_max | Yes | Maximum collateral shares (slippage protection) | |
| col_shares_min | Yes | Minimum collateral shares (slippage protection) | |
| new_col_token0 | Yes | Token0 collateral amount in raw units | |
| new_col_token1 | Yes | Token1 collateral amount in raw units |