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

# Dashboard overview

> What each tab does and which numbers to trust.

Your dashboard lives at [cryptocheckout.ai/admin](https://www.cryptocheckout.ai/admin). Sign in with the wallet you registered.

## The tabs

<Columns cols={2}>
  <Card title="Overview" icon="gauge">
    Readiness, headline totals, recent activity.
  </Card>

  <Card title="Payments" icon="table" href="/dashboard/payments">
    Every order, every status, CSV export.
  </Card>

  <Card title="Pool" icon="cube" href="/dashboard/pool">
    Balances per chain, deploy, claim.
  </Card>

  <Card title="Tokens" icon="coins">
    Which tokens on which chains you accept.
  </Card>

  <Card title="Analytics" icon="chart-line">
    Volume and conversion over time.
  </Card>

  <Card title="Customers" icon="users">
    Payer addresses and repeat behaviour.
  </Card>

  <Card title="API & SDK" icon="code">
    Keys and your embed snippet.
  </Card>

  <Card title="Webhooks" icon="webhook">
    Endpoint, secret, delivery log.
  </Card>

  <Card title="Settings" icon="gear" href="/dashboard/settings">
    Payout address, currency, compliance, referral.
  </Card>

  <Card title="Logs" icon="list">
    Account activity.
  </Card>
</Columns>

## The LIVE indicator

The dot on Overview shows **service readiness** — whether you can accept money right now — not whether a payment happened recently.

Green means a pool is deployed, a payout address is attested, and at least one (token, chain) pair is enabled. A quiet trading day doesn't turn it off.

<Tip>
  If it isn't green, the dashboard says which prerequisite is missing. That's the fastest route to diagnosing "why isn't my checkout working".
</Tip>

## Reading the numbers

<AccordionGroup>
  <Accordion title="Totals are approximate in your display currency" icon="calculator">
    Headline figures convert to one currency for readability, marked with `≈`. The **per-token chips** beneath are exact. Reconcile against those, not the rounded total.
  </Accordion>

  <Accordion title="Amounts are token base units underneath" icon="hashtag">
    Displayed divided by the token's decimals — 6 for USDC, USDT, and EURC. CSV export gives you both.
  </Accordion>

  <Accordion title="Everything updates live" icon="bolt">
    Tables refresh automatically and subscribe to changes, so a new payment appears without reloading.
  </Accordion>
</AccordionGroup>

## Exports

Any table over 50 rows offers CSV export, including on-chain transaction hashes so your accountant can tie every row to a public record.

## Multiple roles

If your wallet is also a referral partner or a platform admin, a workspace switcher appears in the navigation. You move between them without signing again.

<Card title="Payments" icon="table" href="/dashboard/payments" horizontal>
  The tab you'll use most.
</Card>
