> 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/grid.md).

# Staking Grid

This page shows all the staking grids you own, which are categorized into two statuses: `Installed` and `Uninstalled`.

![My Staking Grids List](/files/7mdC5LvVJlKHa71hH76S)

The list displays all installed storage grids, where you can see the node-related information and staking overview for each grid.

## Install Grid

### BOND WORKER

Before a grid is officially open for staking, you need to `BOND WORKER` and start the node, as shown in the image below:

![Bond Worker](/files/02RdosrHU52GZswk10Wk)

If you’re unsure how to start the node, please click to view the help manual.

Click `EDIT FEE` to customize the fee for the epoch, as shown in the image below:

![Edit Epoch Fee](/files/avWvIX6QDolTZUV154Lx)

### Stake Grid Details

Click `STAKE GRID` to view the grid’s details and staking overview.

![Edit Grid Details](/files/1GKvVKYLqKYwAxuzTCBi)

Scrolling down in the Stake Grid Details page, you can see the staking overview for the current period:

![Staking Grid Details](/files/rs6qraMHOBChqNqRSZSZ)

* `VALID STAKING AMOUNT`: TOTAL STAKING AMOUNT \* LIVING RATIO
* `VALID STAKING QUOTA`: VALID STAKING AMOUNT / Platform-wide VALID STAKING AMOUNT
* `STAKING REWARD`: VALID STAKING QUOTA \* Platform Total Reward
* `LIVING RATIO`: This parameter measures the uptime of the node (the higher the value, the higher the rewards).

Scrolling further down, you can see all staking records under the grid.

![Grid Staking Records](/files/TjHIcYK0l6KM5vZ1fTRK)

## Uninstalled

This list shows all uninstalled grids, allowing you to install or transfer them.

![Grid Uninstalled](/files/HlR6ldEjBcbD4ryDekPO)

Click `INSTALL STAKE GRID` to display the pop-up below. Set the fee and submit to complete the installation.

![Enter the Staking Fee](/files/lCQJYdyzN1SiDu1twuak)

Click `ASSIGN TO ADDRESS` to display the pop-up below. Enter the recipient's address. Upon submission, the wallet will prompt for gas payment. Once paid, the transfer is successful.

![Assign Address](/files/Ya6E0Zo8vtHpiEX9cPlP)


---

# 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/grid.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.
