# UNIT Charts

## Trading Chart

UNIT uses [TradingView](https://www.tradingview.com/) technology to display trading data on charts. TradingView is a charting platform for traders and investors, loved and visited by millions of users worldwide. It offers state-of-the-art charting tools and a space where people driven by markets can track important upcoming events in the [Economic calendar](https://www.tradingview.com/economic-calendar/), chat, chart, and prepare for trades.

## Monthly Weights Chart

Monthly Weights Chart shows the **market cap percentages** of each asset at the **start of every month**—the foundation for the UNIT Index, providing a clear picture of how UNIT is structured for the month. It allows you to understand the base-level influence of each asset, offering a reliable snapshot before market fluctuations take effect.

## Performance-Adjusted UNIT Allocation Chart

Performance-adjusted UNIT Allocation shows how the **price movements of each asset** dynamically affect their contribution to the overall UNIT Index. While the monthly weights are fixed at the start of each month, this chart reflects how price changes modify each asset's influence in real time, giving an up-to-date view of the index composition.

$$
\left( \frac{\text{Current Price}}{\text{Start Price of the Month}} \right) \times \text{Weight}
$$


---

# 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://docs.unitindex.org/theunit/the-unit/unit-charts.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.
