# Floor Account

A Floor Account is similar to a personal digital asset portfolio, holding and managing various digital assets in a secure and organized manner.

#### Account Creation

A Flooring Account is automatically created when a user initially interacts with the Flooring Protocol. Each wallet corresponds to a unique Flooring Account, ensuring individual control and security for every user.

#### Account Components

A Flooring Account securely houses the following components:

* **Safebox Keys:** These unique identifiers serve as proofs of ownership for individual safeboxes within the Flooring Protocol.
* **Staked $FLC Tokens:** Users can stake their $FLC tokens within their Flooring Account, granting access to exclusive features such as the Safebox and various other VIP benefits.
* **µ-Tokens:** When users deposit their NFTs into the Flooring Protocol, they are awarded µ-Tokens. These tokens are directly deposited into their Flooring Account rather than their wallet.

#### Transactions

Users maintain full control over their Floor Accounts, including the ability to deposit $FLC tokens and µ-Tokens, as well as withdraw these assets back into their personal wallets.

To sum up, the Flooring Account serves as a secure and centralized location for managing assets associated with the Floor Protocol, allowing users to effectively navigate and make the most of the system's various features.


---

# 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/floor-account.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.
