# Launch a Token Launch on Panda Factory

## Supported Base Tokens

Panda Factory supports the following tokens for token launches:

| Token      | Description                  |
| ---------- | ---------------------------- |
| BERA/WBERA | Native blockchain token      |
| Honey      | Berachain's governance token |

{% hint style="info" %}
Each base token has specific minimum raise and minimum trade size requirements. These parameters are set by the protocol to ensure&#x20;
{% endhint %}

## Launch Requirements

Before launching a token, you'll need:

* A connected wallet
* Make sure you have enough of the chosen base token if you want to buy with deployer wallet&#x20;
* Token information prepared

## Launch Process

#### 1. Basic Token Information

<figure><img src="/files/wvVUIocBglpVTGXfxhNK" alt=""><figcaption></figcaption></figure>

Configure your token's basic details:

* **Image**
  * Upload token logo
  * Supported formats: JPEG/PNG/WEBP/GIF
  * Maximum size: 4 MB
* **Token Name**
  * Enter your token's full name
  * Example: "Dogwifhat"
* **Token Symbol**
  * Enter your token's trading symbol
  * Example: "WIF"
* **Description**
  * Add token description (up to 250 characters)
  * Explain your token's purpose and features
* **Social Links (Optional)**
  * X (Twitter)
  * Telegram
  * Website

#### 2. Market Configuration

<figure><img src="/files/iZuL0vwrdi8KYtHxX0n1" alt=""><figcaption></figcaption></figure>

* **Choose Base Token**
  * Select from the supported base tokens
  * Each base token has specific minimum requirements
  * Affects trading pairs and liquidity
* **Define Market Cap Range**
  * Starting price
  * Ending price
  * View in USD or base token value

{% hint style="info" %}
The minimum starting market capitalization (MC) is set at USD 3,500, with a maximum potential of approximately 73x the initial MC. The default configuration enables the immediate deployment of tokens, typically within 1 minute; however, these settings can be adjusted according to your requirements.
{% endhint %}

#### 3. Token Economics

<figure><img src="/files/Wi2mXHV2ngvajIvZpsGH" alt=""><figcaption></figcaption></figure>

View your token's calculated metrics:

* **Raised amount for graduation**
  * Amount needed to reach graduation
  * Displayed in base token and USD
* **Supply Information**
  * Total token supply
  * Tokens in panda pool
  * Tokens added to LP
* **Deployer Incentives**
  * Incentives received upon graduation
  * Includes both graduation fee as well as KDK incentives \[subject to availability]

{% hint style="warning" %}
Review all parameters carefully before launching:

* Parameters cannot be modified after launch
* Base token selection is permanent
* Price range affects trading dynamics
  {% endhint %}

#### 4. D**eployer buy option**

<figure><img src="/files/5PHiqx3Va1G02zfxU7wC" alt=""><figcaption></figcaption></figure>

* Optional token allocation for deployer
* Maximum 10% of total supply
* Configurable amount based on preferences

### Launch Confirmation

1. Review all parameters
2. Confirm transaction in wallet
3. Wait for deployment completion

{% hint style="info" %}
After launch:

* Token immediately available for trading
* Price starts at configured minimum
* Trading begins through bonding curve
* Base token pairing is permanent
  {% endhint %}


---

# 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://documentation.kodiak.finance/user-guide/launch-a-token-launch-on-panda-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.
