# ROI Charts

Whereas [**Accounts** ](/1/tracker/accounts.md)are self-contained and fully independent (mini portfolio trackers all to themselves), the **ROI tool** pulls data from all your accounts to display your ROI[^1] across your entire portfolio.&#x20;

The ROI tool aggregates the data from the [**Snapshots**](/1/tracker/accounts.md#snapshots) you take in your accounts and plots this data on charts, each giving you a different representation of your portfolio's performance over time.&#x20;

In addition, the ROI tool plots the performance of important benchmarks so you can compare your portfolio's performance against them. You can even add custom benchmarks to some of the charts.&#x20;

Here's an overview of each chart:

## Portfolio ROI VS Benchmarks' ROI

<figure><img src="/files/X3UQgnkIAk4qWHn7pMve" alt="Portfolio Tracker – Premium Templates for Apple Numbers."><figcaption><p>Portfolio VS Benchmarks</p></figcaption></figure>

This chart plots your portfolio’s ROI (in dollar terms) and compares it to the ROI of benchmarks of your choosing.&#x20;

To toggle on and off a benchmark's line on the chart, simply check or uncheck the checkbox next to the name of the benchmark.&#x20;

<figure><img src="/files/G5es2zSHvPvpR5zBz8iL" alt="" width="375"><figcaption><p>Toggling benchmarks on and off</p></figcaption></figure>

You change the custom benchmarks by entering different tickers in the lighter cells. To add indices as custom benchmarks, enter the ticker of an ETF that tracks the desired index ([SPDR  ETFs](https://www.sectorspdrs.com/) are a great option).&#x20;

<figure><img src="/files/nbRDHYskQOI1kCffaXjs" alt="Adding a custom benchmark"><figcaption><p>Adding NVDA as a custom benchmark</p></figcaption></figure>

## Portfolio ROI (against USD, BTC & ETH)

<figure><img src="/files/wYpyyOFJMDVUUCB6hmQr" alt="Portfolio Tracker – Premium Templates for Apple Numbers."><figcaption><p>Portfolio's ROI VS USD, BTC, &#x26; ETH Chart</p></figcaption></figure>

This chart plots your portfolio’s ROI against the US dollar (like the first chart) and compares it to  your portfolio’s ROI against BTC and against ETH.&#x20;

This is done by tracking the cost of your portfolio in BTC and ETH terms (in addition to its USD cost).  When you add or remove capital to your accounts using the[ **Cost of Account**](/1/tracker/accounts.md#cost-of-account) tables, the smol Portfolio Tracker records these amounts in BTC and ETH terms (using the conversation rate applicable on the date of these events), in addition to the USD amounts.

{% hint style="info" %}
**Tip:**  Tracking the ROI of your portfolio in BTC and ETH terms may be a more relevant metric if you are holding assets you consider more risky or more volatile than BTC and ETH (most ALTS for example).&#x20;

E.g., when the price of BTC goes up faster than that of your holdings, you will see your portfolio’s ROI VS BTC drop, meaning that your portfolio is currently “bleeding” against Bitcoin.&#x20;

This chart can quickly tell you if holding these riskier assets is worth it or if you would have done better simply holding Bitcoin and Ethereum.
{% endhint %}

You can toggle the BTC and ETH lines by checking or unchecking the checkboxes next to these tickers in the left-side panel.  <br>

## Portfolio’s Value in USD, BTC, & ETH Terms

<figure><img src="/files/M8Y6AahHAEzNz6t7x7z9" alt="Portfolio Tracker – Premium Templates for Apple Numbers."><figcaption><p>Portfolio's Historical Value denominated in USD, BTC, &#x26; ETH.</p></figcaption></figure>

This chart plots your portfolio’s historical value denominated in USD on the left-sided Y axis, it’s historical value denominated in ETH on the right-sided Y axis, and it’s historical value denominated in BTC on either sides, depending on which other currencies are selected.

This chart gives you yet another way to measure your portfolio's performance&#x20;

{% hint style="info" %}
**Tip:**  There will be time when your portfolio's value is going up in USD terms, but down in BTC terms. Or up in BTC terms but down in USD terms, etc. Keeping an eye on these fluctuations can be useful when trying to time big shifts in the cycle.&#x20;
{% endhint %}

You can toggle the USD, BTC and ETH lines by checking or unchecking the checkboxes next to these tickers in the left-side panel. &#x20;

If there are more charts you'd like to see added to the ROI tool, [let us know!](https://smolcompute.xyz/contact)&#x20;

[^1]: Return on investment


---

# Agent Instructions: 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:

```
GET https://guides.smolcompute.xyz/1/tracker/roi-tool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
