Upload & Manage Games
1. Register as a Provider
Click [Provide] → Start Free Trial
Log in using Google, Discord, or Wallet to activate your provider dashboard

2. Get your API Key
Go to [Provide] → API & SDK
Your Provider API Key will be automatically generated

3. Add API Integration to Your Game
Use the API key and required parameters to report gameplay data:
user
: player address or IDgame_id
: your registered game IDscore
: gameplay result value
POST /submit-score
Authorization: Bearer <your-api-key>
{
"user": "0x123...",
"game_id": "game_xyz",
"score": 10300
}
View full API docs: https://documenter.getpostman.com/view/10034388/2sAYJ1jhKF
4. Upload Your Game
Go to [Provide] → Contents → + Add New
Fill in the following:
Game Name
Category (e.g., Action, Puzzle)
Meme Genre (e.g., Social, Satire)
Tags, Description
Upload zipped HTML5 build
Upload MP4 gameplay video

5. Submit for Review
Your game enters Evaluation → Pending status
TikTrix team reviews submissions
6. Publish to the Platform
Once approved, your game is marked Live
Click Publish to make it available to players
📝 Review & Publishing
Submitted games enter Evaluation → Pending status
Our team conducts review for quality, security, and performance
Review typically takes 5 business days
Upon approval, the game is marked Live
Click Publish to finalize its release to users