> For the complete documentation index, see [llms.txt](https://nftguessr.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nftguessr.gitbook.io/white-paper/token-nomics/overview/game/minting-gsp.md).

# Minting GSP

Token network (ZAMA) to add fees + Token game (SPC) to burn

When you create new NFTs for the game, you can add a winning fees.

&#x20;To mint a GeoSpace, you must spend **X SPC**, which is **burn** and the smart contract [substract life point mint](/white-paper/nftguessr-explanation/rules/mint-geospace.md).

Based on the number of creations GSP, you will have a ratio, and you will earn a portion of the guessing fees in ZAMA.

{% hint style="warning" %}
**Remember**: Be sure to consider the game's current fixed guessing fees, which is currently set at 2 ZAMA. The end user will have to pay the **fixed fees + your win fees**.
{% endhint %}

{% hint style="info" %}
**Fees mint**: The owner can change the price of mint (actually is 1 SPC).
{% endhint %}

## Reward SPC with all your GSP minting

This reward concerns the guess tax. A portion of the tokens, during a guess, will go to the team, but also to all GeoSpace creators, according to the following formula.

#### Ratio creator:

$$
ratio = userCreationGSP / totalGSP
$$

#### Calcul reward:

$$
reward = feesRewardCreator \* ratio
$$

## Reward 3 % ZAMA fees winning with GSP Minting

This reward concerns the GeoSpace tax when a player wins. It receives 3% of the tax from the current owner.

## Summary

#### Fees To mint and Fees to set

| Fees            | Value               | Symbol | Who               |
| --------------- | ------------------- | ------ | ----------------- |
| Mint GSP        | 1                   | SPC    | burn              |
| winning (share) | X  (creator to set) | ZAMA   | creator and owner |

Rewards

<table><thead><tr><th>Who</th><th>How much</th><th width="231">How</th><th>What</th></tr></thead><tbody><tr><td>Creator GSP</td><td>1</td><td>1 * ratio</td><td>SPC</td></tr><tr><td>Creator</td><td>3%</td><td>Win tax of GSP owner</td><td>ZAMA</td></tr></tbody></table>
