# Explore

## Searching for coins using the search bar

* **Searching by contract address**
  * Paste the coins contract address into the search bar at the top of the home page.
* **Searching by name or ticker**
  * Paste the coin's name or ticker into the search bar at the top of the home page.

{% hint style="info" %}
Coins can only be searched if they pass our automated security checks.
{% endhint %}

{% hint style="info" %}
Any coin you interact with on Moonshot is at your own risk.

* See [Terms](https://moonshot.com/terms)
  {% endhint %}

## Browse trending <a href="#h_7dac852bdd" id="h_7dac852bdd"></a>

Moonshot Trending displays the top trending coins based on an algorithm that prioritizes high-volume, organic coins. Coins do not need to be verified to appear in the trending section; however, unverified coins will be marked with warnings.

{% hint style="info" %}
Neither trending nor verified coins imply endorsement.

* &#x20;Learn more here [Verification](/coins/verification.md)
  {% 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/explore.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.
