# Game Purchases (Player/User)

1. The user funds their platform wallet with Nudix tokens. The funds are credited to a dedicated user account on the platform. If needed, Nudix token purchases can be made through an external exchange. The key requirement is that the user pays via any convenient method for them, such as fiat, popular cryptocurrencies, or e-money.
2. Prices are denominated in the platform's Nudix token, with an option to peg to USDT for price stability.
3. The platform registers the purchase, deducts the funds for the game developer (after applying platform fees as per the agreement), and processes the payment.
4. The smart contract mints an SBT (Soulbound Token) or NFT access token upon request from the platform, which is provided to the user.

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


---

# 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://whitepaper.nudix.io/token-flow-scheme/detailed-process-flow-for-platform-users/game-purchases-player-user.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.
