# Token Launch

Enable3 provides an optional token deployment flow that lets you create your own loyalty token, complete with liquidity and built-in distribution logic.

\
This option is best for projects ready to build long-term token utility and community-driven economies.

### How it works

{% stepper %}
{% step %}

#### Configure Your Token

Set your name, symbol, price, and supply — all minted instantly.\
→ *Control how your token appears and behaves on-chain from day one.*

<figure><img src="/files/N0kVyuqKaloXfkRKgnhm" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Set Tokenomics & Wallet

Customize how tokens are split across Team, Liquidity, and Rewards.\
Add vesting if needed. Then, connect or create a wallet to manage deployment securely.<br>

<figure><img src="/files/bIhgm9UPdxg2XtXqCWpF" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Fund & Deploy

Instantly launch on Polygon, get listed on Uniswap, and activate claims + user Web3 wallets.

<figure><img src="/files/EhzX2ooy10LHNkcJShlZ" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***

## Setup and Deployment

{% hint style="info" %}
Token Launch feature allows clients to launch a new token with built-in DEX listing, liquidity provisioning, and backend integration.
{% endhint %}

### Token Configuration

During onboarding, clients define the following parameters:

* **Token Name** – Official token name
* **Token Symbol** – 3–5 character symbol
* **Total Supply** – Fully minted on deployment
* **Token Price** – Initial listing price on a DEX

> Minimum liquidity pool: **500 USDC** (can be increased)

***

### Tokenomics Setup

Default token allocation:

* 10% – Team
* 20% – Liquidity
* 70% – Rewards

{% hint style="info" %}
It's possible to adjust percentages, but one **cannot rename or remove categories**.
{% endhint %}

***

### Vesting (Optional)

Define vesting rules for team or reward allocations, enabling time-based release schedules.

***

### Wallet Setup

Two wallet options are supported currently:

* **Connect Wallet** – Approve wallet interaction via pop-up window
* **Create Wallet** – System generates a wallet and provides a seed phrase for secure storage

***

### Funding & Deployment

To proceed with deployment, the wallet must be funded with a minimum of **500 USDC**. Once funded, selecting **Deploy** initiates the following automated steps:

* Token is deployed on **Polygon**
* Liquidity pool is created on **Uniswap**
* Liquidity is added using the deposited funds
* **Oracle** is launched to sync backend and on-chain states
* **Claim Mechanism** is enabled to allow secure token claiming
* **Web3 Wallet Creation** is made available for users inside the application

***

### Post-Onboarding Requirements

Token availability is ensured by two options:

1. **Purchasing tokens** from DEX to ensure supply (e.g., Uniswap)
2. **Enabling the Buyback Tool** to automate reward replenishment. It allows setting **up missions** in tokens, allowing seamless reward distribution to users.


---

# 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.enable3.io/enable3/web3-loyalty/token-launch.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.
