> ## Documentation Index
> Fetch the complete documentation index at: https://docs.levery.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Assets & Portfolio

> How the Assets page summarizes spot holdings and liquidity position value, and how end users use it for reporting and reconciliation.

The **Assets** screen summarizes the selected account’s spot holdings and liquidity position valuation in the institution’s venue instance. It is the primary view for portfolio review and cross-network reconciliation.

***

## What the page provides

* A **top-line valuation** split into **Positions** and **Spot**, plus a combined **Total Balance**.
* An **asset inventory table** that enumerates the venue instance’s asset catalog and displays balances and pricing per symbol.
* A **By Network** breakdown per asset for chain-level reconciliation.

<Frame>
  <img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/levery/pk16WeWTbZLJRyem/images/levery-assets-dark.jpg?fit=max&auto=format&n=pk16WeWTbZLJRyem&q=85&s=c1154f552eb341a9183628bf765cb62f" alt="Assets" className="block dark:hidden" width="2880" height="1800" data-path="images/levery-assets-dark.jpg" />

  <img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/levery/pk16WeWTbZLJRyem/images/levery-assets-dark.jpg?fit=max&auto=format&n=pk16WeWTbZLJRyem&q=85&s=c1154f552eb341a9183628bf765cb62f" alt="Assets" className="hidden dark:block" width="2880" height="1800" data-path="images/levery-assets-dark.jpg" />
</Frame>

<Note>
  The Assets page is scoped to the selected account in the venue instance. Assets from external wallets that are not
  indexed into the venue instance do not appear in these aggregates.
</Note>

***

## Summary cards

<CardGroup cols={3}>
  <Card title="Positions" icon="layer-group">
    Aggregated valuation of liquidity positions across evaluated chains. The value includes accrued LP fees owed when available.
  </Card>

  <Card title="Spot" icon="rectangle-history">
    Aggregated valuation of spot token balances across networks, computed price for each asset and summed at the portfolio
    level.
  </Card>

  <Card title="Total Balance" icon="layer-plus">
    Combined valuation computed as <code>Spot + Positions</code>, displayed in the configured reporting currency for the selected account.
  </Card>
</CardGroup>

***

## Asset inventory table

Each row represents a single asset symbol present in the venue instance’s asset catalog. Rows are ordered by **spot value** (highest first) and act as navigation entries to the asset detail view.

### Columns

* **Asset:** Asset identity (icon, name, symbol).
* **Price:** Latest price for the symbol, displayed in the reporting currency.
* **24h Change:** Price-only percentage change relative to a 24-hour reference point.
* **Balances:** Spot valuation and the aggregated token amount (human units).
* **By Network:** Per-chain breakdown of balances and valuations.

### Asset navigation

Selecting a row opens the asset detail's page.

***

## By Network breakdown

The **By Network** control expands a per-chain breakdown for the asset. This view supports reconciliation of the portfolio-level balance back to chain-level amounts.

Typical fields:

* **Chain name** (as configured in the connected chain set)
* **chainId**
* **Per-chain valuation**
* **Per-chain token amount** (human units, using the asset decimals)

When no per-network balances are available, the breakdown displays an empty state (for example: “No balances found for this asset.”). The expand control is disabled when no breakdown exists.

***

## Operational usage

### Portfolio review

End users typically rely on the top tiles to establish:

* overall portfolio value (**Total Balance**),
* token inventory exposure (**Spot**),
* liquidity provisioning exposure (**Positions**).

### Reconciliation and audit workflows

Operations teams can reconcile totals by walking down the screen:

1. Use the asset list to identify symbols driving spot valuation.
2. Expand **By Network** to validate per-chain amounts and values.
3. Use **Positions** as the consolidated reference for liquidity valuation across evaluated chains.
