# 4 Devs

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

BullNBear allows developers and project owners to create and launch coins directly through the platform.

At the moment, coin creation works only with your **connected wallet**. Imported wallets cannot be used for deploying coins yet.

{% hint style="warning" %}
Make sure your connected wallet has enough funds before creating a coin. The wallet connected through your browser wallet extension will be used for the launch.

![](/files/tR1Ei9KlWqHX8G5N68Q1)
{% endhint %}

### How to Create a Coin

#### 1. Connect Your Wallet

Connect to BullNBear using your wallet extension.

Make sure this is the wallet you want to use for creating the coin and that it has enough funds available.

<figure><img src="/files/9BsTk6ERFbqRgR6cMxjP" alt=""><figcaption></figcaption></figure>

#### 2. Go to Create

After connecting your wallet, open the **Create** section from the BullNBear navigation.

<figure><img src="/files/9AEWrETxzsjhWuB0F3Jx" alt=""><figcaption></figcaption></figure>

#### 3. Fill Out Your Coin Details

Enter the required information for your coin, such as the token name, ticker, image, description, and other launch details.

Once the data is filled out, BullNBear will show you a preview with the details of your coin before creation.

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

#### 4. Launch Now

Click **Launch Now** to continue with the launch process.

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

You can now choose how much BNB you want to buy from your coin as the first buyer.

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

#### 5. Continue and Sign

Click **Continue** and confirm the transaction in your connected wallet.

After signing, BullNBear will create your token.

#### 6. Token Created

Done — your token is now created.

You will receive the transaction details for the token creation, and once the coin is created, you can also find it in your **Portfolio** under **Creations**.

This allows you to keep track of all coins launched from your connected wallet.

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


---

# 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/start-here/quickstart/4-devs.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.
