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

# Compare

Compare puts two assets side by side across the dimensions that matter and lays out the tradeoffs honestly. It is built for the question every investor actually asks ("this or that?") without pretending there is an objective answer.

### What gets compared

* **Market metrics** - market cap, volume, price performance across timeframes
* **Risk** - the risk picture of each asset, side by side
* **Narrative alignment** - which narratives each asset is attached to, and how those narratives are trending on [Narrative Radar](/thecontentforge-docs/investor-intel/narrative-radar.md)
* **Execution** - how each asset trades in practice: liquidity and execution quality from [Execution Intelligence](/thecontentforge-docs/investor-intel/execution-intelligence.md)

Alongside the AI tradeoff writeup, Compare shows a side-by-side dual price chart of both assets so you can see how they have moved against each other at a glance.

### Balanced by design

Compare **never picks a winner**. Every comparison is written as tradeoffs: where asset A is stronger, where asset B is stronger, and what assumptions would have to hold for either to matter. If the honest answer is "these are different tools for different goals", that is what it says.

This is deliberate. Two assets can both be reasonable for different people with different time horizons and risk tolerance, and a tool that crowned a winner would be quietly making your decision for you. Compare gives you the structured picture; the weighing is yours.

### How to use it

1. Pick the two assets you are weighing
2. Read the dimension-by-dimension breakdown, not just the summary
3. Note which differences actually matter for your time horizon and risk posture; many measurable differences are irrelevant to a given goal
4. Save useful comparisons to [Saved Research](/thecontentforge-docs/investor-intel/research-and-settings.md) for later

### Limits

Comparisons per day depend on your plan, from 2 on trial up to 50 on Elite. See [Pricing](/thecontentforge-docs/reference/pricing.md).

### Related

* [Markets](/thecontentforge-docs/investor-intel/markets.md) - the full data view of each asset
* [Thesis Journal](/thecontentforge-docs/investor-intel/thesis-journal.md) - turn the outcome of a comparison into a written thesis
* [Explain This](/thecontentforge-docs/investor-intel/explain-this.md) - ask follow-up questions a comparison raised


---

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