> For the complete documentation index, see [llms.txt](https://vrnouns.gitbook.io/flooor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vrnouns.gitbook.io/flooor/documentation/documentation-zh/readme.md).

# 关于 flooor.fun

flooor.fun 是一个通过拍卖方式买卖 NFT 的 NFT 市场。但将其与 opensea.io 和 blur.io 等其他平台区分开的核心特征是，这里的 NFT 不会被列出。在 flooor.fun 上只有买家会即时以他们想要的价格出价；当 NFT 拥有者接受该价格时，交易即告完成。

flooor.fun 的第二个重要差异体现在 royalty fee 模式上。销售时收取的 5% Royalty Fee 不会像传统市场那样转给收藏品的创作者。相反，这笔费用会被汇入每日池子。那些持有该收藏品的 NFT 并通过轻质质押（light staking）参与每日点名的用户，将平等地分享该池中的资金。因此不是创作者，而是收藏品的所有持有者从收入中获益。

池子将被分成多少份由每日参与情况决定。每位 NFT 持有者必须在 16 小时内通过“签名（sign）”加入点名。在剩余的 8 小时内，已签名的用户可以通过 claim 操作领取他们的奖励。例如，当天如果有 10 个不同的人以 10 个不同的 NFT 签名，且池中积累了 1000 美元，那么每个 NFT 将获得 100 美元的权益。

在一个简单情景中，如果每日交易额为 50,000 美元，则其中 5% 即 2,500 美元会被加入池中。如果有 10 位不同的 NFT 持有者参与点名，则每个 NFT 每日可获得 250 美元。这相当于每月 7,500 美元。


---

# 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://vrnouns.gitbook.io/flooor/documentation/documentation-zh/readme.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.
