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

# Markets

Markets is the asset terminal: browse the top 1,000 crypto assets by market cap, slice them by what is moving, check how they trade across major exchanges, and resolve any token address into a full profile. It also contains Degen mode, a separate memecoin terminal for the high-risk end of the market.

### The top-1,000 browser

The main view lists the top 1,000 assets by market cap, with live pricing and market data.

* **Sorting** - rank by market cap, volume, top gainers, top losers, 1h / 24h / 7d change, or exchange availability
* **Search** - find any asset by name or symbol
* **Category filter** - narrow to a market segment
* **Watchlist filter** - show only assets on [My Watchlist](/thecontentforge-docs/investor-intel/watchlist.md)
* **Rank movers** - see which assets are climbing or falling the market-cap leaderboard over roughly the last 7 days, so you catch structural shifts rather than just daily price noise

Click any asset to open its full profile with price history, market stats, and AI breakdowns.

### Derived views

Quick-filter chips sit over the table so you can jump straight to a situation without building a manual sort:

* **Unusual volume** - assets trading well above their normal activity
* **Volume up / price flat** - accumulation signals where turnover rises but price has not moved yet
* **Price up / thin liquidity** - moves that may not hold because there is little depth behind them
* **Multi-exchange strength** - assets showing coordinated strength across several major exchanges
* **Thin liquidity** - assets to treat with extra caution because exits could be hard

### Multi-exchange data

Market data is aggregated across four major exchanges: **Binance, Coinbase, Kraken, and KuCoin**.

* See which of the four exchanges list each asset
* Compare pricing per exchange instead of trusting a single feed
* **Cross-exchange spread watch** - surfaces assets whose price differs meaningfully between exchanges. Spreads are research context: they often reflect liquidity differences, withdrawal halts, or regional pressure rather than free money.

### Chain browser

Browse assets by chain instead of by global rank. Useful when you follow specific ecosystems and want to see what is active there.

### Address resolver

Paste any token address and Markets resolves it into an asset profile. This is the fastest way to check a token someone shared with you before you do anything else with it.

## Degen mode

Degen mode is a memecoin terminal inside Markets. Flip the toggle and the terminal switches from the established top-1,000 to the fast, speculative end of the market.

**Read this first:** memecoins are among the highest-risk assets in crypto. Most new tokens lose most of their value, liquidity can vanish in minutes, and scams are common. Degen mode exists to give you honest data and risk context on this corner of the market. It is not an endorsement of anything it lists, and a token appearing in a "hot" bucket is not a recommendation.

### Buckets

Degen mode organizes tokens into buckets so you can scan by situation:

* **Hot** - the most active tokens right now
* **New** - freshly created tokens
* **Pumpfun** - tokens on the pump.fun launch path
* **Migrated** - tokens that completed launch migration
* **Trending** - tokens gaining attention
* **Takeovers** - community-takeover situations
* **Established** - memecoins that have survived beyond launch
* **High volume** - heavy trading activity
* **High liquidity** - deeper pools, easier exits
* **High risk** - tokens with notable risk flags

### Risk filters

Filter the board by risk signals so you can exclude (or specifically study) the riskiest tokens. Risk flags are surfaced on each token so you see problems before you see the chart.

### Supported chains

Degen mode covers **Solana, Ethereum, Base, and BNB Chain**.

### How to use Markets

1. Start in the top-1,000 view sorted by 24h change to see what is moving
2. Use the watchlist filter to check your own assets in the same view
3. Open an asset profile before forming an opinion: price action alone is not a thesis
4. Paste unknown token addresses into the resolver before engaging with them anywhere
5. If you use Degen mode, lean on the risk filters and treat every bucket as a research surface, not a menu

### Limits

AI breakdowns on asset profiles count against your daily AI allowance, which depends on your plan. See [Pricing](/thecontentforge-docs/reference/pricing.md).

### Related

* [My Watchlist](/thecontentforge-docs/investor-intel/watchlist.md) - track the assets you care about
* [Compare](/thecontentforge-docs/investor-intel/compare.md) - put two assets side by side
* [Execution Intelligence](/thecontentforge-docs/investor-intel/execution-intelligence.md) - check liquidity and execution quality before acting elsewhere
* [Alerts](/thecontentforge-docs/investor-intel/alerts.md) - get notified on price, volume, and liquidity moves


---

# 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/markets.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.
