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