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

# Dashboard

> Monitor revenue, API usage, and proxy performance at a glance

## Overview

The Dashboard is the home screen of the Control Plane. It gives you a real-time snapshot of how your Marketplace proxies are performing — total earnings, call volume, and per-proxy breakdowns — all in one place.

## Key metrics

<CardGroup cols={2}>
  <Card title="Total Earned" icon="circle-dollar-to-slot">
    Lifetime USDC revenue across all proxies and endpoints.
  </Card>

  <Card title="This Month" icon="calendar">
    Revenue earned in the current calendar month, with percent change vs. the prior month.
  </Card>

  <Card title="Total Proxies" icon="server">
    Number of proxies registered to your organization.
  </Card>

  <Card title="Active Proxies" icon="circle-check">
    Proxies currently live and accepting payments.
  </Card>
</CardGroup>

## Activity charts

The 30-day activity panel visualizes your API's performance over time with two views:

| Tab         | What it shows                    |
| ----------- | -------------------------------- |
| **Revenue** | USDC earned per day              |
| **Calls**   | Total API request volume per day |

Use these charts to spot usage spikes, correlate revenue with promotions, and identify underperforming time windows.

## Earnings by proxy

The earnings table breaks down performance for each proxy:

| Column           | Description                         |
| ---------------- | ----------------------------------- |
| **Proxy**        | Proxy name and its assigned backend |
| **Total Earned** | All-time USDC revenue               |
| **This Month**   | Revenue for the current month       |
| **Change**       | Percent change vs. prior month      |
| **Calls**        | Total transaction count             |

Click any proxy row to drill down into endpoint-level earnings and call counts.

## Registered (inactive) proxies

Proxies that have been created but not yet activated appear in a separate section below the earnings table. Each registered proxy has a **Go Live** button to activate it directly from the Dashboard.

## Next steps

<CardGroup cols={3}>
  <Card title="Proxies" icon="server" href="/marketplace/control-plane/proxies">
    Create and manage your proxied APIs
  </Card>

  <Card title="Endpoints" icon="route" href="/marketplace/control-plane/endpoints">
    Configure per-endpoint pricing
  </Card>

  <Card title="Wallets" icon="wallet" href="/marketplace/control-plane/wallets">
    Set up wallet addresses to receive payments
  </Card>
</CardGroup>
