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

# My Watchlist

My Watchlist is the center of your personalized Investor Intel experience. What you track here shapes your [Daily Brief](/thecontentforge-docs/investor-intel/daily-brief.md), your [Market Pulse](/thecontentforge-docs/investor-intel/market-pulse.md) "Following" scope, and the relevance ranking across the product.

### What you can track

A watchlist item can be more than a token:

* **Tokens** - any asset, from majors to memecoins
* **Wallets** - addresses you want to keep an eye on (see [Wallet Watch](/thecontentforge-docs/investor-intel/wallet-watch.md) for deep analysis)
* **Narratives** - themes from [Narrative Radar](/thecontentforge-docs/investor-intel/narrative-radar.md)
* **Protocols** - DeFi protocols and platforms

### Manual holdings (optional)

On any token you track, you can optionally record a holding: an amount and a cost basis. This is manual and private.

* Holdings give the AI honest context, so answers about a token can account for the fact that you hold it
* Cost basis lets value changes be framed against your entry instead of just the 24h move
* You never have to connect a wallet to use this. If you do connect one, see [Portfolio](/thecontentforge-docs/investor-intel/portfolio.md) for the full tracker.

Recording a holding changes what context the AI has. It does not change the analysis rules, and it never produces buy or sell instructions.

### Market context pills

Each watchlist row carries compact context pills, so you can scan the state of everything you track without opening each item: price movement, activity, and risk context at a glance.

### How to use it

1. Add the assets, wallets, narratives, and protocols you actually care about
2. Optionally record holdings with cost basis on tokens you own
3. Scan the context pills daily; open anything that looks off
4. Set [Alerts](/thecontentforge-docs/investor-intel/alerts.md) on the items where you want to be notified instead of checking

### Limits

The number of watchlist items depends on your plan, from 5 on trial up to 300 on Elite. If you downgrade, nothing is deleted; you just cannot add more until you are back under the limit or upgrade. See [Pricing](/thecontentforge-docs/reference/pricing.md).

### Related

* [Portfolio](/thecontentforge-docs/investor-intel/portfolio.md) - wallet-synced holdings with P\&L
* [Alerts](/thecontentforge-docs/investor-intel/alerts.md) - notifications on watchlist items
* [Daily Brief](/thecontentforge-docs/investor-intel/daily-brief.md) - your watchlist drives the brief


---

# 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://thecontentforge.gitbook.io/thecontentforge-docs/investor-intel/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.
