> 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/troubleshooting.md).

# Troubleshooting

### How to edit your coin's description fields&#x20;

To edit a description field for your coin, tap on your coin so that the chart and "About" section are displayed, then tap the three dots in the top right corner of the coin's page and select "Edit."&#x20;

{% hint style="info" %}
From your coin's page, you can also tap directly on the field you wish to edit in the "About" section.
{% endhint %}

**From there, you can edit your coin's:**

* Website&#x20;
* X/Twitter
* Media&#x20;
* Creator fee %

**What you cannot edit:**

* Ticker
* Name
* Coin picture

<figure><img src="/files/pFycxypINt8LJKwB4mJ1" alt="" width="249"><figcaption></figcaption></figure>

### Finding your coin&#x20;

To find a coin that you have created on Moonshot, navigate to the "Create" tab > hit "Yours". From there, all coins that you have created on Moonshot will be displayed for quick access.&#x20;

<figure><img src="/files/nPW9EKKQh9jtVN66byaF" alt="" width="249"><figcaption></figcaption></figure>

### How to share your coin with a share link&#x20;

If you would like to share your coin using a direct link, tap on the "share" icon next to the star in the top right corner of your coin's page. &#x20;

For more information on how to share a coin using a link, see [Share](/coins/share.md)

### I have funds in my wallet, but I can't create a coin&#x20;

If you have funds in your wallet and cannot create a coin, or you're receiving the "deposit to finish" error message, you do not have enough USDC in your wallet, and you will need to deposit USDC to cover the coin creation fee ($10).&#x20;

{% hint style="info" %}
The coin creation fee can only be paid using USDC; using Solana or other currencies will not work.
{% endhint %}


---

# 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/troubleshooting.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.
