# Dashboard V1 Specification

Strigo-Nodo V1 is planned as a Monero command center for self-hosters, node operators and privacy-focused users.

The first prototype will be a visual and functional dashboard using simulated data and selected public data sources where possible.

## Main Goal

Provide a complete operational view of Monero activity from one place:

- Node status
- Wallet status
- Mempool activity
- Block progression
- Supply and inflation
- Market data
- Access status through local network, Tailscale and Tor

## Dashboard Sections

### 1. Top Bar

Displays:

- Current XMR price
- 24h price change
- Current block height
- Node sync status
- Peer count
- Tor status
- Tailscale status
- Theme selector

### 2. Sidebar

Navigation:

- Overview
- Wallet
- Mempool
- Blocks
- Node
- Monero Internals
- Market
- Settings

### 3. Wallet Panel

Initial version uses simulated wallet data.

Displays:

- Total balance
- Unlocked balance
- Pending balance
- Incoming funds
- Spent funds
- Estimated unlock height
- Estimated remaining blocks
- Coin control preview
- Transaction weight

Future version may connect to Monero Wallet RPC.

### 4. Mempool Panel

Displays:

- Next blocks
- Transaction count per block
- Estimated confirmation time
- Block size
- Fee information

Future version may use public Monero node data or local node RPC.

### 5. Node Panel

Displays:

- Current block height
- Synchronization status
- Connected peers
- Difficulty
- Network hashrate
- Node version
- Local node / public node status

### 6. Monero Economics Panel

Displays:

- Current circulating supply
- Tail emission
- Annual inflation
- Market capitalization
- Volume
- Supply audit status

### 7. Monero Internals / Supply Audit

A dedicated section for users who want to understand Monero deeply.

Displays:

- Emission model
- Tail emission explanation
- Supply audit references
- Block reward data
- Transparency notes
- Limitations of public verification

### 8. Market Data Panel

Possible sources:

- CoinGecko
- Kraken
- Binance
- Other high-volume exchanges

Displays:

- XMR/USD price
- 24h change
- Volume
- Source comparison
- Price discrepancy between sources

## Theme System

The dashboard will support:

- Strigo Midnight
- Strigo Arctic
- Strigo Slate
- Strigo Ember

The selected theme should be stored in localStorage.

## Security Principles

- No private keys in browser
- No wallet seed input
- No real wallet connection in public demo
- No tracking
- No analytics by default
- Local-first architecture
- Tor and Tailscale compatible

## V1 Prototype Strategy

The first public prototype will use:

- Static HTML
- CSS variables
- JavaScript
- Simulated wallet data
- Simulated mempool data
- Optional public market API data

The production version will later move to:

- Frontend app
- Backend API
- Docker deployment
- Monero node RPC
- Monero wallet RPC
