> For the complete documentation index, see [llms.txt](https://docs.bbbpump.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bbbpump.fun/how-to-play/how-to-create-your-own-memecoin.md).

# How to Create your own memecoin

## How to Create your own memecoin?

1- Head to [bbbpump.fun](https://bbbpump.fun)

<br>

2- Connect you wallet by clicking “Connect Wallet” button:

<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdVgu_SOYiQX0FNKxGlGG6ANy9M1vi8xlmJRedYR0fVvuc1o_KBBGsGK8YhQp2r46yYPP8FcxoQYmKkRT6FQHXYpl2WXD87FoNoOvTSQi6okXvBMn4zsOWt_KzLCzbGJB-QLIpgoJKSlJg1gM_a63fhysC-?key=B0YAPmC0oWHH7BFu3oYKnw" alt=""><figcaption></figcaption></figure>

<br>

3- Once you connect your wallet, it’s time to make your brand new memecoin. Click on “Launch Token”:

4- After clicking on “Launch Token”, a modal popup will appear:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfX3GXZTT5J2MAAJtnlvIl6ljnZOQHW8LkcFUSwT1rbfXe22gGgV7PW2SpQG9wG9fM5NsHQfCVw5Xlqun6vWZMnAsNcSFhrAjHLaxx54CTvDzTk-VSMun9rgGkE_ifaXkJ_MMlbQn3sO0VvWjIbcffY9ZoL?key=B0YAPmC0oWHH7BFu3oYKnw" alt=""><figcaption></figcaption></figure>

<br>

5- This is the time that you need to enter the Name, Symbol, Description of your namecoin that you’re willing to create.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeeBDliDBu-B32-YMFvM9qaEWFboWgahXv9haYx4amOXNi4FiS_9TMbVMvBFcKkm_SrcsTZE2Ah-TRbXypAlhpAs0pomIK7J2QBC3Mk1GnxijDZy893HTqIbD4UBQKvpKlVvS-pfCvtK-882pEc7oXlHjaK?key=B0YAPmC0oWHH7BFu3oYKnw" alt=""><figcaption></figcaption></figure>

<br>

NOTE: creation of new token comes with a creation cost, which might be different from time to time.

<br>

6- click on the confirm button, your wallet pops up and now it’s time to sign the transaction. After signing you should wait for a few seconds to proceed.

<br>

7- Congratulations! You have successfully made your own memecoin on BBBPump. It will be shown as card in the main BBBPump page.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcYh7INluhhTQ3yTPuqnUjFv5V6MEhKUI5TL1a2aJmhATMK9CZmySeUMjPrVa7ilrKsocvw6kVQIO6EKGQg78XgF2pXi1iHBo-WBMNvEdRDZZuTIjTbEY_I0aG-dy7Tu3vCdq1EhtTCmZYhKXmrXmoeiyNa?key=B0YAPmC0oWHH7BFu3oYKnw" alt=""><figcaption></figcaption></figure>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bbbpump.fun/how-to-play/how-to-create-your-own-memecoin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
