> For the complete documentation index, see [llms.txt](https://docs.looplay.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.looplay.gg/game-creators/how-to-launch-token.md).

# How to Launch Token

If you already have a game live on Looplay, launching your own token becomes a natural next step driven by how your game performs.

In Looplay, token launches are not manual or speculative. They are directly tied to real gameplay activity.

A game can only unlock its token once it meets two core conditions. These requirements act as a natural quality filter, ensuring that only games with real engagement and community support move forward.:

* <kbd>**Number of Daily active users**</kbd>
* <kbd>**Total Daily playtime**</kbd>

Once these conditions are met, the system automatically initiates the token launch process.

{% stepper %}
{% step %}

### Phase 1 - Internal Bonding Curve

Token is deployed on Looplay’s internal bonding curve

This allows:

* Instant buy and sell
* Continuous price discovery
* Early participation from players

During this phase:

* Every trade generates fees
* Fees are distributed to players and creators
* Early players gain exposure based on timing and engagement

The bonding curve ensures:

* No pre-sale
* No whitelist
* No artificial allocation

{% endstep %}

{% step %}

### Phase 2 - PancakeSwap v4 Migration

When the token reaches approximately **$50,000 market cap**, it automatically migrates to PancakeSwap v4.

At this stage:

* Liquidity moves fully on-chain
* The token becomes publicly tradable
* External users can participate

The system handles:

* Liquidity migration
* Pool creation
* Trading activation

No manual action is required from the creator.

After migration, trading fees are distributed as follows:

* **`60% → Player Reward Pool`**
* **`30% → Platform Treasury`**
* **`10% → Game Creator`**
  {% endstep %}
  {% endstepper %}

The entire system is connected to **Alpha Point (Proof-of-Engagement).** The process works as follows:

* Players earn Alpha Points by playing the game
* When the token launches, eligible players enter the airdrop pool
* Rewards are distributed based on ranking (not equal split)
* After claiming, Alpha Points reset

This aligns creators, players, and the platform into one system, where value comes from activity, not speculation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.looplay.gg/game-creators/how-to-launch-token.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
