// Section 13.2 · Operate
Information Architecture: Five Surfaces
1 min13.2Operate
The Console has five top-level surfaces. The numbering matches what a new operator encounters in order.
┌────────────────────────────────────────────────────────┐
│ ParalleliX.console 0x1f3... ▾ │ ← global chrome
├────────────────────────────────────────────────────────┤
│ 01 Dashboard │
│ 02 Register a node │
│ 03 My nodes │
│ 04 Rewards │
│ 05 Account │
└────────────────────────────────────────────────────────┘
TABLE
| Surface | Purpose |
|---|---|
| 01 Dashboard | Aggregate view across every node the wallet has registered. |
| 02 Register a node | The staking flow. Choose stake + tier, sign registerNode. |
| 03 My nodes | Live per-node view: state, uptime, reward weight. |
| 04 Rewards | Accrued and claimed rewards per node; the claim action. |
| 05 Account | Wallet, node-key references, notification settings. |