> For the complete documentation index, see [llms.txt](https://docs.blokiments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blokiments.com/features/watchlists.md).

# Watchlists

{% hint style="warning" %}
T**his feature requires a user to log in. Create an account** [**here**](https://blokiments.com/register)**.**
{% endhint %}

The Watchlist feature empowers users to effortlessly organize tokens into customizable categories, ensuring seamless tracking of key metrics. Create multiple watchlists, add tokens of interest, and dive into a dashboard to monitor real-time prices, liquidity, volume, market cap, and more.

<figure><img src="/files/6gVvzmRM9zBJQZFvNvTV" alt=""><figcaption><p>Watchlist Dashboard</p></figcaption></figure>

Users can organize tokens into custom categories (e.g., DeFi, Memes, NFTs, Layer 1, Gaming). The number of categories and tokens allowed per category depends on the user's subscription plan.

{% hint style="info" %}
Currently, only tokens/pools can be watchlisted. In the future, we plan to add support for wallets and callers.
{% endhint %}

## Adding tokens to watchlists

Click the star icon to add tokens to your watchlists in the Discovery Hub or Token Analyzer.

**How to Add a Token to Your Watchlist (or Multiple Watchlists):**

1. Hover over the token name or logo to reveal an expanded section with social links and a star icon.
2. **Click the star icon** for the token you want to add.
3. **Create categories**: Select existing categories or create new ones.
4. **Choose categories:** You can add the same token to multiple categories simultaneously.&#x20;
   1. **Make sure to select the tokens explicitly!** The orange checkmark indicates which categories the token is included in.
   2. **Confirm your selection** by clicking anywhere outside the menu.
5. Tokens in your watchlist will display a **filled-in star** in the top-left corner of their logos.

<figure><img src="/files/MksjSs6N3cHWSlrVXHs5" alt=""><figcaption><p>How to add a token to the watchlist</p></figcaption></figure>

Similarly, you can add a token to a watchlist in the Token Analyzer.

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

Now you can open your dashboard to check all the saved tokens:

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

## Watchlists Dashboard

The[ **Watchlist Dashboard**](https://blokiments.com/watchlists) is your central hub for managing tracked tokens and analyzing their key metrics. Here’s what you can do:

✅ **View All Tracked Tokens** – See your saved tokens, their socials, price, price change, market cap, volume, liquidity, and Blokiments core in one place.

✅ **Organize by Categories** – Tokens are grouped into your custom watchlists (e.g., DeFi, NFTs, Gaming) for easy navigation.

✅ **Edit & Remove Tokens**

* Remove individual tokens from a watchlist.
* Delete entire watchlists if needed.
* You can edit a watchlist category name by selecting a category and switching to the metadata tab.

✅ **Check Plan Limits** – See how many tokens and watchlists you can have based on your subscription tier.

<figure><img src="/files/TDyZWDny7OyW5kCXfYc9" alt=""><figcaption><p>Watchlists Dashboard</p></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:

```
GET https://docs.blokiments.com/features/watchlists.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.
