> For the complete documentation index, see [llms.txt](https://docs.firmachain.org/master/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firmachain.org/master/node-and-validators-guide/validator/unjail.md).

# Unjail

This document provides information on how to unjail a Validator jailed due to Down Time issues.

## slashing unjail

If a Validator is Jailed, the Validator will not be able to sign blocks and will not be able to receive rewards as a result. Revive a Validator using the unjail transaction.

```bash
firmachaind tx slashing unjail \
--chain-id <chain-id> \
--from <keyname> \
--fees 20000ufct
```
