# カゲレオンの発行価格

カゲレオンNFTの発行には、イーサリアムの手数料（ガス代）に加えて一定のETHが必要です。具体的には、0.05ETHからスタートして10個発行されるごとに0.05ETHずつ値上がりしていきます。

* 1\~10個目：0.05ETH
* 11\~20個目：0.1ETH
* 21\~30個目：0.15ETH

これは、Bonding CurveにおけるLinearグラフとして定義することができます。一般的にLinear型の場合、一次関数の線形グラフが生成されます。カゲレオンNFTでは、発行上限（16465個）に占める発行量が増加するにつれて、未発行のNFT価格が上昇する数式を定義しました。

![](/files/f2o6QMI4kFB5SE1c4mOA)

つまり、早期に発行するほど低い金額でNFTを発行できるということです。これは、NFTを低い金額で発行したことが、その書籍のファンとしての意欲の高さや、その書籍の良さにいち早く気づいたことの証明に繋がります。

NFTの情報はブロックチェーンによって管理されているため、ブロックチェーンに記録された情報を参照することで、NFTをいくらで発行したか証明することができるのです。


---

# 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/kagereon-price.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.
