> 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/safebox/safebox-keys.md).

# Safebox Keys

Safebox Keys serve as unique identifiers and grant holders exclusive access to Safeboxes anywhere from 3 days to an indefinite amount of time.

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

**Identification:** Each Safebox is assigned a distinct Key when created, providing access and control over that specific Safebox.

* **Exclusive Access Privilege**: The Safebox Key enables the holder sole ability to unlock and redeem the NFT inside until expiration. No one else can access the contents during this period.
* **Facilitating Ownership Transfers**: Keys allow the holder to transfer ownership during auctions. The recipient becomes the new owner.
* **Extending Access Duration**: Holders can lengthen the period of access by staking the required $FLC token fee to extend the key's expiration date.&#x20;

{% hint style="info" %}
While Safebox Keys can exist indefinitely they must be renewed before their expirations.
{% endhint %}

Safebox Keys provide exclusive temporary access to the NFTs locked within the Safebox by the holder. They uniquely identify each Safebox while facilitating ownership transfers through featured auctions.


---

# 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/safebox/safebox-keys.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.
