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

# Portfolio

Portfolio is your account home. It shows your **Total balance** in US dollars and the assets you hold, all in one place.

## Your Total balance

Your **Total balance** is the value of the funds you have deposited into Bankly. It is the money available across your wallet, ready to fund a card or to send and withdraw.

* USDC is your primary asset and **mirrors your Total balance**.
* You also see your other supported assets: **USDT, BTC, ETH, SOL, and BNB** (across various networks).
* Add funds anytime from [Deposits](/wallet/deposits.md).

## Hide or show your balance

Tap the eye icon next to your Total balance to hide the amount, then tap again to show it.

* Hiding masks your balance and asset values on screen.
* Useful in public or when sharing your screen.
* This only affects what you see — your funds are unchanged.

## Wallet balance vs. card balance

{% hint style="warning" %}
Your wallet **Total balance** and an individual **card balance** are two separate balances.
{% endhint %}

* **Total balance** lives in your wallet. It holds your deposited funds and is what you see on Portfolio.
* A **card balance** belongs to a single card. Each card is funded from your Bankly balance and tracks its own amount.
* Spending on a card or topping it up does not change your other cards. Your wallet Total balance stays independent of any one card.

Think of your wallet as the source, and each card as a separate spending balance you fund from it.

## What you can do from here

1. **Deposit** crypto to grow your Total balance — see [Deposits](/wallet/deposits.md).
2. **Send & withdraw** funds out of your wallet — see [Send & Withdraw](/wallet/send-and-withdraw.md).
3. **Fund a card** from your Bankly balance and start spending with Visa.

{% hint style="info" %}
One Bankly account works everywhere. Your Portfolio looks and behaves the same on the iOS app, the Telegram mini-app, and bankly.cc.
{% endhint %}


---

# 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://docs.bankly.cc/wallet/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.
