> For the complete documentation index, see [llms.txt](https://graphdex-1.gitbook.io/graphdex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://graphdex-1.gitbook.io/graphdex-docs/tracker-predictions/tracker-overview.md).

# Twitter Tracker Overview

**Follow event-driven accounts on X — the Predictions side exposes only the Twitter tracker.**

Tracker on Predictions is the Twitter (X) account-watching surface — and only that. Unlike the Solana side, which has a Wallet Tracker alongside, **Predictions has no Wallet Tracker**. The reasoning is structural: prediction markets resolve on real-world events, and the fastest signals about real-world events come from X accounts, not on-chain wallets.

The page has two top-level tabs: **Настройки** (Settings) for managing the watchlist, and **Уведомления Twitter** (Notifications) for reading the alerts that watchlist produces.

{% hint style="success" %}
**Add 5–10 accounts you actually read**

Tracker quality scales with the quality of the accounts on it. Pick five to ten high-signal accounts in your category and ignore the temptation to add fifty.
{% endhint %}

## What's on this page

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a href="/pages/Ux4sp8R2NHh2toZ5ZlwM"><strong>Adding Accounts</strong></a></td><td>Search, add, import, export — building your X watchlist.</td><td></td></tr><tr><td><a href="/pages/JrSKup1DI2VxGBKKxvs5"><strong>Notifications</strong></a></td><td>Where Twitter Tracker alerts surface and how to keep them clean.</td><td></td></tr></tbody></table>

## SETTINGS TAB

The **Настройки** tab is split into two sub-views:

* **Мой список** — accounts you've added. Your personal watchlist.
* **Топ подписок** — the platform-curated list of high-volume accounts other Predictions users follow. Useful for discovery.

The toolbar on Settings has four actions:

* **Поиск по имени** — search the directory by handle or display name.
* **Импорт** — bulk-import a list of accounts (CSV or paste).
* **Экспорт** — export your current list for backup or sharing.
* **Добавить аккаунт** — single-account add by handle.

## NOTIFICATIONS TAB

The **Уведомления Twitter** tab is the alert stream — every event from accounts on your watchlist surfaces here. Use it as the read-side of Tracker; Settings is the write-side.

See [Notifications](/graphdex-docs/tracker-predictions/notifications.md) for filter behaviour, retention, and noise control.

## WHY NO WALLET TRACKER

Two reasons:

* **Different signal source.** Token markets move on wallet behaviour; prediction markets move on news and event resolution. Wallet activity is a much weaker signal here than on Solana spot.
* **Different user need.** Predictions traders ask "who is talking about this" first, "who is buying this" second. The Twitter Tracker addresses the first question; the second is answered by [Top Holders](/graphdex-docs/trading-predictions/outcomes-and-holders.md) inside each market page.

The Solana side keeps its Wallet Tracker — see the [Solana Wallet Tracker](/graphdex-docs/tracker/wallet-tracker.md) for that.

## More to Explore

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><a href="/pages/Ux4sp8R2NHh2toZ5ZlwM"><strong>Adding Accounts</strong></a></td><td>How to grow the watchlist deliberately.</td><td></td></tr><tr><td><a href="/pages/JrSKup1DI2VxGBKKxvs5"><strong>Notifications</strong></a></td><td>Reading and tuning the alert stream.</td><td></td></tr><tr><td><a href="/pages/ONu9caHNuz98Gk0dDUUx"><strong>Research</strong></a></td><td>Find the market that matches the signal.</td><td></td></tr><tr><td><a href="/pages/c18NN16SumCduE2A3ZkQ"><strong>Pulse</strong></a></td><td>Cross-check tracker signals with live market activity.</td><td></td></tr><tr><td><a href="/pages/m1zZKHwtJxpa0f4cJYJD"><strong>Solana Wallet Tracker</strong></a></td><td>The wallet-tracker product on the Solana side.</td><td></td></tr><tr><td><a href="/pages/gZCPWhsCDfThBIJFFtgq"><strong>Predictions Overview</strong></a></td><td>Back to the section landing.</td><td></td></tr></tbody></table>

{% hint style="info" %}
Tracker is a discovery and alerting tool. It does not execute trades. Acting on a tracker signal is the same flow as any other Predictions trade — open the market page, read the order book, submit.
{% endhint %}

## FAQs

<details>

<summary>Is the Twitter Tracker the same as the Solana one?</summary>

Same product, same controls. The watchlist is unified across both sides — accounts you add on either page show up on the other.

</details>

<details>

<summary>Why does Predictions skip Wallet Tracker?</summary>

Wallet activity is a weaker signal for prediction-market direction than for token markets. The platform exposes only the Twitter tracker on this side; for wallet-watching see the Solana tracker.

</details>

<details>

<summary>Where do notifications appear when I'm not on the Tracker page?</summary>

The bell icon in the header surfaces unread notifications across the terminal. Click it to jump to the Notifications tab.

</details>

<details>

<summary>Can I follow lists rather than individual accounts?</summary>

Current build is per-account. List-style following is on the roadmap.

</details>

<details>

<summary>Does my Tracker activity affect Referrals or GD points?</summary>

No — Tracker is read-only signal infrastructure. It does not produce activity that feeds the Referrals graph.

</details>


---

# 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://graphdex-1.gitbook.io/graphdex-docs/tracker-predictions/tracker-overview.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.
