# Guessing GSP

A fixed tax is implemented to reward the game. Additionally, a win tax can be added by the creator or the current owner of the GeoSpace.

If the player loses, then the win tax is refunded to them.

1. The player pay **fees guess ZAMA**+ **fees win owner/creator ZAMA**.
2. **If the player call guessing**, the smart contract will then mint 1 SPC to share for all creators.
3. If the player **win**, the smart contract mint additional 1 SPC for him.
4. if the player **lost**, the smart contract refund win tax ZAMA.

### What does the fees include?

It is distinguished in three parts:

1. 1 ZAMA for teams NftGuessr
2. 1 ZAMA for stakers SpaceCoin
3. X ZAMA for owner and creator GeoSpace in game (must be 0). (If the player win).

## What will be the purpose of the fixed guessing fees?

The base fees will serve three purposes:

1. To pay for the game's infrastructure (servers, Google Maps API, service fees).
2. To pay the project contributors (teams).
3. To pay all community.

As much as possible, the fees will be automatically exchanged for FIAT currency.


---

# 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/token-nomics/overview/game/guessing-gsp.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.
