# Step 10: Check your node and validator status

### Verify your node and validator status using the following command:[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/node-registration-and-adding-validators/step-10-check-your-node-and-validator-status#verify-your-node-and-validator-status-using-the-following-command) <a href="#verify-your-node-and-validator-status-using-the-following-command" id="verify-your-node-and-validator-status-using-the-following-command"></a>

* Check node status: `~/bin/stader-permissioned-cli node status`
* Check validator status: `~/bin/stader-permissioned-cli validator status`

### You can update your operators name and the operator reward address using the following steps[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/node-registration-and-adding-validators/step-10-check-your-node-and-validator-status#you-can-update-your-operators-name-and-the-operator-reward-address-using-the-following-commands) <a href="#you-can-update-your-operators-name-and-the-operator-reward-address-using-the-following-commands" id="you-can-update-your-operators-name-and-the-operator-reward-address-using-the-following-commands"></a>

* Update operator name by executing this command: `~/bin/stader-permissioned-cli node update-operator-name --operator-name <your operator name>`
* Update operator reward address by following the instructions provided on [this page.](https://stader.gitbook.io/stader/ethereum/node-operator/permissioned-node-operator/update-reward-address)


---

# 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://stader.gitbook.io/stader/ethereum/node-operator/permissioned-node-operator/node-registration-and-adding-validators/step-10-check-your-node-and-validator-status.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.
