> 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-ja/readme.md).

# flooor.funについて

flooor.funは、NFTがオークション方式で売買されるNFTマーケットプレイスです。しかし、opensea.ioやblur.ioのような他のプラットフォームと区別される主な特徴は、NFTがここにリストされないことです。flooor.funでは買い手だけがその場で希望価格を入札し、NFT所有者がその価格を受け入れた瞬間に取引が成立します。

flooor.funのもう一つの重要な違いは、ロイヤリティ手数料のモデルにあります。販売時に差し引かれる5％のロイヤリティ手数料は、従来のマーケットプレイスのようにコレクションのクリエイターへ渡されません。代わりに日ごとのプールに集められます。そのコレクションのNFTを保有し、ライトステーキングを通じて日次の出席に参加したユーザーたちが、このプールの資金を均等に分配します。つまり収益を得るのはクリエイターではなく、コレクションのすべての所有者です。

プールが何分割されるかは日ごとの参加によって決まります。各NFT所有者は16時間以内に「サイン」して出席に参加する必要があります。残りの8時間の間にサインしたユーザーはクレーム操作を行って報酬を請求できます。例えば、その日に10人の異なる人が10個の異なるNFTでサインし、プールに1000ドルが貯まっていた場合、各NFTにつき100ドルの権利が得られます。

単純なシナリオでは、1日あたりの取引高が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-ja/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.
