# CREATE

{% hint style="info" %}
**Live Page:** [Open Create on BullNBear](https://v1.bullandbear.app/create)
{% endhint %}

Create is BullNBear’s token launch section.

It allows developers, projects, and communities to launch new coins directly through BullNBear using their connected wallet.

***

### Create Overview

The Create page is used to set up and launch a new token.

Users can enter the coin details, review the token information, choose an initial buy amount, and deploy the token directly from the platform.

{% hint style="warning" %}
Token creation currently works only with your **connected wallet**. Imported wallets cannot be used for launching coins yet. Make sure your connected wallet has enough BNB before launching.
{% endhint %}

***

### Coin Details

Before launching, users need to fill out the token information.

This may include:

* Token name
* Ticker / symbol
* Token image
* Description
* Social links
* Website link
* Other launch details

Once the information is entered, BullNBear shows a preview of the coin details before creation.

{% hint style="info" %}
![](/files/IbDqg1OUQJlUReHfvqP3)
{% endhint %}

***

### Launch Now

After reviewing the token details, users can click **Launch Now** to continue.

There is a launch fee of **0.0075 BNB**, which is approximately **$4–$5**, depending on the current BNB price.

Users can also choose how much BNB they want to buy from their own coin as the first buyer.

{% hint style="info" %}
![](/files/LIGjZKsRlSpTDPwMIege)&#x20;
{% endhint %}

***

### Sign Transaction

After clicking **Continue**, the connected wallet will ask users to sign and confirm the transaction.

Once confirmed, the token will be created on-chain.

The platform will then show the transaction details for the created token.

***

### Creations

After a token is created, it can also be found inside **Portfolio** under **Creations**.

This gives developers and project owners a simple way to track coins launched through BullNBear.


---

# 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://bullnbear.gitbook.io/trade/bullnbear/platform-overview/create.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.
