# NFT Fractionalization

Floor Protocol provides two methods to fragment NFTs into 1 million μTokens - the Vault and Safeboxes.

<div align="center"><figure><img src="/files/VjKryCDEJRRJ1HubH6BY" alt="" width="188"><figcaption></figcaption></figure></div>

The Vault is a straightforward public option. By depositing NFTs into the Vault, users relinquish ownership but gain immediate liquidity through freely tradable μTokens. The Vault method is convenient and accessible.

For those wishing to maintain ownership, Floor Protocol offers Safeboxes. This exclusive method requires staking $FLC tokens first. Users can then deposit NFTs into a personal Safebox, receiving a unique Safebox Key verifying ownership in addition to 1 million μTokens.

{% hint style="success" %}
Safeboxes separates your NFT Premium and Floor Price.
{% endhint %}

The key differences are:

* Ownership: Vault requires relinquishing it, Safeboxes use Keys to retain it
* Accessibility: Vault is public and redeemable by all, Safeboxes have staking prerequisites and can only be unlocked by Keys corresponding to Specific NFTs
* Privileges: Safebox Keys are bestowed with special rights like redeeming specific NFTs from Safeboxes
* Tradability: Safebox Keys can be traded through auctions and other various tools coming in the near future.

In essence, the Vault provides easy liquidity by fractionalizing NFTs publicly, while Safeboxes fragment them privately to uphold ownership privileges. Both serve important purposes for different needs and strategies.


---

# Agent Instructions: 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:

```
GET https://docs.fp.io/features/nft-fractionalization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
