# Go Live with MiniTon

After integrating the MiniTon SDK into your game and conducting extensive testing, you will reach a point where you are ready to launch your game on MiniTon. We will assist you in understanding the necessary steps to make your game accessible on the MiniTon platform.

* [ ] Switch Your Game to Production
* [ ] Test MiniTon in Production[​](https://docs.skillz.com/docs/release-your-game-overview#test-skillz-in-production)

> Here is a list of the things you should test in Production:
>
> * Verify you can log in to a MiniTon Production account.
> * Verify you can play in all configured tournaments.
> * Verify that scores and tournament results are being properly reported.
> * Test that cash transactions work in Production.
> * Verify that no MiniTon operations cause your game to crash.
> * Ensure that if players attempting to abort a game are asked to confirm that they want to forfeit the match.
>
> Production testing can only be done on an actual device, not through the simulator. [​](https://docs.skillz.com/docs/release-your-game-overview#sign-up-for-skillz-games)

* [ ] To distribute your game on MiniTon BOT, fill out all of the information on the "Publish on MiniTon Games" page, which you can find in your game's Optimize tasks.

### Receiving Payments[​](https://docs.skillz.com/docs/release-your-game-overview#receiving-payments) <a href="#receiving-payments" id="receiving-payments"></a>

After launching your game on MiniTon, it's time to start earning.&#x20;

If your game enable cash tournaments, you can receive payment.&#x20;

We pay our developers within 15 days after the end of the month. Your earnings will be based on the entry fees paid by players in your game, and you'll receive 50% of the revenue.&#x20;

Each month, your revenue statement will break down the actual amount. You can access Revenue Statements within your developer console and receive them via email within 30 days of the end of the month.


---

# 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://docs.miniton.games/developer-success/developer-cooperation/go-live-with-miniton.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.
