# NFT発行の仕組み

Shadow Booksで発行されるNFTのメタデータはNFT.storageに置かれており、発行されたタイミングでIPFSに保存されます。つまり、未発行のNFTはこの世には存在しておらず、運営チームも発行・管理することはできません。これにより自由度は下がりますが、Read to Earnの世界に欠かせない「分散性」を維持することができます。

ユーザーはShadow Booksのクイズに回答することで初めてCIDを取得し、そのCIDに対応するNFTのメタデータにアクセスできるようになります。その後実際にNFTが発行されたタイミングでCIDがイーサリアムへ記録され、他のユーザーが閲覧できるようになります。

その他、Shadow Booksで発行されるNFTの情報は以下の通りです。

* ブロックチェーンはイーサリアムを使用しています（NFTはイーサリアム上に発行されます）
* NFTの購入はETHでのみ可能です
* クイズに正解しただけではNFTは付与されません

なお、IPFSよりNFTのデータを取得する際に、1,2分ほど時間がかかる場合があります。もし購入後すぐにNFTがウォレットに表示されない場合は、少し待ってから再度ご確認ください。

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


---

# 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.shadow-books.com/nft/mechanism.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.
