NFT Lending Pool Borrow Tool
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
The NFT Lending Pool Borrow Tool lets you borrow tokens against your deposited NFTs in a lending pool. You specify the pool address, NFT contract, token IDs to use as collateral, and the amount you wish to borrow. The tool reads your deposited NFT ownership, calculates your maximum borrowing capacity based on the pool's loan-to-value (LTV) ratio, checks your current debt, and verifies the borrow cap. It then executes the borrow in a single transaction, transferring borrowed tokens to your wallet while creating a debt position against your NFTs.
HOW TO USE
Connect your EVM wallet and select your network. Enter the lending pool address, the NFT contract address, and the token IDs you want to use as collateral (comma-separated). Specify the amount you wish to borrow in the pool's currency. Click "Preview borrow" to see your collateral value, LTV ratio, current debt, max borrowable amount, and whether your requested amount is within limits. If eligible, click "Borrow funds" — the tool will execute the borrow transaction, transferring tokens to your wallet and recording the debt against your NFTs. Progress is shown in real-time, and gas costs are calculated accurately using effectiveGasPrice.
ONE TECHNICAL SECTION — THE REAL MECHANISM
The tool interacts with NFT lending pool contracts that implement borrow functionality against NFT collateral. The pool's getBorrowInfo() returns the user's maximum borrowable amount, current debt, and collateral value in a single call. The getPoolParams() provides the LTV ratio (loan-to-value), interest rate, and borrow cap. The borrow() function accepts the borrow amount, NFT contract address, and token IDs — it verifies that the user owns the NFTs, that the requested amount does not exceed the LTV-based limit or the pool's borrow cap, and that the user has sufficient collateral. It then mints a debt position, transfers the borrowed tokens to the user, and records the NFT collateral against the loan. Interest accrues from the moment of borrowing and is reflected in the current debt value.
WHAT IT CANNOT SEE
The tool cannot predict NFT floor prices or guarantee collateral liquidation protection. It does not evaluate the risk of NFT price volatility, the likelihood of liquidation, or the optimal borrow amount for your risk tolerance. It cannot detect if the pool is under stress or if liquidation thresholds are about to be crossed. It does not provide financial advice or ensure that borrowing will be profitable. The tool also cannot recover NFTs if they are liquidated — maintain a safe LTV ratio to avoid liquidation.
PLEASE NOTE
This tool is EVM-only and supports Ethereum, Goerli, Sepolia, Optimism, Arbitrum, Polygon, and Base. It does not support Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. Borrowing against NFTs carries liquidation risk if the value of your collateral decreases or if you fail to repay the debt. Always maintain a healthy LTV ratio to avoid liquidation. Interest accrues over time — monitor your debt regularly. The tool is provided free and as-is; users assume full responsibility for their borrowing decisions and risk management.