> For the complete documentation index, see [llms.txt](https://docs.slate.ceo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slate.ceo/information-processing/discord-channel-token-tracker-bot.md).

# Discord Channel Token Tracker Bot

If you've joined many, noisy Discord channels and want notifications for ticker or CA mentions across them, you can do so with the Discord Channel Token Tracker Bot.

## Requirements

1. ***Slate logs in to your Discord account***
   1. Tell Slate team your Discord account login credentials (email/phone number & password)
   2. Tell Slate team any MFA information
2. Tell the Slate team what servers you want to be notified about
3. Tell the Slate team about any specialized notifications you'd like

## Currently Integrated Notifications

Any of these notifications can be toggled on or off or modified by request.

1. Whenever a token is mentioned in any requested server
2. Whenever a token is mentioned in any specific channel of the server (default if you add a server is all channels)
3. Whenever a token is mentioned in a server/channel by specific users only
4. Whenever a token is mentioned between 2 different servers/channels
5. Whenever a token is mentioned multiple times in a certain timeframe
6. Whenever a token under X mcap is mentioned

## Demo

<figure><img src="/files/ih5PIsFPUBD07Hhhlev8" alt="" width="375"><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://docs.slate.ceo/information-processing/discord-channel-token-tracker-bot.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.
