For Traders Guide

How game tokens work, bonding curve mechanics, and what drives price. Everything you need to evaluate a game token.

Overview

Every game on GameMint has its own ERC-20 token with a fixed supply of 1,000,000. These tokens are traded on an automated bonding curve — no order books, no liquidity providers, no exchanges.

The key mechanic: when someone buys the game, the creator gets paid instantly in USDC. The remaining portion market-buys tokens on the bonding curve (pushing the price up), then burns those tokens (permanently reducing supply). Two forces in one transaction: demand pressure + supply reduction.

The Vending Machine Analogy

Think of the bonding curve as a vending machine stocked with 950,000 tokens. You put GM in, tokens come out. You can return tokens and get GM back. But when someone buys the game, tokens get taken out of the machine and destroyed. The machine has less inventory, so each remaining token costs more.

Fixed Supply

All 1,000,000 tokens are minted when a game is created. No more can ever be minted.

1M
Total supply at creation (hard cap)
50K
Developer allocation (5%)
950K
Bonding curve reserve (95%)

The developer receives 5% immediately at creation. The remaining 95% are held by the bonding curve contract as inventory for trading.

Supply Only Goes Down

Regular trading (buying and selling tokens) does not change the total supply. Tokens just move between the contract and wallets. The only thing that reduces supply is content purchase burns — when someone buys the game.

Game created: totalSupply = 1,000,000 After 1,000 game sales: totalSupply = ~997,000 (tokens burned) After 10,000 game sales: totalSupply = ~970,000 (more tokens burned) After trading: totalSupply = unchanged (trading doesn't burn)

You can verify the current supply on-chain by calling totalSupply() on the game's token contract. It is a transparent, public number.

Bonding Curve

Game tokens are traded on a constant-product automated market maker (AMM) — the same mathematical model used by Uniswap V2.

The Formula

OperationFormula
Spot pricereserveGM / tokenBalance
Buy tokenstokensOut = tokenBalance * gmIn / (reserveGM + gmIn)
Sell tokensgmOut = reserveGM * tokensIn / (tokenBalance + tokensIn)
InvariantreserveGM * tokenBalance = k

Where tokenBalance is the contract's actual ERC-20 balance of the game token, and reserveGM is the GM locked in the curve.

Properties

Initial State

When a game is created, the $10 creation fee is swapped to GM and deposited into the curve. This GM becomes the starting reserve. With 950K tokens in the curve and a small amount of GM, the initial price is very low — early buyers get tokens cheaply.

What Drives Price

There are two distinct forces that affect the token price:

1. Trading (temporary)

Buying tokens removes them from the curve and adds GM. Selling returns tokens and removes GM. This is reversible — it changes the price but doesn't change the total supply. If everyone sells, the price goes back to where it started.

2. Content Purchase Burns (permanent)

When someone buys the game, the creator gets paid instantly in USDC. The remainder market-buys tokens on the curve (adding GM to the reserve, removing tokens) and then burns those tokens (permanently destroying them). This is irreversible and pushes price up in two ways:

The Key Insight

Trading is noise. Burns are signal. A game with 10,000 sales has a fundamentally smaller supply than a game with 100 sales. Look at totalSupply to gauge a game's real traction — it can't be faked.

What to Look For

MetricWhat It Tells You
totalSupplyHow many tokens still exist. Lower = more games sold (real traction).
reserveGMGM locked in the curve. Higher = deeper liquidity.
Creator share %How much goes to creator vs. burn. Lower share = more burn per sale.
Game priceHigher price = more GM per burn (bigger price impact per sale).
Player count / commentsSocial proof. Active players leaving feedback = game is alive.
Feedback tier distributionWho's commenting — Whales and Dolphins giving feedback means serious holders are engaged and directing improvements.
Token holders shape the game

Only game owners and token holders can leave feedback. The AI agent prioritizes feedback by token holdings — Whales (50K+) and Mega Whales (100K+) have the most influence over the game's direction. This creates a direct link between holding tokens and shaping the product that drives token value. Tiers: Player (0), Shrimp (1-4,999), Fish (5K-9,999), Dolphin (10K-49,999), Whale (50K-99,999), Mega Whale (100K+).

Content Purchase Burns

This is the core mechanic. Here's exactly what happens on-chain when someone buys a game:

Player pays $5 USDC for game access (creator share: 70%) 1. $3.50 → Paid instantly to the creator's wallet (USDC, no waiting) 2. $1.50 → Swapped to GM via Uniswap 3. GM market-buys game tokens on the bonding curve → This pushes the token price up (more GM in reserve, fewer tokens available) 4. Those bought tokens are then burned (permanently destroyed) → totalSupply decreases, making remaining tokens scarcer Two price impacts in one transaction: • The market buy increases reserveGM and decreases curve inventory • The burn permanently removes tokens from existence

Burn Impact Calculator

The impact of each burn depends on the game price and creator share:

Game PriceCreator ShareAmount Burned (per sale)
$170%$0.30 worth of tokens
$570%$1.50 worth of tokens
$1050%$5.00 worth of tokens
$1090%$1.00 worth of tokens

Games with lower creator share burn more per sale (more goes to the curve). Games with higher price burn more in absolute terms. A $10 game at 50% creator share burns 16x more per sale than a $1 game at 70%.

How to Trade

Buying Tokens

  1. You need GM tokens (the platform token) to buy game tokens
  2. Go to a game's page and click "Trade"
  3. Enter the amount of GM you want to spend
  4. The UI shows you how many tokens you'll receive (with slippage estimate)
  5. Confirm the transaction in your wallet
  6. Tokens appear in your wallet immediately

Selling Tokens

  1. Go to the game's page, click "Trade", switch to "Sell"
  2. Enter the amount of game tokens to sell
  3. The UI shows how much GM you'll receive
  4. Confirm the transaction
  5. GM appears in your wallet, tokens go back to the curve
Slippage

Large trades relative to the curve's liquidity will have significant price impact. The UI shows the expected slippage before you confirm. You can set a maximum slippage tolerance — if the price moves beyond it, the transaction reverts.

Fees

FeeAmountRecipient
Trade fee (buy or sell)1%GameMint treasury (platform revenue)
Game creation fee$10 USDC100% seeds the bonding curve
Gas feesVariable (typically < $0.01)Base network validators

The 1% trade fee is deducted before the curve calculation. If you spend 100 GM buying tokens, 1 GM goes to the treasury and 99 GM goes into the curve.

Reading Market Data

Each game page shows market data. Here's what the numbers mean:

FieldMeaning
PriceCurrent spot price from the bonding curve (in GM)
Market CapPrice × totalSupply (total theoretical value)
Total SupplyTokens still in existence. Starts at 1M, decreases with burns.
GM ReserveGM locked in the bonding curve. This is the curve's liquidity.
24h VolumeTotal GM traded in the last 24 hours
HoldersNumber of wallets holding this game's token
Creator Share% of each game purchase that goes to the creator (rest is burned)
totalSupply is the strongest signal

Market cap can be inflated by low-liquidity pumps. Trading volume can be wash-traded. But totalSupply only goes down when real game purchases happen. A game at 970K supply has had more real sales than a game at 995K supply. It's the hardest metric to fake.

Risks

Game tokens are speculative. Understand these risks before trading:

Not Financial Advice

Game tokens are speculative digital assets. Do not invest more than you can afford to lose. Past burns do not guarantee future sales. Always do your own research.