# Node dashboard buyer journey

### 1. Purpose

The Node Dashboard is a system for node participants to confirm their participation status, contribution activities, and reward targets in real-time.

***

### 2. Key Functions

<figure><img src="/files/67KrGjScxUlXD6F0sTsY" alt=""><figcaption></figcaption></figure>

The Node Dashboard provides the following:

* Node qualification and license status
* Contribution Point accumulation status
* Reward target and expected distribution schedule
* Bridge integration status (connected projects)
* Swap volume and participation metrics
* Governance participation history
* Abnormal transaction report history

***

### 3. Mock Dashboard Data

> The data below are examples. Actual data will be confirmed after node sale, smart contract, and backend integration.

| Metric                           | Example Value                 |
| -------------------------------- | ----------------------------- |
| Node Grade                       | Active Node                   |
| GDBA Allocated                   | 70,000 GDBA                   |
| Contribution Points (This Month) | 280 pt                        |
| Projects Supported               | 3                             |
| Bridge Integrations Completed    | 1                             |
| Governance Votes Cast            | 2                             |
| Estimated Reward (Next Period)   | TBD after contract deployment |

***

### 4. Dashboard Availability

| Component                 | Status                 |
| ------------------------- | ---------------------- |
| Node Dashboard UI         | MVP Available          |
| Backend Integration       | Pending                |
| Smart Contract Connection | Pending                |
| Real-time Data            | Post-production launch |

***

### 5. Key Message

> The Node Dashboard gives participants full transparency over their contributions and reward eligibility. All reward calculations are based on verified Contribution Points, not on transaction volume or revenue sharing.


---

# 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://goldbridge.gitbook.io/gdba-wp-kr/token-economy-and-node-network/node-dashboard-buyer-journey.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.
