# Validator Backup

It is **CRUCIAL** to backup your validator's private key. It's the only way to restore your validator in an event of a disaster. The validator private key is a Tendermint Key - a unique key used to sign consensus votes.

To backup everything you need to restore your validator, simply do the following

If you are using the software sign (which is the default signing method of tendermint), your Tendermint Key is located in `~/.secretd/config/priv_validator_key.json`.

1. Backup `~/.secretd/config/priv_validator_key.json`.
2. Backup `~/.secretd/data/priv_validator_state.json`.
3. Backup the self-delegator wallet. See the [wallet section](https://docs.scrt.network/backup/backup/wallets).

Or you can use hardware to manage your Tendermint Key much more safely, such as [YubiHSM2](https://docs.yubico.com/hardware/yubihsm-2/hsm-2-user-guide/index.html).


---

# 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.scrt.network/secret-network-documentation/infrastructure/running-a-node-validator/maintaining-a-node-validator/validator-backup.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.
