> For the complete documentation index, see [llms.txt](https://bob-docs.zkbob.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bob-docs.zkbob.com/bob-cdp/technical-docs/smart-contracts/nftvault.md).

# NFTVault

[NFTVault](https://github.com/zkBob/bob-cdp-contracts/blob/main/src/Vault.sol) smart contract provides all needed functionality for creating and interacting with user CDP positions that use UniswapV3 positions as collateral.

UniswapV3 position prices are being calculated using the dedicated UniV3Oracle smart contract.

## Methods

TBD
