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

# enact balance

> Show token balances for your root wallet.

```bash theme={null}
enact balance
```

Displays stablecoin balances for your root wallet address on Tempo.

## Output

```bash theme={null}
  Enact Balance
  Account: 0x1234...5678

  AlphaUSD: $95.50
```

## Agent mode

```bash theme={null}
enact -t balance
```

```json theme={null}
{
  "address": "0x1234...5678",
  "balances": [
    { "token": "AlphaUSD", "balance": "95.50" }
  ]
}
```

<Info>
  `balance` shows your **root wallet** balance — the total funds available. For the remaining limit on your current agent session, use [`enact session`](/cli/session).
</Info>
