# Gigaverse Fatfinger Alerts

This system monitors on-chain activity for every new listing on the **Gigaverse Gigamarket** in real-time. For each new listing, it checks the price against the current floor price for that specific item

If an item is listed **30% or more below the floor**, it gets flagged as a potential *fatfinger* listing

Once flagged, the script fetches:

* The quantity listed
* Nearby listings for price comparison
* Recent sales (with sale time + price)
* The item’s image and description
* A dynamic chart based on the latest sales

All of this is bundled into a clean embedded Discord message and instantly sent to the server — giving holders the chance to snipe undervalued listings before the market catches up

{% hint style="danger" %}
This tool sends alerts roughly **20 seconds before the Gigaverse market API updates**, so the listing may not appear on the marketplace right away when the alert is triggered
{% endhint %}

### Below is an example alert of a new listing with a 50% price drop:

<div align="left"><figure><img src="/files/9LCQJmQTXQlFlnUeKaue" alt="" width="374"><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/gigaverse-fatfinger-alerts.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.
