> 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/verification/verified-vs-unverified.md).

# Verified vs unverified

## Unverified coins <a href="#h_38c323e881" id="h_38c323e881"></a>

1. Orange warning label: Unverified coins display a clear orange warning at the bottom of their coin page. See below.

   <figure><img src="https://downloads.intercomcdn.com/i/o/flia4w7b/1464056247/5713c03d44dde43d02d8338b2247/unverified.jpeg?expires=1745280000&#x26;signature=e70dc7ae941349dd4f6f8282764f716d8ea691fcc4fabf70c64dfb733eface0f&#x26;req=dSQhEsl7m4NbXvMW1HO4zVIuqeuZpnYkClCyYCJ29iS3F%2B38Cs3rsIx7S3Pn%0Az0BH%0A" alt=""><figcaption></figcaption></figure>
2. Searchable by name, ticker, or contract address You can find unverified coins by searching their name, ticker, or contract address.
3. Automatically indexed High volume coins may be automatically indexed and appear in the Trending, Top Gainers, Top Market Caps, and New categories without being verified.

## Verified coins <a href="#h_2778b44a47" id="h_2778b44a47"></a>

1. No warning label: Verified coins do not display an orange warning.
2. Searchable by name, ticker, or contract address. You can find verified coins by searching their name, ticker, or contract address.

{% hint style="info" %}
Verified coins are not endorsed by Moonshot. Only interact with coins you trust. Memecoins have no intrinsic value and are not investments or assets; their prices may be extremely volatile.
{% 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/verification/verified-vs-unverified.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.
