> For the complete documentation index, see [llms.txt](https://geodb.gitbook.io/odin-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://geodb.gitbook.io/odin-protocol/editing-a-validator.md).

# Editing a validator

If you find yourself needing to change your validator moniker, add your website, or add other description information, this is how to accomplish the task.

```
docker exec -it node bandd tx staking edit-validator --from $ADDRESS --details "iprouteth0's ODIN validator node" --chain-id $CHAIN --node http://34.77.171.169:26657 
```

The following are the optional flags most likely to be used in this command:

\--details

\--identity

\--moniker

\--website

\--security-contact

There are a few others that can be found with the --help flag.
