fluid-plugin
Overview
Fluid Protocol is a smart-collateral lending platform by Instadapp, live on Ethereum and Arbitrum. Positions are ERC-721 NFTs managed through a single operate() entry point per vault.
Core operations:
- Supply collateral (ETH, wstETH, rETH, and other LSTs)
- Borrow stablecoins or ETH against your collateral
- Repay outstanding debt
- Withdraw collateral when your position is healthy
Tags: defi lending ethereum arbitrum instadapp
Prerequisites
- No IP/region restrictions
- Supported chains: Ethereum (1), Arbitrum (42161)
- Supported tokens: ETH, wstETH, rETH, sfrxETH, cbETH, weETH, ezETH, mETH, USDC, USDT, DAI, WBTC, and more
- onchainos CLI installed and authenticated
- A wallet with collateral tokens funded on the target chain
Quick Start
- Browse vaults:
fluid vaultsto see all T1 pairs on Ethereum - Preview supply:
fluid supply --vault <addr> --amount 0.1(safe — no broadcast) - Execute supply: Add
--confirmto broadcast; note thenft_idin the response - Borrow:
fluid borrow --vault <addr> --nft-id <id> --amount 100 --confirm - Check positions:
fluid positionsto see your open NFT positions