πŸ™‹β€β™‚οΈCDP FAQ

What is the CDP url?

https://bob-cdp.dappling.eth.limo

What collateral can be used?

What are the fees?

There are no flat fees on CDP operations, with the exception of gas costs.

BOB CDP charges a constant stability fee, which accrues on a per-second basis (currently set to 1% per annum). For example, an initial debt of 10,000 BOB taken on January 1st would increase to approximately 10,100 BOB on December 31st.

Finally, BOB CDP also takes a percentage of collateral value in the event of a liquidation. Read more about health factors and liquidations here - Vault health

How much can I borrow?

The amount available to borrow depends on the amount and type of locked collateral. For some collateral types, users can borrow up to 90% of their collateral value.

Regardless of collateral amount, for security reasons, the amount available to borrow from any individual vault cannot exceed 100,000 BOB.

How do I borrow?

Once you have an eligible Uniswap V3 position, you can do the following to borrow some BOB against it:

  1. Create new BOB CDP Vault.

  2. Deposit desired Uniswap V3 position.

  3. Acknowledge the available borrow limit.

  4. Type the desired borrow amount and click "Mint BOB".

How do I avoid a liquidation?

Monitor your position and market condition regularly, supply additional collateral, or repay your debt if necessary when the position becomes too close to liquidation.

How do I modify an already deposited NFT?

The underlying BOB CDP protocol allows position owner to modify locked NFT collateral even after deposit, although this functionality is not currently present in the UI.

In the meanwhile, it is possible to manually increase the Uniswap position liquidity of a locked NFT using the Uniswap UI. Manually craft the link according to the template below:

https://app.uniswap.org/#/increase/{token0}/{token1}/{fee_bps}/{token_id}

How do I change locked NFTs?

BOB CDP won't allow operations that leave the vault in an unhealthy state, thus in order to withdraw or change locked NFT collateral, the borrower would have to first repay their debt or supply some other collateral.

As each BOB CDP vault can store multiple NFTs (currently 2), a viable option might be to first supply a second NFT, and then withdraw the original one.

How do I close a vault?

A vault can be considered closed when it does not hold any more debt or collateral.

This type of closed vault will behave exactly like a newly opened one. It will still be present in your UI and available for further usage. Your address will continue to hold tnhe BOB CDP Vault NFT.

If you wish, however, to eliminate a closed Vault completely, it is possible to manually burn the BOB CDP Vault NFT, by calling the burn() function on the BOB CDP NFT contract, e.g. via Etherscan.

Last updated