# Node Registration

As mentioned in the [FAQ](/protocols/liquid-staking/faq.md#which-nodes-are-receiving-delegates-from-lsp), we do not run our own nodes, so the delegated tokens are not staked to us.

We adopt the practice to stay transparent and reach progressive decentralization over time. The end goal is to let token holders (in future we’ll release the token) vote and distribute delegates in a weighted manner. However, ***right now*** there’s an allowlist of nodes, only nodes within the allowlist are eligible to receive delegates from LSP.&#x20;

A list of well-known nodes can be found [**here**](https://github.com/onflow/flow/blob/master/nodeoperators/NodeOperatorList.md). If you’re a node operator and would like to join the node program, please fill in this [**form**](https://forms.gle/qecncA6j5N3PTiQ47) and tell us on discord / twitter / email.


---

# 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://docs.increment.fi/protocols/liquid-staking/node-registration.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.
