# 🪙 Token Factory

**The First Decision** TokenLabs offers two paths for token creation:

* **Custom**: Total control over supply and distribution
* **Memecoin**: Bonding curve system with predefined distribution

**Bonding Curve**

* 4 types: Ascending, Descending, Pyramid, and Plateau
* 20 phases per curve
* Equitable token distribution
* Automatic DEX listing upon completion

**Features**

* Customizable name and symbol
* Project image and description
* Configurable initial supply
* Audited and verified contracts
* ERC20 standard

**Control Panel**

* Created tokens management
* Access to additional utilities:
  * Token locking
  * Vesting
  * Airdrop
  * Launchpad
  * Liquidity

**Security**

* Audited by AuditOne and SolidProof
* Renounced contracts
* Automatic verification


---

# 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://docs.tokenlabs.network/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.
