> For the complete documentation index, see [llms.txt](https://docs.batching.ai/meta-match/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.batching.ai/meta-match/game-economy/trading-and-market-dynamics.md).

# Trading and Market Dynamics

### Trading and Market Dynamics

1. **Player-Driven Trading**\
   Players can freely exchange cards and NFTs. The single extraction rule, NFT minting, and the cards' rarity and utility all have an impact on the market dynamics.
2. **Evolving Market**\
   As players extract, mint, and trade cards, the game's economy grows. The market reflects scarcity and demand for specific cards, determining their worth over time.
3. **Strategic Decision-Making**\
   Players must determine when to extract, mint, or trade cards. These decisions have consequences on both their gameplay and economic position in the MetaMatch community.
4. **Balanced economics**\
   The game's economics prevents a single tactic from dominating. This balance is maintained by carefully designed game rules and blockchain technology, which ensure transparency and security in all transactions.

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

### NFT Issuance Limit and Attribute Expansion

MetaMatch uses a mechanism to limit the amount of NFTs that may be provided per card grade. Furthermore, when players burn NFTs, the player's cards are updated with the overall characteristics of the destroyed NFT depending on its grade. This process has a tremendous influence on the game economics and tactics.

This system has significant implications for the game economy and player strategies:

1. **Economic Balance**\
   Restricting the issue of NFTs boosts the value of certain card grades. This encourages players to make informed judgments when extracting or burning cards.
2. **Strategic Card Management**\
   Burning NFTs enables strategic card management. To obtain an economic edge, players must carefully decide which cards to burn and which qualities to acquire.
3. **Diverse Experiences**\
   With limited issue of each card grade, players can combine cards of different grades to diversity their gameplay experience. This increases the game's excitement and strategic depth.
4. **Economic Stability**\
   Limiting NFT issuance promotes stability in the in-game economy. It avoids overstock of cards in the market and allows for restricted player-to-player transactions.

By applying these mechanisms, MetaMatch provides players with a variety of economic tactics and choices while preserving a balanced and dynamic game economy.


---

# 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.batching.ai/meta-match/game-economy/trading-and-market-dynamics.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.
