> For the complete documentation index, see [llms.txt](https://xtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtrade.gitbook.io/docs/features-and-tools/watchlist.md).

# Watchlist

Your Watchlist lets you save favorite tokens so they’re easier to find later. Just tap the ⭐ next to any token on the **Explore** page, or when you open a token page.

<figure><img src="/files/3PQwwc17Sczp2Zpoq6IN" alt=""><figcaption></figcaption></figure>

## **Why use it?**

* <mark style="color:$info;">Quickly access starred tokens from the Watchlist ticker bar at the top</mark>
* <mark style="color:$info;">Open their trading panel instantly</mark>
* <mark style="color:$info;">Use Quick Buy right from your Watchlist</mark>
* <mark style="color:$info;">View</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**liquidity**</mark><mark style="color:$info;">,</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**market cap**</mark><mark style="color:$info;">,</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**1h volume**</mark><mark style="color:$info;">, and</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**1h transaction count**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">at a glance</mark>
* <mark style="color:$info;">**Bonus:**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">The ticker bar also shows your open spot positions for easy tracking</mark>

<figure><img src="/files/TNc7WuvmlTqE7SfA40ay" alt=""><figcaption><p>Access quick buy right from your Watchlist</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, and the optional `goal` query parameter:

```
GET https://xtrade.gitbook.io/docs/features-and-tools/watchlist.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.
