# Tokens

{% hint style="warning" %}
**Disclaimer:**\
The **RayBot Discord** functionality is currently under active development.\
All newly released features and updates will be added to the [**Interface and Buttons in Discord**](/start/interface-and-buttons-in-discord/raybot-discord-in-active-development.md) section.
{% endhint %}

## 📌 Tokens — what it does

**The Tokens feature lets you track tokens and receive instant alerts if:**

* 🐋 A buy or sell occurs for more than the set threshold (in USD).
* 💹 The token price changes by the specified percentage.
* 💰 The DexScreener Payment Tracker is active — checks if the token’s listing on DexScreener has been paid for.

***

## 🚀 How to subscribe to a token

1. Open the main menu with `/start`
2. Go to the **🪙 Tokens** section.
3. Click ✨**Add Token**.
4. Enter the token address.
5. Set the parameters:

* **Price change %** — the price change percentage that will trigger a notification
* **Size** — the minimum trade amount (in USD) for an alert
* **Dex Paid** — notifies you when a token purchases ad on **DexScreener**.

***


---

# 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.raybot.app/start/interface-and-buttons-in-discord/tokens.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.
