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

# Launch a Token

For this guide you'll need:

* A dGEN1 on the latest patch
* A internet connection
* Either:
  * some ETH on Base,&#x20;
  * or a some balance on your dGEN1 paymaster (More info on [Paymaster Guide](/docs/paymaster-guide.md))
* (Optional) enrolled fingerprint<br>

## Launch Guide

* Open the "Token Launcher" app
* Press the "Launch button" on the top right corner
* Provide a:
  * Token name
  * Ticker name
  * Token image
* Percentage that goes to the shared [Airdrop pool info](/docs/claim-your-airdrops/airdrop-pool-info.md) (5% minimum)
* Confirm by pressing the "Launch" button on the terminal screen
* Sign the transaction (More info on [Browsing Onchain](/docs/browsing-onchain.md))<br>

## Discover Guide

* Open the "Token Launcher" app
* You'll be presented a list of tokens, feel free to explore it
* (Optional) Press anywhere on a token to get more Info about it\
  Press buy to initiate the swap
* Select the wished token to use for the swap, as well as the amount
* Confirm swap by pressing "BUY" on the terminal screen
* Sign the transaction (More info on [Browsing Onchain](/docs/browsing-onchain.md))<br>

## FAQ

#### Q: What launched is used for the token launcher

We use clanker.world. It's a Token launchpad on the Base network

#### Q: Where do the Tokens in the discovery page come from?

All tokens from the discovery page are tokens that have been created by other dGEN1 users. We do not index other tokens.

#### Q: Can I opt-out from the airdrop pool share?

No

#### Q: Are tokens launched fairly?

Yes. Once a token hits clanker, everyone can buy and trade it.

#### Q: What are the tokenomics of launching a token?

Every swap of the tokens incur a 1.2% swap fee. The 1.2% is split as of the following:

* 0.2% to the Clanker launchpad
* 0.4% to the token creator
* 0.3% to the shared airdrop pool
* 0.3% to the dGEN1 team


---

# 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.freedomfactory.io/docs/launch-a-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.
