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

# Dashboard overview

> Your wallet balance, USDC volume, collections split, revenue chart, and recent transactions on one screen.

The landing page when you sign in at [merchant.minisend.xyz/dashboard](https://merchant.minisend.xyz/dashboard). Everything updates automatically.

## Wallet card

Your business wallet holds the USDC from M-Pesa collections and anything you top up yourself. The card shows your live balance and two actions:

* **Top up**: send USDC on Base to the address shown.
* **Withdraw**: send funds to any M-Pesa number. Payouts arrive in about ten seconds.

See [Wallet](/dashboard/wallet) for the full flow.

## Stats cards

| Metric           | What it shows                                                   |
| ---------------- | --------------------------------------------------------------- |
| **Volume**       | Total USDC-equivalent received (USDC and USDT inflows combined) |
| **Transactions** | Total sessions created, all statuses                            |
| **Success rate** | Percentage of sessions that reached `completed`                 |
| **Fees**         | Cumulative platform fees, in USDC-equivalent                    |

Collections are split by method, so you can see how much came in through crypto and how much through M-Pesa.

<Note>
  Volume and fees are USDC-equivalent (USDT inflows normalise to USDC on Base). Local currency amounts depend on the rate at each transaction.
</Note>

## Revenue chart

7-day area chart of daily volume. Hover for the exact value.

## Payment link card

If you've set a slug in **Settings**, your full URL appears here. **Copy Link** copies it to the clipboard, and **Preview** opens your customer-facing page.

```text theme={null}
https://merchant.minisend.xyz/pay/your-slug
```

## Recent transactions

Your last six sessions. Each row shows amount, reference (your `external_id` or a shortened ID), date, and status badge. Click a row for the inspector. **View all** opens [Transactions](/dashboard/transactions).

## Status badges

| Badge         | Meaning                                           |
| ------------- | ------------------------------------------------- |
| **Pending**   | Waiting for the customer to send                  |
| **Received**  | Detected on-chain; settlement started             |
| **Settling**  | Conversion and payout in progress                 |
| **Completed** | Payout delivered                                  |
| **Failed**    | Failed after the deposit arrived. Contact support |
| **Expired**   | No deposit in 30 minutes                          |

<Tip>
  Mostly **Completed** means healthy. Frequent **Failed** means check your payout details in **Settings**.
</Tip>

## Explore

<CardGroup cols={2}>
  <Card title="Wallet" icon="wallet" href="/dashboard/wallet">
    Balance, top-ups, and instant M-Pesa withdrawals.
  </Card>

  <Card title="Payroll" icon="users" href="/dashboard/payroll">
    Pay your whole team to M-Pesa in one run.
  </Card>

  <Card title="Transactions" icon="receipt" href="/dashboard/transactions">
    Full history with search, filters, and receipts.
  </Card>

  <Card title="Settings" icon="settings" href="/dashboard/settings">
    Business info, payout, slug, webhook URL.
  </Card>
</CardGroup>
