> For the complete documentation index, see [llms.txt](https://docs.nulink.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nulink.org/products/stakers/dashboardoverall.md).

# Staking Dashboard

## NuLink Staking Dashboard

### Overview

The NuLink Staking Dashboard is a comprehensive platform for managing staking-related activities within the NuLink network. Users can log in to their staking accounts through the MetaMask wallet, bid for a grid, manage grid settings, stake NLK tokens to a grid, bond a `Worker` account to a grid for rewards, and more.

You can access the NuLink Staking Dashboard through this [link](https://dashboard.testnet.nulink.org).

Remark: For testnet user, users can obtain the initial funds of NLKs (test) and BNBs (test) by clicking the faucet button located in the upper right corner.

![Faucet](/files/AFbDxtNJKc7hoK1hGPyf)

NuLink Staking dashboard provides users with the flexibility to choose between Dark and Light modes. To switch between these modes simply clicking the button next to the faucet button.

## Getting Started with the Staking Dashboard

The NuLink Staking Dashboard is a powerful tool designed to give stakers comprehensive control and insights into their staking activities on the NuLink network. The dashboard is organized into five main sections, each serving a specific purpose.

![Overall](/files/EC9oftw9K3CJJnX318eT)

### 1. Dashboard

The **Dashboard** page serves as the main hub, providing an overview of key staking information and metrics. Refer [here](/products/stakers/dashboardoverall/dashboard.md) for detail instruction.

### 2. Staking

The **Staking** page allows users to manage individual staking options and assets, including staking, unstaking, and tracking rewards. Refer [here](/products/stakers/dashboardoverall/staking.md) for detail instruction.

### 3. Auction

The **Auction** section enables users to participate in grid auctions and submit bids for available grids. Refer [here](/products/stakers/dashboardoverall/auction.md) for detail instruction.

### 4. My Stake Grids

The **My Stake Grids** area allows users to manage their personal staking grids, including grid configuration and status. Refer [here](/products/stakers/dashboardoverall/grid.md) for detail instruction.

### 5. Bridge

The **Bridge** tool facilitates token transfers across different blockchain networks, providing flexibility and accessibility for stakers. *This page will be available soon.*


---

# 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.nulink.org/products/stakers/dashboardoverall.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.
