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

# Bond Worker

To bond your worker node to your staking account you can simply got to the [Staking Dashboard](https://dashboard.testnet.nulink.org/)

Remember to use different wallet, dont use your worker wallet!

### Stake NLK

Request tNLK and tBNB like image shown below:

![Alt text](/files/Ed1Z35SDeOADlDtGMVri)

After receiving yur tNLK and tBNB go to the [Staking Page](https://dashboard.testnet.nulink.org/staking)

And stake some NLK (Minimuum stake of 1 NLK) and Approve transaction.

![Alt text](/files/iWaxR4YP5Flr9purTL88)

If its first time you will be asked to approve token spent first.

![Alt text](/files/kUQV1aWeGqvdPtnAmsij)

Then Stake your tNLK

![Alt text](/files/N38SXZy7Ne3tgWUMu66l)

### Bond Worker

Scroll down and you will see Node Information

![Alt text](/files/uspDoTyqep1vMPw3TIr5)

Click Bond worker and put your Operator Address that is generated in the [Create Worker Account](https://docs.indonode.net/testnet/nulink/installation#create-worker-account) Step and approve transaction.

Wait a few minutes and refresh the page.

![Alt text](/files/hmQozEJXOULvQys9oTJn)

And Thats it!


---

# 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.indonode.net/testnet/nulink/bond.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.
