# Mint GeoSpace

If player have put one or more NFTs back into the game, and they have not been won by other players, he have the right to create as many NFTs for the game. ([limited 50 per GSP back in game](#life-point-mint) available for one time).

The more NFTs you create for the game, the more SpaceCoin you will earn when users call guessing GeoSpace.

### Life point mint

As soon as an NFT is put back into the game, the smart contract awards the player 50 life points mint. The points are added to the existing total. When an NFT is created, 1 point is subtracted. When a user finds one of your NFTs, the smart contract subtracts creation points using the formula:&#x20;

$$
pointToSubstract = (totalGspInGame \* 50) - currentLifePoints
$$

{% hint style="info" %}
If a player cancels an NFT that is put back into the game, then the mint life points will be subtracted from their total and saved. If the player puts the GeoSpace back into play, then the saved points will be added to their total.
{% endhint %}

## Mint GeoSpace

<figure><img src="https://1621047100-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSW7CdkuQ9E2MjQznmRTA%2Fuploads%2FnRiXcvyhulzLQesdGb3K%2FCapture%20d%E2%80%99e%CC%81cran%202024-01-25%20a%CC%80%2002.30.59.png?alt=media&#x26;token=6165f09d-d857-4987-ad31-88bebc95388b" alt=""><figcaption></figcaption></figure>

### Fees management

{% content-ref url="../../token-nomics/overview/game/minting-gsp" %}
[minting-gsp](https://nftguessr.gitbook.io/white-paper/token-nomics/overview/game/minting-gsp)
{% endcontent-ref %}


---

# 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://nftguessr.gitbook.io/white-paper/nftguessr-explanation/rules/mint-geospace.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.
