# 動態定價

{% hint style="warning" %}
此文檔只適用於 Liker Land 和 LikeCoin v2。如需了解 [3ook.com](http://3ook.com/) 和 LikeCoin v3，請至 [docs.3ook.com](http://docs.3ook.com/) 及 [dao.like.co](https://dao.like.co/)。
{% endhint %}

我們明白作者最希望的是專注創作，就算要參與推廣也應著重於介紹作品及跟讀者建立關係，其他行銷相關的工序可免則免。

Writing NFT 為作者處理兩個令人頭痛的參數：1）定價；2）數量。

Writing NFT 的定價會隨著市場供求，按一條曲線上升，需求愈大價錢會自動調升，每上升一級定價乘以兩倍。讀者角度，每篇文章的 NFT 定價同一時間只有一個。若有人在二級市場放售，當前定價便會以二級市場的最低價為準。

Writing NFT 的數量原則上沒有上限，每當有人要買，系統便會鑄造一個新的 NFT 並按需求曲線的定價賣出。然而因為需求增加會導致定價持續上升，當價格到達一個市場不能接受的高度，便不會再有人願意出價鑄造出新的 NFT，總流通數量因而停止增加。

![系統自動處理標價及發行量，作者只須專注創作便好了](/files/uytyJVJNchvdlJYR21rI)


---

# 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.v2.like.co/zh/depub/collect-writing-nft/dynamic-pricing.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.
