# For Node Operators

As a Node Operator, you can offer your node for delegation by following these steps:

* [ ] Configure delegated staking on your node.
* [ ] Create a delegation request to enable your node for delegation.
* [ ] Sign the delegation request using your p12 keystore private key.
* [ ] Submit the signed request to the metagraph and verify that it has been accepted.

**The nodectl utility automates these steps for you. Follow this guide to complete the setup.**

{% hint style="warning" %}
**P12 Keystore**

Delegated staking is tied to your node’s wallet public key (node ID).&#x20;

If you rebuild or create a new node, your delegated staking status will remain unaffected as long as you retain your current **p12 keystore**, which holds the private and public keys designated for the Constellation Network Hypergraph or metagraph.
{% endhint %}

## [​](http://localhost:3000/validate/quick-start/delegated-staking#-node-operators) <a href="#node-operators" id="node-operators"></a>


---

# 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.constellationnetwork.io/run-a-node/validator-node-guides/delegated-staking/for-node-operators.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.
