> For the complete documentation index, see [llms.txt](https://docs.tonton.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonton.fun/summary.md).

# Summary

Tonton is a token launch and tap-to-earn platform on TON.

Creators can launch a token, add a tap-to-earn game, customize the game page, connect a custom domain, and share it with their community. Players can connect their wallet, earn points, climb the leaderboard, and claim rewards after the campaign ends.

The goal is simple: make launching a token feel social from day one. Instead of only sending people to a chart, creators can send them to a branded game page where the community competes for an allocation.

## What You Can Do

* Launch a token on Tonton.
* Add a tap-to-earn campaign to a token.
* Customize the public tap page.
* Connect your own domain.
* Let players earn points through taps, missions, or your own game.
* Use the SDK to build your own frontend or custom game experience.
* Let eligible players claim rewards after the campaign finalizes.

## Who These Docs Are For

These docs are for:

* creators launching tokens
* communities playing tap campaigns
* developers building custom tap games
* teams integrating Tonton into their own websites

## Quick Links

* [Launch a token](/creators/launch-a-token.md)
* [Create a tap-to-earn campaign](/creators/create-a-tap-to-earn-campaign.md)
* [Customize your tap page](/creators/customize-tap-page.md)
* [Connect a custom domain](/creators/custom-domain.md)
* [Build a custom game with the SDK](/sdk.md)
* [Use API keys for missions and custom scoring](/developers/api-keys.md)

## How the Product Fits Together

There are three main experiences:

### Launch

Creators configure and launch their token. During launch, they can choose a standard token or a token with a tap-to-earn campaign.

### Trade

Users discover tokens on markets and trade from token pages. Tonton shows token details, bonding progress, and links into tap campaigns when they exist.

### Play

Tap pages let communities compete. A player connects a wallet, earns points, and later claims rewards if they qualify.

## Important Wallet Safety Note

Tonton will never ask for your seed phrase or private key. Wallet actions happen through your wallet app. Connecting a wallet or signing a proof is not the same as sending a transaction.


---

# 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.tonton.fun/summary.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.
