# New Moonshot Coin Alert

This tool monitors the blockchain for on-chain events that signal a new coin being launched on the [**Moonshot Launchpad**](https://dexscreener.com/moonshot/abstract). When a new token is created, we instantly extract its metadata and check whether a project link has been attached — if not, the coin is ignored

For coins that *do* include a link, we pull extra data including:

* Dev wallet address
* Amount the dev purchased
* % of total supply owned by the dev
* Coin name, ticker, description, and image

We also cross-check the dev wallet against our internal database to see if they’ve launched other coins in the past. If the same links have been used on previous projects, that’s flagged too

All of this is bundled into a detailed Discord alert and sent out in **under 1 second** from the moment the coin launches. If there's history tied to the dev or reused links, a clear warning is added to the embed

### Below is an example alert of a new coin creation:

<div align="left"><figure><img src="/files/27wdlqbAI3y5rw6tceYt" alt="" width="454"><figcaption></figcaption></figure></div>


---

# 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://docs.prediqt.xyz/current-utilities/new-moonshot-coin-alert.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.
