> 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/asset-profile.md).

# Asset Profiles & Enrichment

Open any asset - from [Markets](/thecontentforge-docs/investor-intel/markets.md), [My Watchlist](/thecontentforge-docs/investor-intel/watchlist.md), [Compare](/thecontentforge-docs/investor-intel/compare.md), or by pasting an address into the resolver - and you get its full **asset profile**: price history and market stats, plus a set of **always-on enrichment cards** that give the price action context. The cards are there the moment the profile loads (each card simply hides itself when there isn't enough data for a given asset). The same data also grounds the optional **Explain why** AI read, so the explanation and the cards are telling the same story.

### Ecosystem narratives

Shows which narratives the asset is tied to and what's hot in its ecosystem, pulled from [Narrative Radar](/thecontentforge-docs/investor-intel/narrative-radar.md):

* **This asset belongs to** - the narratives this token is part of, with their lifecycle stage and bullish/bearish/mixed signal (a leader flag marks narratives it's leading)
* **Hot in the ecosystem** - the narratives moving across its chain right now

It answers "is this moving because of something specific to the token, or because its whole narrative is rotating?"

### Recent catalysts & news

Curated, not a raw firehose:

* **News** - a short list of relevant headlines, each with a one-line **"why it matters"** and a bullish/bearish/mixed tint, linking out to the source
* **Notable events** - tagged catalysts (listings, upgrades, unlocks, and the like) with dates

### On-chain activity

Public, read-only on-chain context - no wallet connection, no keys:

* Holders, active wallets (24h), on-chain volume (24h) and its change, and liquidity

Use it to sanity-check whether real usage backs the price.

### Upcoming token unlocks

Forward supply context - often the missing piece when a chart sells off for "no reason":

* **Next unlock** - the date (and days until), with an approximate share of supply and token amount
* **Schedule** - the next several scheduled unlocks
* A **forward dilution** flag highlights unlocks large enough to matter

Unlock **timing** is the reliable headline; the supply percentage is approximate and shown as such. This is information, not a price prediction - a known unlock is a thing to weigh, not an automatic sell signal.

### Multi-exchange context

On top of the market-wide [Markets](/thecontentforge-docs/investor-intel/markets.md) view, the profile carries cross-exchange context for the asset: which of **Binance, Coinbase, Kraken, and KuCoin** list it, the **cross-exchange spread**, and **orderbook depth**. Treat these as **research and exit-risk context** - depth and spread tell you how hard it would be to get in or out at size - not as an arbitrage or trade instruction.

### Explain why (AI)

When you want a synthesized read, **Explain why** uses the same enrichment data to explain what may be driving the asset, with its evidence. AI breakdowns count against your daily AI allowance, which depends on your plan - see [Pricing](/thecontentforge-docs/reference/pricing.md).

### How to use it

1. Open the profile **before** forming an opinion - price action alone is not a thesis
2. Check **upcoming unlocks** before assuming a drop is fundamental
3. Read **ecosystem narratives** to tell token-specific moves from whole-narrative rotation
4. Use **spread and orderbook depth** to judge exit risk on smaller or thinner assets
5. Turn what you find into a written view in the [Thesis Journal](/thecontentforge-docs/investor-intel/thesis-journal.md)

### Not financial advice

Enrichment cards classify and surface public information and market context. They do not tell you what to buy or sell. See the disclaimer in [Investor Intel](/thecontentforge-docs/investor-intel/investor-intel.md).

### Related

* [Markets](/thecontentforge-docs/investor-intel/markets.md) - the terminal these profiles open from
* [Narrative Radar](/thecontentforge-docs/investor-intel/narrative-radar.md) - where the ecosystem-narrative data comes from
* [Compare](/thecontentforge-docs/investor-intel/compare.md) - put two profiles side by side
* [Execution Intelligence](/thecontentforge-docs/investor-intel/execution-intelligence.md) - deeper liquidity and execution checks
* [Alerts](/thecontentforge-docs/investor-intel/alerts.md) - get notified on price, volume, and liquidity moves
* [Thesis Journal](/thecontentforge-docs/investor-intel/thesis-journal.md) - capture a view grounded in this evidence


---

# 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/asset-profile.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.
