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

# Merchant Dashboard

> The AlgoVoi operator and merchant dashboard: payment analytics, tenant management, risk monitoring, subscription tracking and compliance controls.

The AlgoVoi merchant dashboard is the primary web interface for operators and tenants. It is available at two equivalent entry points:

* [`dash.algovoi.co.uk`](https://dash.algovoi.co.uk) — dedicated subdomain
* [`api.algovoi.co.uk/dashboard/`](https://api.algovoi.co.uk/dashboard/) — path-based entry on the API host

Both serve the same application. No local installation is required — access is via browser after account setup.

## What's inside

### Payment analytics

Each tenant has a full metrics view with selectable time ranges (7 / 30 / 60 / 90 days):

* **Total payments** — transaction count for the period
* **Gross volume** — settled value in USD equivalent
* **Refund rate** — percentage of transactions refunded
* **Daily volume chart** — SVG bar chart of daily payment volume; hover for date detail
* **Payment status breakdown** — donut chart showing verified, refunded, and disputed counts
* **Chain breakdown** — horizontal bar chart showing payment distribution across Algorand, VOI, Hedera, and Stellar

### Risk dashboard (operator)

A consolidated risk view across all tenants:

| Column                 | Description                                      |
| ---------------------- | ------------------------------------------------ |
| Mode                   | sandbox / live badge                             |
| Risk tier              | low / medium / high / restricted                 |
| KYB status             | pending / verified / rejected                    |
| Kill switch            | per-tenant emergency stop — ON/off               |
| 24h volume utilisation | colour-coded bar (green → amber → red at 70/90%) |
| 24h payment count      | transaction volume in the last 24 hours          |
| Error rate             | >5% shown in red                                 |
| Spike detection        | flagged automatically on unusual volume          |
| Last payment           | timestamp of most recent settled transaction     |

Flagged tenants (kill switch active or volume spike detected) surface at the top with a red alert banner. A "show flagged only" filter is available for busy operator views.

### Tenant management

* **Tenant list** — all accounts with status, mode, and KYB badges
* **Tenant detail** — individual account view with API key management, webhook configuration, and payment history
* **Create tenant** — operator-initiated account creation
* **Customer list** — end-customer records linked to a tenant

### Subscription management

The subscriptions view surfaces all MPP recurring mandates across 7 chains:

* Mandate status (active / paused / cancelled)
* Schedule (daily / weekly / monthly)
* Next pull date and last execution result
* Per-chain breakdown (Algorand, VOI, Hedera, Stellar, Solana, Base, Tempo)
* Subscription detail drill-down with full execution history

### API key management

Tenants manage their own `algvw_*` keys from the Admin Keys page. Keys are scoped, rotatable, and HMAC-signed for webhook delivery.

### Status page

A live system status view at `dash.algovoi.co.uk/status` shows chain availability, settlement latency, and active incidents across all 7 chains.

## Access

| Role     | Access level                                                  |
| -------- | ------------------------------------------------------------- |
| Operator | All tenants — risk dashboard, tenant management, global admin |
| Tenant   | Own account only — analytics, subscriptions, keys, webhooks   |

Sign in at [`dash.algovoi.co.uk/login`](https://dash.algovoi.co.uk/login). To apply for a trial account, use the [trial setup flow](https://api.algovoi.co.uk/signup) — a \$1,000 mainnet trial is available after KYC verification.

## See also

* [Hosted checkout](/concepts/payment-links) — payment links managed from the dashboard
* [Recurr engine](/platform/recurr-engine) — MPP subscription execution
* [Compliance attestation](/audit-verifier) — audit bundle and compliance receipts
* [Agent Trust Bench](/platform/agent-trust-bench) — AI agent identity verification, accessible from the operator dashboard
