> For the complete documentation index, see [llms.txt](https://oracle-tools.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oracle-tools.gitbook.io/whitepaper/social-bot-guide/ticker-stalker.md).

# Ticker Stalker

## Tool is accessible for everyone.&#x20;

## How to access?

1. Open <https://t.me/OracleSocialBot> in Telegram and press /start.

2. Press "Ticker Stalk" button.

   <figure><img src="/files/q7MxvfxrIXiKRkYrSu7e" alt=""><figcaption><p>6-th button from the top one.</p></figcaption></figure>

3. This window will pop up. Type the name of the launch you are looking for. Let's say you are waiting for "Bome Tools" launch, but you are not sure how their token will be called.

<figure><img src="/files/ivYvkx7T6cHx9Wbqbvml" alt="" width="563"><figcaption><p>Press ✅Add.</p></figcaption></figure>

4. Enter possible ticker names for the launch you are waiting for.

<figure><img src="/files/AYtqzgaeZEjGS3iGqxgy" alt=""><figcaption></figcaption></figure>

5. Once done press - ✅ Finished.<br>
6. Once token that fits your request gets deployed - you will get a notification.

   <figure><img src="/files/6VTMy7F29I9iFlUnwnbf" alt="" width="563"><figcaption></figcaption></figure>
7. When you are done with launch and you found the right contract press "❌Remove All" so new deployments won't ping.

<figure><img src="/files/jbR4dYMDo3cxAyfBpzsA" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://oracle-tools.gitbook.io/whitepaper/social-bot-guide/ticker-stalker.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.
