> For the complete documentation index, see [llms.txt](https://docs.wandbot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wandbot.app/wandbot-onchain-x-social-data-alerts/wandbot-onchain-x-social-alerts-overview/new-contract-onchain-x-twitter-alerts.md).

# New Contract Onchain X Twitter Alerts

New Contract alerts come as soon as WandBot's cashtag analysis engine picks up social data for a particular live contract or cashtag symbol

<figure><img src="/files/R6EMMVZ86u268mzBLnnQ" alt="" width="375"><figcaption><p>Sample New Ethereum Contract Alert</p></figcaption></figure>

#### Overview Section

New contract alerts contain a twitter search link and user score emote along with the found contract name and symbol.

Clicking on the link for the token name and symbol opens a [twitter search](https://twitter.com/search?q=\(\($AUTO\)%20OR%20\(0xeE62411c55e8057Df2bdb956b67Eae23141CF274\)\)\&src=recent_search_click\&f=live) for both the cashtag and the contract address.

<figure><img src="/files/moARRq2UspT3t8fwR3Je" alt="" width="369"><figcaption><p>Sample Overview Section for New Ethereum Contract Alert</p></figcaption></figure>

This line also contains the score emote for the token, which is based on the highest scoring social interaction for the user. In order of highest score:

🟢 <mark style="color:green;">`Green`</mark>`>` 🟡 <mark style="color:yellow;">`Yellow`</mark>`>` 🟠️ <mark style="color:orange;">`Orange`</mark>`>` 🔴 <mark style="color:red;">`Red`</mark>`>` ⚫️ `Black`

New Contract Alerts Overview section also includes the Contract Deployment and basic metrics.

#### **Analysis Section**

New Contract Alerts Analysis section includes:

<figure><img src="/files/N6ST7y27cwiCgB4UsOO7" alt="" width="369"><figcaption><p>Sample Analysis Section for New Ethereum Contract Alert</p></figcaption></figure>

* Tweet from the highest scoring user&#x20;
* Count of unique tweeters
* Top scoring interactions


---

# 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://docs.wandbot.app/wandbot-onchain-x-social-data-alerts/wandbot-onchain-x-social-alerts-overview/new-contract-onchain-x-twitter-alerts.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.
