Marketplace overview
| Metric | Value |
|---|---|
| Total users | {{ stats.total_users }} |
| Buyers | {{ stats.total_buyers }} |
| Sellers | {{ stats.total_sellers }} |
| Admins | {{ stats.total_admins }} |
| Total listings | {{ stats.total_listings }} |
| Active listings | {{ stats.active_listings }} |
| Total orders | {{ stats.total_orders }} |
| Currently in Escrow (XMR) | {{ '%.6f'|format(stats.currently_in_escrow) }} |
| Current hot wallet (XMR) | {{ '%.6f'|format(hot_wallet_balance_xmr) }}{% if hot_wallet_balance_source == 'tracked' %} (tracked fallback){% else %} (live unlocked balance){% endif %} |
| GM volume (XMR) | {{ '%.6f'|format(stats.gm_volume) }} |
Live wallet RPC unavailable: {{ hot_wallet_balance_error }}
{% endif %}