> For the complete documentation index, see [llms.txt](https://docs.ramestta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ramestta.com/welcome-to-ramestta/validate/maintaining-your-validator-node.md).

# Maintaining your validator node

[​](https://wiki.polygon.technology/docs/maintain/glossary#signer-address)Signer addresses are the addresses of Polygon accounts of Heimdall validator nodes. It is the signer address that signs and submits the checkpoint transactions.

In contrast to the signer key, which is kept on the node, the owner key must be kept in a secure place and used infrequently.

### Change the signer address[​](https://wiki.polygon.technology/docs/maintain/validate/change-signer-address#change-the-signer-address) <a href="#change-the-signer-address" id="change-the-signer-address"></a>

This guide refers to your current validator node as Node 1 and your new validator node as Node 2.

1. Log in to the staking dashboard with the Node 1 address.
2. On your profile, click **Edit Profile**.
3. In the *Signer's address* field, provide the Node 2 address.
4. In the *Signer's public key* field, provide the Node 2 public key.

   To get the public key, run the following command on the validator node:

   `heimdalld show-account`

The new details for your node will be saved when you click Save. Thus, Node 1 is your address that controls the stake, where rewards are sent, etc. As a result, Node 2 will be responsible for signing blocks, signing checkpoints, etc.

### Set up your commission rate as a validator <a href="#set-up-your-commission-rate-as-a-validator" id="set-up-your-commission-rate-as-a-validator"></a>

Validators can set up their commissions and change them at any time.

Validators may charge any commission rate they choose. Commissions would start at 0% and go up to 100% of the rewards earned, and they can be changed as often as validator likes.

### Change your commission rate[​](https://wiki.polygon.technology/docs/maintain/validate/validator-commission-operations#change-your-commission-rate) <a href="#change-your-commission-rate" id="change-your-commission-rate"></a>

You can change your commission rate.

1. With your owner address, login to the staking dashboard.
2. On your profile, click **Edit Profile**.
3. In the *Commission* field, provide your new commission rate.

Once you have confirmed and signed the transaction your commission rate will be set.

Once the commission is updated, there is a cool down period of 80 checkpoints.


---

# 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.ramestta.com/welcome-to-ramestta/validate/maintaining-your-validator-node.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.
