# Myriad Top 25 Spy

**Myriad Top 25 Spy** is a real-time monitoring tool designed to track the on-chain activity of the top 25 users on the Myriad Market leaderboard based on their rank

#### Overview

This tool automatically scans and updates its list of the current top 25 traders. By continuously monitoring the blockchain, it detects when any of these users submit predictions and immediately generates a detailed embedded alert

#### How It Works

* Automatically retrieves and refreshes the list of the top 25 users by leaderboard rank
* Monitors on-chain prediction events submitted by those users in real time
* Parses each transaction to extract:
  * Trader name and rank
  * Prediction direction (Buy or Sell)
  * Market question and type
  * Predicted outcome
  * Amount of PTS/USDC
  * Wallet address

#### Alerts

For every detected prediction, the system sends a formatted embedded message (as shown in the image) that includes:

* Color-coded trade type (Buy = green, Sell = red)
* Trader rank and username
* Market details and prediction
* Amount of PTS/USDC
* Associated wallet address

These alerts are designed to be clear, immediate, and informative, enabling users to follow top traders' activity and gain insight into their trading behavior and market sentiment

### Below is an example alert:

<div align="left"><figure><img src="/files/nWCxGX63rvEpl03pEI7J" alt="" width="440"><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/myriad-top-25-spy.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.
