> For the complete documentation index, see [llms.txt](https://support.moonshot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.moonshot.com/coins/create.md).

# Create

* **Search** for Create coins by name or ticker using the Search bar.
* **Explore** Create coins using the category tabs:

| Category | Description                       |
| -------- | --------------------------------- |
| Trending | Coins with high recent activity   |
| Top      | Coins with the highest market cap |
| Active   | Recently traded coins             |
| Yours    | Coins you've created              |
| New      | Recently created coins            |

## How to launch a coin on moonshot

Learn how to create and customize your coin on Moonshot, set your initial buy amount and creator fee, and launch it with a single swipe.

{% stepper %}
{% step %}

### Navigate to the Create tab

<div align="center"><figure><img src="/files/3bItHxfxOetIg28DhoJl" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Click the Create button

<div align="center"><figure><img src="/files/S5RnJ2pPcPFDD8WuIstD" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Customize your coin

<div align="center"><figure><img src="/files/7xJ5PKBvCGDtRAJ47ZNc" alt="" width="375"><figcaption></figcaption></figure></div>

**Required Fields**

* Ticker
* Name
* Image
* Description

**Optional Fields**

* Website URL&#x20;
  * Can be used to link to a specific website. Some common options include the URL to a specific tweet or a Twitter community.
* Twitter username
* Additional photos & videos
  * Up to 4 items, 1 video limit (30 seconds)
    {% endstep %}

{% step %}

### Specify initial buy amount and creator fee %

<div align="center"><figure><img src="/files/1gi8PfPgggi7zoeg4VTc" alt="" width="375"><figcaption></figcaption></figure></div>

**Buy Amount**&#x20;

* How much of your coin you want to buy

**Creator Fee %**&#x20;

* Percentage of creator fees you'd like to receive when your coin bonds. For more information, see [Creator fees](/coins/create/creator-fees.md)
  {% endstep %}

{% step %}

### Swipe to create!

<div align="center"><figure><img src="/files/icScY5x8WFFLueZagwlb" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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://support.moonshot.com/coins/create.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.
