> For the complete documentation index, see [llms.txt](https://howto.indexify.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.indexify.finance/indexify/your-portfolio.md).

# Your Portfolio

<figure><img src="/files/HHZF2oXHmbw8kN0vpVCk" alt="" width="563"><figcaption></figcaption></figure>

#### **Financial Summary**

* **Your Balance** → The total value of all assets in your account, including invested assets and uninvested cash
* **Invested** → The current value of assets you hold across all Stacks
* **Cash** → Uninvested funds available in your account
* **Points Earned** → Points accumulated from trading, creating Stacks, and platform engagement
* **Total Creator Fees** → Cumulative fees earned from users trading your Stacks
* **Referral Rewards** → Fees earned from activity generated by users you’ve referred
* **Referral Code** → Your unique code used to invite new users and earn referral rewards

***

**Account Overview**

* **Current Balance** → The total value of your account at the present moment
* **% Gain/Loss** → Performance change over the selected timeframe
* **Timeframe Selector** → 4H · 1D · 1W · 1M · Max

**Actions**

* **Deposit Funds** → Add funds to your account
* **Withdraw Funds** → Transfer funds out of your account

***

#### **Portfolio Composition**

A detailed breakdown of the individual assets in your portfolio, showing:

* Each holding’s **value**
* Each holding’s **performance**

<figure><img src="/files/3DJskzEGIru6VqdupSj0" alt=""><figcaption></figcaption></figure>

#### **Transaction History**

A record of your trading activity, including:

* **Type** → Buy or sell
* **Asset** → The asset traded
* **Status** → Current state of the trade
* **Date** → Timestamp of when the trade occurred
* **Amount** → Value of the trade

<figure><img src="/files/rjTE8rZArE0i0m2LCvY4" alt=""><figcaption></figcaption></figure>

All trades are recorded onchain and update automatically as they are processed.


---

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

```
GET https://howto.indexify.finance/indexify/your-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.
