---
sidebar_position: 45
---

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

# `lium balance`

Show your current Lium account balance.

```bash
lium balance [OPTIONS]
```

## Options

| Flag | Effect |
|------|--------|
| `--json` | Print machine-readable JSON instead of the formatted view |

## Examples

```bash
lium balance           # Human-readable balance
lium balance --json    # Machine-readable output
```

## See also

- [`lium fund`](./fund) — add TAO or alpha funds
- [`lium topup`](./topup) — top up with stablecoins
