> For the complete documentation index, see [llms.txt](https://docs.din.lol/din-cook-data-for-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.din.lol/din-cook-data-for-ai/how-to-join/chipper-node-explained/node-stats.md).

# Node Stats

The Node Stats dashboard provides a comprehensive visualization of all DIN nodes, helping users monitor DIN activity, understand computation distribution, and make informed decisions.

#### Key Metrics:

* **Running Nodes:** Displays the count of active nodes compared to the total number of nodes sold.
* **Computing Power:** Shows the total computing power of active nodes relative to the total power of all sold nodes.
* **Computing Requests:** Monitors pending wafer conversion requests and displays counts for both pending and completed requests.
* **Total xDINs:** Displays the total number of xDIN minted across the ecosystem.
* **Total Operators:** Shows the total number of operators in the system.

#### Top Chipper Nodes

A leaderboard showcasing the top 10 nodes that have processed the most requests and contributed significantly to xDIN conversion. The leaderboard updates every 10 minutes.

#### Computation Distribution

Visualizes the computation distribution across all active nodes. Clicking on a specific tier pattern reveals the computing power of active nodes versus sold nodes within that tier.

#### Latest Computation

Displays details of the most recent computation in the DIN ecosystem.

**Node Map**

Presents all active nodes on a global map, offering a geographic view of running nodes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.din.lol/din-cook-data-for-ai/how-to-join/chipper-node-explained/node-stats.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
