> For the complete documentation index, see [llms.txt](https://docs.v2.like.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v2.like.co/depub/collect-writing-nft/dynamic-pricing.md).

# Dynamic Pricing

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

We understand that creators prefer to focus on creation. Although there are unavoidable sales and promotional works such as building relationships with readers, sales efforts should be minimized as much as possible.

Writing NFTs help creators deal with two important sales parameters automatically: 1) marked price, and 2) quantity.

The marked price of each Writing NFT will be adjusted automatically according to demand and supply, bounded by a predefined curve. Each new price point is double the previous one. The pricing scheme seems simple to readers as well since there is only one marked price at any time. The marked price will be set to the lowest price in the secondary market if there is any.

There is no upper limit to the quantity of Writing NFTs. Whenever someone collects an NFT at the marked price, a new NFT instance will be minted. As the marked price increases automatically with the minted quantity, the circulation limit will be set by the market when the marked price reaches an unacceptable value in some sense.

![The system sets the marked price and quantity automatically to minimize the sales hurdles for creators](/files/xtj581NNS5WgeS3kvHKp)


---

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