# Developer Dashboard

The **Developer Console** inside the 402Gate Dashboard provides:

* **Earnings Monitor:** Total income by endpoint and timeframe.
* **Integration Logs:** Track API versions and 402 response success rates.
* **Pricing Controls:** Adjust cost per request in real time.
* **Proof Explorer:** Verify individual transactions via Solana Explorer links.

**Example view:**

```
[ Developer Wallet: 6DhU...xPq9 ]
Revenue (24h): 24.89 $402G
Active Endpoints: 7
Top Endpoint: /api/data (1,233 calls)
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.402gate.com/dashboard-and-analytics/developer-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
