# Token Factory

<figure><img src="https://378998128-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpupaPdz6puEgWMQn2ltq%2Fuploads%2FndaovDtDzJWeCykyVJyB%2F22221.png?alt=media&#x26;token=450f9a8e-cb08-4b3f-8ccc-0361eb1144b2" alt=""><figcaption></figcaption></figure>

1. Connecting the Wallet: Click the CONNECT WALLET button. Confirm the connection in MetaMask to the selected wallet. Select the desired network (blockchain) by choosing the appropriate network icon from those supported by the factory (e.g., Optimism, Arbitrum, Blast, etc.).

<figure><img src="https://378998128-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpupaPdz6puEgWMQn2ltq%2Fuploads%2F6b3vw7jza51dMWvMBlSP%2F661.png?alt=media&#x26;token=2c3b1b47-dbb1-46bd-9a6d-a30886b80553" alt=""><figcaption></figcaption></figure>

2. Opening the FACTORY Tab: Navigate to the FACTORY tab in the interface.
3. Entering the Token Name: In the NAME field, enter the name of your token. This can be any unique name you wish to give your token.
4. Entering the Token Symbol: In the SYMBOL field, enter the symbol of your token. This is a short 3-4 letter abbreviation used to identify your token (e.g., BTC, ETH).
5. Entering the Premint Amount: In the PREMINT field, enter the amount of tokens you wish to mint initially.
6. Option to Change the Owner: If you want the owner of the token to be different from the currently connected wallet, check the box next to ANOTHER OWNER. In the field that appears, enter the wallet address that should become the owner of the token.
7. Creating the Token: Ensure all fields are correctly filled out. Click the CREATE button to create your token. Confirm the token creation in MetaMask.&#x20;
8. No Factory Fee: By default, token creation occurs with a factory fee. If you want to create a token without paying the fee, note that the token's name will have (tokenLab.pro) added to it. This allows you to create the token for free but with a notation in the name


---

# Agent Instructions: 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:

```
GET https://creattoken-organization.gitbook.io/untitled/tools/token-factory.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
