# Dynamic Pricing System

The dynamic pricing system is an algorithm pioneered by the MatchNova Numerical Team, aiming to empower players with the pricing authority within the game. While we cannot disclose the detailed algorithm publicly, the core working principle of the dynamic pricing system is as follows:

1. In consumption scenarios where the dynamic pricing system is implemented, the more players utilize a particular feature, the more expensive it becomes.
2. In consumption scenarios where the dynamic pricing system is implemented, the fewer players utilize a particular feature, the cheaper it becomes.

The dynamic pricing system will be implemented after the WCC Token Generation Event (TGE), and it will bring changes to the way players consume in the game using the MCC+WCC model. [NFT Hero’s Level up](/whitepaper/gamefi-elements/nft-characters.md), [Gem’s upgrade](/whitepaper/gamefi-elements/gems-and-gem-sockets.md) and [NFT Hero’s Mint](/whitepaper/gamefi-elements/nft-mint-and-box-details.md) are the very first three features that dynamic pricing system will be implemented.

<br>


---

# 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://matchnovaofficial.gitbook.io/whitepaper/gamefi-system/dynamic-pricing-system.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.
