> 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/investor-intel.md).

# Investor Intel

Investor Intel is an AI-powered crypto research workspace for individual investors. It watches markets, narratives, wallets, DeFi yields, macro events, and news around the clock, then explains what is happening in simple terms, with the evidence behind every claim.

Investor Intel is a separate product mode from the TheContentForge content workspace. It shares the same account system, but it is built for personal research, not for publishing content.

### Who it's for

* **Retail crypto investors** who want one research workspace instead of a dozen open tabs
* **Newer investors** who want clear, easy-to-understand explanations and honest risk framing (see Beginner Protection in [Getting Started](/thecontentforge-docs/investor-intel/getting-started.md))
* **Active traders** who want fast signal triage, wallet tracking, and execution-quality checks before they act elsewhere
* **Long-term holders** who want a private portfolio view, theses they can hold themselves to, and a daily brief

### What makes it different

* **Explainable signals** - every signal card shows its type, confidence, mention counts, and source diversity, plus a clear "why it matters" and "what to watch next". Never a bare score you have to take on faith.
* **On-chain confirmation** - social chatter is checked against on-chain and market activity before a narrative is treated as real. Hype with no on-chain backing is labelled as exactly that.
* **Privacy-first portfolio** - wallet connections are read-only by address. Investor Intel never asks for private keys or seed phrases and cannot move funds. Your holdings stay private to your workspace and are only used to ground your own AI answers.
* **Honest AI** - answers are grounded in live data, and the AI is allowed to say "the evidence here is weak" or "I don't know". It is tuned for research quality, not engagement.

### What's inside

* **Pulse** - [Market Pulse](/thecontentforge-docs/investor-intel/market-pulse.md), [Markets](/thecontentforge-docs/investor-intel/markets.md), [Macro](/thecontentforge-docs/investor-intel/macro.md), [My Watchlist](/thecontentforge-docs/investor-intel/watchlist.md), [Portfolio](/thecontentforge-docs/investor-intel/portfolio.md)
* **Research** - [Narrative Radar](/thecontentforge-docs/investor-intel/narrative-radar.md), [Wallet Watch](/thecontentforge-docs/investor-intel/wallet-watch.md), [DeFi Intelligence](/thecontentforge-docs/investor-intel/defi-intelligence.md), [Execution Intelligence](/thecontentforge-docs/investor-intel/execution-intelligence.md), [Asset Profiles & Enrichment](/thecontentforge-docs/investor-intel/asset-profile.md), [Compare](/thecontentforge-docs/investor-intel/compare.md)
* **Theses** - [Thesis Journal](/thecontentforge-docs/investor-intel/thesis-journal.md)
* **Daily** - [News](/thecontentforge-docs/investor-intel/news.md), [Daily Brief](/thecontentforge-docs/investor-intel/daily-brief.md), [Alerts](/thecontentforge-docs/investor-intel/alerts.md), [Explain This](/thecontentforge-docs/investor-intel/explain-this.md)
* **Create** - [Comment King](/thecontentforge-docs/investor-intel/comment-king.md)
* **You** - [Saved Research & Settings](/thecontentforge-docs/investor-intel/research-and-settings.md)

New here? Start with [Getting Started](/thecontentforge-docs/investor-intel/getting-started.md): a 7-day free trial, no card required.

### Not financial advice

Investor Intel provides research, education, market context, and risk framing. It does not provide financial advice, it does not tell you what to buy or sell, and it does not guarantee any outcome or profit. Bullish and bearish labels are signal classifications: they describe what the data currently shows, not what you should do. Crypto markets are volatile and you can lose money. Always do your own research and make your own decisions.


---

# 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/investor-intel.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.
