> For the complete documentation index, see [llms.txt](https://docs.fp.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fp.io/features/nft-fractionalization/nft-value-by-deepnftvalue.md).

# NFT Value by DeepNFTValue

## Instant Valuation for your NFTs.

<figure><img src="/files/lKSoR1Ctgzc1X6aFFLmH" alt=""><figcaption></figcaption></figure>

Floor Protocol is excited to leverage **DeepNFTValue** to provide users with estimated valuations of their NFTs before fragmenting them into μTokens.

### The Importance of Accurate NFT Pricing

Determining the true current market value of an NFT is complex. Prices fluctuate rapidly and different NFTs within a collection carry varying premiums based on traits, history, and other factors.

Having an **accurate valuation** helps users make informed decisions when picking between our **Vault** and **Safebox** fragmentation methods.

* For **near-floor NFTs**, the **Vault** provides easy liquidity by relinquishing unique ownership.
* For **NFTs with significant premiums**, **Safeboxes** allow maintaining ownership rights.

Reliable valuations assist users in selecting the ideal fragmentation method for their specific NFTs.

### Leveraging DeepNFTValue's Pricing Oracle

[DeepNFTValue](https://www.deepnftvalue.com/) has developed advanced machine learning models trained on historical sales data, listings, traits, and other sources to generate real-time price estimates for NFT collections.

We provide the ability for users to get **DeepNFTValue oracle estimates** for their NFTs before depositing into Floor Protocol.

These valuations help determine whether an NFT warrants the added ownership benefits of Safeboxes or can be conveniently fragmented in the public Vault.

### Seamless UX Integration

Retrieving DeepNFTValue estimates is seamlessly integrated into our fragmentation user flow.

Users simply connect their wallet holding the NFT. The NFT's key attributes are used to instantly fetch and display the DeepNFTValue valuation.

Having quick access to trusted pricing estimates makes it easy to decide whether to pick Vaults or Safeboxes based on the NFT's premium.

We're excited to leverage DeepNFTValue's institutional-grade pricing models to empower informed user decisions when fragmenting NFTs on Floor Protocol


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.fp.io/features/nft-fractionalization/nft-value-by-deepnftvalue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
