# Portfolio

In this guide, we'll walk you through how to review your portfolio on QuantHive, interpret key analytics, and use those insights to refine your strategy and stay ahead of the curve.

Let’s dive in and make your portfolio work harder for you.

**Step 1:** Sign in to your QuantHive dashboard (<https://app.quanthive.ai>) by clicking **SIGN IN** at the top-right corner.

<figure><img src="https://i.ibb.co/Y4DCsSf8/qh-signup1.png" alt="" width="563"><figcaption></figcaption></figure>

* Next, click **Sign** when the Signature Request window appears.

<figure><img src="https://i.ibb.co/YFxYDvsq/qh-signup-4.png" alt="" width="188"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:** If you do not have a QuantHive account yet, sign up for free now using this [guide](/docs/guides/signup.md).
{% endhint %}

**Step 2:** Click on **SPOT** in the top left corner to switch to Spot mode.

<figure><img src="https://i.ibb.co/whBP7S3g/perp-spot.png" alt="" width="563"><figcaption></figcaption></figure>

**Step 3:** Click your profile wallet address at the top right of the dashboard, then select “Portfolio” from the dropdown menu.

<figure><img src="https://i.ibb.co/mVtPk5zH/qh-port-1.png" alt="" width="563"><figcaption></figcaption></figure>

**Step 4:** Once signed in, QuantHive will automatically detect all token holdings in your wallet and display their current dollar values. You’ll also see key insights including Alpha Trader Flow signals (WAGMI, HODL, FUD), TPI (Trader Profitability Index), and Momentum.

<figure><img src="https://i.ibb.co/b5S4vPWz/qh-port-2.png" alt="" width="563"><figcaption></figcaption></figure>

* These signals are derived from the trading behavior of the most profitable on-chain traders:
  * **WAGMI**: More alpha traders are buying the token — bullish sentiment.
  * **FUD**: More alpha traders are selling — bearish sentiment.
  * **HODL**: Indicates neutral sentiment from alpha traders.
* TPI (Trader Profitability Index) gives you a clearer view of the buy/sell ratio among alpha traders — values **above 50** signal more buyers, while **below 50** indicate more sellers.
* Momentum reflects how actively a token is being traded by alpha wallets — **higher momentum** suggests growing interest, while **lower momentum** means interest is fading.
* Use these insights at your own discretion to build strategies that align with your risk appetite and trading goals.

Happy trading, and stay sharp out there!

{% hint style="warning" %}
**Note:** The signals on QuantHive are simply interpretations of what top-performing, on-chain alpha traders are doing — they’re not financial advice or a guaranteed winning trade. Instead, think of them as a strong starting point to help you gauge market sentiment and activity from traders with proven track records.
{% endhint %}


---

# 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://quanthiveai.gitbook.io/docs/portfolio.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.
