> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/home-and-portfolio.md).

# Home & portfolio

Your total, your tokens, your NFTs and your activity in one place.

## What you need

* At least one account synced from your Vault.

{% stepper %}
{% step %}

### The home screen

At the top: the current **account** (tap to switch), the **network** picker, and the **Menu**. Below: your address with **Copy**, the balance, and the big buttons **Send**, **Receive**, **Swap**, **Bridge**, **Buy**, **Perps**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-605da1d08a2dd78f929fda1d46d293cd196f4102%2F01-home.png?alt=media" alt="home"><figcaption><p>Home, with one account on Ethereum.</p></figcaption></figure>
{% endstep %}

{% step %}

### The tabs: Tokens, NFTs, Activity

**Tokens** lists what you hold on the selected network(s), **NFTs** shows your collectibles, **Activity** shows what you sent. **Other networks** underneath lists your Bitcoin, Solana, Tron, Sui and Stellar addresses from the same Vault account.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-d30019765655bcc862e1f496c2b8080ff8a6e54a%2F04-side-panel.png?alt=media" alt="tabs"><figcaption><p>The three tabs.</p></figcaption></figure>
{% endstep %}

{% step %}

### The portfolio total

With **Show fiat values** on (Settings), the wallet shows a USD total, priced from CoinGecko. *Total of the assets we could price*: holdings with no price source are listed but not counted.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-cd2385791cd5dc4cb0653c65f37d561040d47de4%2F01-tokens-tab.png?alt=media" alt="portfolio total"><figcaption><p>The fiat total and its note.</p></figcaption></figure>
{% endstep %}

{% step %}

### Offline banner

If the wallet cannot reach the network it shows **Offline - showing the last known data**. Balances may be stale until the connection comes back.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-3550751504b705408b887bb323e22498f91aec9c%2F04-offline-banner.png?alt=media" alt="offline banner"><figcaption><p>The offline banner.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**watch-only** next to an account means exactly that: the extension can see it and prepare transactions, but only the Vault can sign.
{% 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, and the optional `goal` query parameter:

```
GET https://doc.lockerprotocol.com/browser-extension/home-and-portfolio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
